summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* 2004-07-08 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-091-27/+26
* * rtl.def (ADDRESSOF): Remove.rth2004-07-041-21/+0
* 2004-07-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-011-21/+21
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-8/+2
* 2004-06-15 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-151-80/+80
* * Makefile.in (GTFILES): Add $(srcdir)/reload.h.amylaar2004-05-201-2/+6
* * reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.sayle2004-05-061-1/+1
* * reload1.c (inherit_piecemeal_p): New function.rsandifo2004-05-041-4/+36
* * reload1.c (emit_reload_insns): Set reg_has_output_reload to oneuweigand2004-04-131-0/+4
* 2004-02-18 Paolo Bonzini <bonzini@gnu.org>bonzini2004-03-051-0/+22
* 2004-02-07 Paolo Bonzini <bonzini@gnu.org>bonzini2004-03-031-2/+2
* * reload1.c (reload): Only spill eliminable register with multipleamylaar2004-02-251-3/+16
* * toplev.c (dump_file_tbl): Rename from dump_file.rth2004-02-241-10/+10
* * reload1.c (reload): Correct comment.ian2004-02-191-14/+4
* * reload1.c (check_eliminable_occurrences): Optimize the resetkazu2004-02-061-2/+2
* * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUALkazu2004-02-061-11/+43
* gcc/kazu2004-02-031-5/+7
* * alias.c (record_set): Use hard_regno_nregs.hubicka2004-02-021-28/+28
* * alloc-pool.c: Fix comment typos.kazu2004-01-311-1/+1
* * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".kazu2004-01-311-1/+1
* PR optimization/12147uweigand2004-01-301-0/+2
* * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)drow2004-01-171-12/+12
* 2003-12-22 Dale Johannesen <dalej@apple.com>dalej2003-12-221-4/+28
* * flow.c (EXIT_IGNORE_STACK): Move to ...kazu2003-12-161-2/+0
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-4/+5
* * defaults.h (LOCAL_REGNO): Give the default definition.kazu2003-12-091-4/+0
* Make NON_SAVING_SETJMP usable again.wilson2003-11-301-0/+11
* PR optimization/13041ebotcazou2003-11-271-0/+8
* PR c/13133wilson2003-11-211-9/+1
* 2003-11-19 Eric Christopher <echristo@redhat.com>echristo2003-11-191-8/+2
* 2003-11-17 Eric Christopher <echristo@redhat.com>echristo2003-11-181-3/+3
* 2003-11-14 Eric Christopher <echristo@redhat.com>echristo2003-11-141-8/+8
* 2003-11-11 Eric Christopher <echristo@redhat.com>echristo2003-11-121-0/+6
* * reload1.c (struct elim_table): Change offset, initial_offset andjakub2003-10-271-8/+8
* * rtl.h (rtl_size): Declare.rsandifo2003-10-181-7/+2
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-34/+27
* 2003-07-10 Steven Bosscher <steven@gcc.gnu.org>steven2003-07-101-6/+0
* * jump.c: Convert prototypes to ISO C90.aj2003-07-061-263/+143
* * reload.c (find_reloads): Change push_reloads to push_reload inwilson2003-06-301-3/+2
* * defaults.h (REGISTER_MOVE_COST): Define default here.hp2003-06-271-4/+0
* * rtl.h (emit_note): Remove FILE parameter.nathan2003-06-271-1/+1
* * Makefile.in (OBJS): Add postreload.o.kazu2003-06-261-1472/+0
* cp:ghazi2003-06-161-3/+3
* * tracer.c: Remove duplication declaration.aj2003-06-161-3/+0
* * gcse.c (fis_get_condition): Make it a global function.kazu2003-06-121-0/+24
* PR target/8812wilson2003-06-111-5/+18
* PR inline-asm/10890wilson2003-06-071-3/+5
* * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09'saoliva2003-05-111-9/+3
* * reload1.c (reload_cse_move2add): Don't turn an implicitaoliva2003-05-091-4/+17
* * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.kenner2003-05-031-11/+15