summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle multiword modes in regno_clobbered_pBernd Schmidt2000-09-071-2/+2
* local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINT...Richard Henderson2000-08-281-6/+0
* optabs.c (init_optabs): Initialize fixtab...Greg McGary2000-08-241-1/+1
* global.c (global_alloc): Avoid passing dumpfile argument to reload routines.Jeffrey A Law2000-08-211-51/+36
* reload1.c (reload_as_needed): Accept dumpfile argument, pass it to emit_reloa...Jeffrey A Law2000-08-191-6/+15
* * reload1.c: Fix formatting.Kazu Hirata2000-08-081-51/+49
* tm.texi (LOCAL_REGNO): Document.Richard Henderson2000-08-081-4/+6
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-13/+12
* cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson2000-07-281-73/+17
* combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson2000-06-131-6/+11