summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* * regmove.c: Fix comment typos.kazu2002-12-241-6/+6
* * ChangeLog: Follow spelling conventions.kazu2002-12-191-2/+2
* Merge basic-improvements-branch to trunkzack2002-12-161-10/+6
* * c-decl.c: Fix a comment typo.kazu2002-12-131-1/+1
* * target.h (gcc_target): Add cannot_force_const_mem.rth2002-12-091-2/+6
* 2002-11-04 Aldy Hernandez <aldyh@redhat.com>aldyh2002-11-041-8/+7
* * reload1.c (update_eliminables): Unconditionally check ifkazu2002-10-291-4/+0
* * ChangeLog.1: Fix typos.kazu2002-10-281-1/+1
* * combine.c: Fix comment formatting.kazu2002-10-271-2/+2
* * reload1.c (reload): Fix a comment typo.kazu2002-10-271-1/+1
* Fix x86 miscompilation of gdb mips simulator.wilson2002-10-151-4/+18
* * reload.c (push_reload): Handle subregs and secondary memory.hubicka2002-09-301-4/+6
* * c-common.h: Follow spelling conventions.kazu2002-09-261-8/+8
* * ChangeLog: Follow spelling conventions.kazu2002-09-151-1/+1
* In reload, retain only those clobbers added for variable-array handling.dalej2002-09-051-4/+7
* Insert memory clobbers before the code that pops variable arrays.dalej2002-08-141-3/+7
* * reload.c (find_reloads): Handle constraint letters marked byuweigand2002-08-141-2/+6
* * reload1.c (reload_cse_simplify): Before checkinghp2002-08-141-1/+2
* * fold-const.c: Fix comment typos.kazu2002-07-301-1/+1
* * defaults.h (obstack_chunk_alloc, obstack_chunk_free):neil2002-07-231-3/+0
* * reload1.c (fixup_abnormal_edges): Remove unused variable.aj2002-07-211-1/+0
* * reload1.c (reload_as_needed): Duplicate oldpat.rth2002-07-201-1/+1
* 2002-07-15 Michael Matz <matz@suse.de>,matz2002-07-151-5/+14
* * reload1.c (merge_assigned_reloads): Don't change reloadsamylaar2002-06-171-0/+8
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-20/+15
* * alias.c (static_reg_base_value): New to hold RTL forlaw2002-06-101-12/+14
* Forgot to commit on Friday.law2002-06-091-4/+2
* * gcse.c (gcse_emit_move_after): New.hubicka2002-05-311-95/+29
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-9/+10
* * reload1.c (do_output_reload): Run delete_output_reloadrth2002-05-211-0/+1
* * reload1.c (reload_cse_simplify): Fix typo in rtx code check.rth2002-05-211-2/+2
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-10/+9
* Basic block renumbering removal.rth2002-05-161-9/+10
* 2002-05-15 Aldy Hernandez <aldyh@redhat.com>aldyh2002-05-161-6/+4
* * read-rtl.c: Fix formatting.kazu2002-05-091-7/+7
* * rtl.h (struct rtx_def): Update comments.janis2002-05-071-2/+3
* * reload1.c (eliminate_regs, case SUBREG): Fix typo inkenner2002-04-291-1/+1
* PR optimization/6475jakub2002-04-281-3/+13
* * reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUMuweigand2002-04-101-1/+4
* PR target/6087rth2002-03-291-1/+12
* * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalentuweigand2002-03-121-1/+6
* * reload1.c (reload_cse_delete_noop_set): Purge dead edges.hubicka2002-03-071-0/+3
* * basic-block.h (fixup_abnormal_edges): Declare.hubicka2002-03-071-2/+2
* * reload1.c (reload): Unshare all rtl after reload is done.uweigand2002-03-061-0/+5
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+3
* * reload1.c (eliminate_regs_in_insn): Recognize frame pointeruweigand2002-01-251-29/+23
* * read-rtl.c: Fix formatting.kazu2002-01-151-8/+8
* * reload1.c (reload_combine): Pass reg_sum replacement throughhp2002-01-141-1/+3
* 2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-111-1/+1
* * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.rth2002-01-111-24/+28