summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-4/+4
* reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge...Stephane Carrez2001-07-101-3/+3
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-3/+4
* expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene2001-07-091-2/+2
* [multiple changes]Richard Kenner2001-07-091-16/+5
* regs.h (struct reg_info_def): Add freq field.Jan Hubicka2001-06-221-5/+5
* reload1.c (reload): Revert Schmidt's change so all USEs are not deleted durin...Jeffrey D. Oldham2001-06-061-1/+1
* print-rtl.c (xspaces): Remove.Mark Mitchell2001-06-051-1/+1
* Minor whitespace editsRichard Kenner2001-06-031-2/+3
* Correctly count substitutions if eliminations are going on.Bernd Schmidt2001-05-171-4/+7
* reload1.c (copy_eh_notes): New function.Andrew Haley2001-05-081-1/+28
* c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-5/+4
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-1/+1
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-23/+28
* * reload1.c (eliminate_regs): Don't abort on MEM USEs.John David Anglin2001-03-281-0/+6
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-2/+0
* reload1.c (reload_cse_simplify_set): For LOAD_EXTEND_OP, do not "widen" a des...Jeffrey A Law2001-03-151-3/+7
* Call reload_cse_simplify_set before reload_cse_noop_set_pAldy Hernandez2001-03-121-4/+9
* Fix register elimination problemBernd Schmidt2001-03-011-0/+1
* * reload1.c (reload_cse_simplify_set): Fix typo.Richard Henderson2001-02-181-1/+1
* reload1.c (reload_cse_simplify_set): Respect LOAD_EXTEND_OP when replacing a ...Richard Henderson2001-02-171-15/+79
* reload1.c (reload_reg_free_for_value_p): New parameter start_regno.J"orn Rennecke2001-01-251-10/+21
* reload1.c (move2add_note_store): Treat all registers about which no informati...Alexandre Oliva2001-01-191-91/+146
* reload1.c (replace_pseudos_in_call_usage): Use reg_equiv_constant and reg_equ...Alexandre Oliva2001-01-131-5/+12
* reload1.c: Add prototype for replace_pseudos_in_call_usage.Andreas Jaeger2001-01-131-5/+8
* calls.c (emit_library_call_value_1): Add USEs and CLOBBERs to function usage ...Alexandre Oliva2001-01-121-0/+62
* reload1.c (move2add_note_store): Update reg_set_luid even if base reg remains...J"orn Rennecke2001-01-111-4/+2
* reload.c (subst_reloads): Take INSN argument.Alexandre Oliva2001-01-071-1/+1
* tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva2001-01-021-6/+8
* reload1.c (reload_combine): Take multi-hard-regs into account when processing...Catherine Moore2000-12-191-12/+19
* Fix multi-reg inheritance problems (only a fix small additional fix for yeste...Bernd Schmidt2000-12-021-1/+1
* Add a frontend function for reload_reg_free_for_value_p; need to check allBernd Schmidt2000-12-011-50/+68
* Handle frame sizes larger than int.Jim Wilson2000-11-271-1/+1
* In cselib, do not consider constants with different modes equivalent.Bernd Schmidt2000-11-271-3/+6
* Fix code that substitutes reloadreg into SET_DEST of previous insn.Bernd Schmidt2000-11-241-0/+17
* reload1.c (emit_input_reload_insns): Honour forcing of constants into memory ...Jakub Jelinek2000-11-141-1/+4
* * reload1.c (set_label_offsets): Go inside of PARALLELs.Jakub Jelinek2000-11-121-3/+4
* Several fixes to make reload handle POST_MODIFY correctly.Bernd Schmidt2000-11-101-20/+39
* alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi2000-11-101-8/+8
* reload1.c (reload_combine): Fixed calculation of first_index_reg, last_index_...Matthew Hiller2000-11-091-3/+3
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-12/+12
* reload1.c (eliminate_regs_in_insn): Allow a set to be a PARALLEL with (clobbe...J"orn Rennecke2000-11-061-4/+15
* Never set reload_override_in for optional reloads.Bernd Schmidt2000-10-281-5/+10
* reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can overwrite the value ...Geoff Keating2000-10-231-5/+7
* reload1.c (move2add_note_store): Check for simple auto-inc in destination.Joern Rennecke2000-10-171-0/+14
* Remove obstacks.Mark Mitchell2000-10-131-6/+0
* reload1.c (calculate_needs_all_insns): If deleting an instruction, remove its...Jakub Jelinek2000-10-101-2/+13
* Fix a reload inheritance problemBernd Schmidt2000-09-181-1/+4
* calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.Richard Henderson2000-09-141-1/+1
* Fix computation of need_mode in choose_reload_regs.Bernd Schmidt2000-09-081-2/+7