aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21* reload1.c (fixup_abnormal_edges): Remove unused variable.Andreas Jaeger1-1/+0
2002-07-19* reload1.c (reload_as_needed): Duplicate oldpat.Momchil Velikov1-1/+1
2002-07-15[multiple changes]Michael Matz1-5/+14
2002-06-17reload1.c (merge_assigned_reloads): Don't change reloads other than RELOAD_FO...J"orn Rennecke1-0/+8
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-20/+15
2002-06-10alias.c (static_reg_base_value): New to hold RTL for items allocated once per...Jeff Law1-12/+14
2002-06-09Forgot to commit on Friday.Jeff Law1-4/+2
2002-05-31gcse.c (gcse_emit_move_after): New.Jan Hubicka1-95/+29
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-9/+10
2002-05-21reload1.c (do_output_reload): Run delete_output_reload only if optimizing.NIIBE Yutaka1-0/+1
2002-05-20* reload1.c (reload_cse_simplify): Fix typo in rtx code check.Krister Walfridsson1-2/+2
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-10/+9
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-9/+10
2002-05-16reload1.c (forget_old_reloads_1): Do not use subreg offset.Aldy Hernandez1-6/+4
2002-05-09read-rtl.c: Fix formatting.Kazu Hirata1-7/+7
2002-05-07rtl.h (struct rtx_def): Update comments.Janis Johnson1-2/+3
2002-04-29reload1.c (eliminate_regs, [...]): Fix typo in adjust_address_nv call.Richard Kenner1-1/+1
2002-04-28re PR rtl-optimization/6475 (zlib miscompilation with gcc-3.1)Jakub Jelinek1-3/+13
2002-04-10reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM is only used as fra...Ulrich Weigand1-1/+4
2002-03-28re PR target/6087 (3.1 i86 FP stack pop bug)Richard Henderson1-1/+12
2002-03-12reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent is not a val...Ulrich Weigand1-1/+6
2002-03-07* reload1.c (reload_cse_delete_noop_set): Purge dead edges.Jan Hubicka1-0/+3
2002-03-07basic-block.h (fixup_abnormal_edges): Declare.Jan Hubicka1-2/+2
2002-03-06reload1.c (reload): Unshare all rtl after reload is done.Ulrich Weigand1-0/+5
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+3
2002-01-25reload1.c (eliminate_regs_in_insn): Recognize frame pointer adjustments even ...Ulrich Weigand1-29/+23
2002-01-15read-rtl.c: Fix formatting.Kazu Hirata1-8/+8
2002-01-14reload1.c (reload_combine): Pass reg_sum replacement through copy_rtx in loop...Hans-Peter Nilsson1-1/+3
2002-01-11re PR other/5299 (then -> than fixes)Craig Rodrigues1-1/+1
2002-01-10cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.Richard Henderson1-24/+28
2002-01-10read-rtl.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-29expr.c (store_field): Use adjust_address, not PUT_MODE.Richard Kenner1-8/+1
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi1-4/+4
2001-12-17Implement MODE_BASE_REG_CLASSNick Clifton1-1/+2
2001-12-02rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson1-1/+1
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-4/+4
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-2/+2
2001-11-20reload1.c (elimination_effects): Use function_invariant_p instead of CONSTANT...Brad Kaiser1-1/+1
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-08* reload1.c (reload): Don't delete equiv insn if can throw.Richard Kenner1-3/+10
2001-11-03emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp...Richard Kenner1-2/+11
2001-10-29reload1.c (eliminate_regs): Test for reg_renumber being allocated before refe...Richard Kenner1-4/+5
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-26reload1.c (emit_input_reload_insns): Fix parens in last (undocumented) change...Andreas Schwab1-3/+3
2001-10-23whitespace changesRichard Kenner1-1/+2
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-2/+3
2001-10-20reload1.c (reload): Check CONSTANT_P before calling LEGITIMATE_PIC_OPERAND_P.Hans-Peter Nilsson1-1/+5
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-35/+35
2001-10-10calls.c: Fix formatting.Kazu Hirata1-5/+5
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-1/+1