aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-02* reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.Jan Hubicka1-4/+7
2001-08-29reload1.c (move2add_note_store): Correct typo checking for argument pushes.Geoffrey Keating1-1/+1
2001-08-25reload1.c (reload): Make all entries in reg_equiv_memory_loc unshared.Hans-Peter Nilsson1-6/+4
2001-08-23reload1.c (emit_reload_insns): Don't look for notes on a NULL store_insn.Geoffrey Keating1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-12defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg1-4/+0
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg1-1/+2
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-3/+2
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-08-05Makefile.in (reload1.o): Add dedendancy on except.hJan Hubicka1-1/+6
2001-08-04* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka1-0/+55
2001-07-19reload1.c (eliminate_regs_in_insn): When updating a set to the frame pointer ...Geoffrey Keating1-15/+22
2001-07-19reload1.c (choose_reload_regs): Don't inherit a reload that crosses multiple ...Geoffrey Keating1-2/+7
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-4/+4
2001-07-10reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge...Stephane Carrez1-3/+3
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-3/+4
2001-07-09expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene1-2/+2
2001-07-09[multiple changes]Richard Kenner1-16/+5
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-5/+5
2001-06-06reload1.c (reload): Revert Schmidt's change so all USEs are not deleted durin...Jeffrey D. Oldham1-1/+1
2001-06-05print-rtl.c (xspaces): Remove.Mark Mitchell1-1/+1
2001-06-03Minor whitespace editsRichard Kenner1-2/+3
2001-05-17Correctly count substitutions if eliminations are going on.Bernd Schmidt1-4/+7
2001-05-08reload1.c (copy_eh_notes): New function.Andrew Haley1-1/+28
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-5/+4
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-1/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-23/+28
2001-03-28* reload1.c (eliminate_regs): Don't abort on MEM USEs.John David Anglin1-0/+6
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-15reload1.c (reload_cse_simplify_set): For LOAD_EXTEND_OP, do not "widen" a des...Jeffrey A Law1-3/+7
2001-03-12Call reload_cse_simplify_set before reload_cse_noop_set_pAldy Hernandez1-4/+9
2001-03-01Fix register elimination problemBernd Schmidt1-0/+1
2001-02-18* reload1.c (reload_cse_simplify_set): Fix typo.Richard Henderson1-1/+1
2001-02-17reload1.c (reload_cse_simplify_set): Respect LOAD_EXTEND_OP when replacing a ...Richard Henderson1-15/+79
2001-01-25reload1.c (reload_reg_free_for_value_p): New parameter start_regno.J"orn Rennecke1-10/+21
2001-01-19reload1.c (move2add_note_store): Treat all registers about which no informati...Alexandre Oliva1-91/+146
2001-01-13reload1.c (replace_pseudos_in_call_usage): Use reg_equiv_constant and reg_equ...Alexandre Oliva1-5/+12
2001-01-13reload1.c: Add prototype for replace_pseudos_in_call_usage.Andreas Jaeger1-5/+8
2001-01-12calls.c (emit_library_call_value_1): Add USEs and CLOBBERs to function usage ...Alexandre Oliva1-0/+62
2001-01-11reload1.c (move2add_note_store): Update reg_set_luid even if base reg remains...J"orn Rennecke1-4/+2
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-1/+1
2001-01-02tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva1-6/+8
2000-12-19reload1.c (reload_combine): Take multi-hard-regs into account when processing...Catherine Moore1-12/+19
2000-12-02Fix multi-reg inheritance problems (only a fix small additional fix for yeste...Bernd Schmidt1-1/+1
2000-12-01Add a frontend function for reload_reg_free_for_value_p; need to check allBernd Schmidt1-50/+68
2000-11-27Handle frame sizes larger than int.Jim Wilson1-1/+1
2000-11-27In cselib, do not consider constants with different modes equivalent.Bernd Schmidt1-3/+6
2000-11-24Fix code that substitutes reloadreg into SET_DEST of previous insn.Bernd Schmidt1-0/+17