aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-58/+47
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-4/+1
2004-08-03defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition.Zack Weinberg1-4/+1
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-27/+26
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-21/+0
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-21/+21
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-8/+2
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-80/+80
2004-05-20Makefile.in (GTFILES): Add $(srcdir)/reload.h.J"orn Rennecke1-2/+6
2004-05-06* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.Roger Sayle1-1/+1
2004-05-04reload1.c (inherit_piecemeal_p): New function.Richard Sandiford1-4/+36
2004-04-13reload1.c (emit_reload_insns): Set reg_has_output_reload to one after setting...Ulrich Weigand1-0/+4
2004-03-05cse.c (cse_end_of_basic_block): Make static.Paolo Bonzini1-0/+22
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-2/+2
2004-02-25reload1.c (reload): Only spill eliminable register with multiple adjacent eli...J"orn Rennecke1-3/+16
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-10/+10
2004-02-19reload1.c (reload): Correct comment.Ian Lance Taylor1-14/+4
2004-02-06reload1.c (check_eliminable_occurrences): Optimize the reset of can_eliminate.Kazu Hirata1-2/+2
2004-02-06reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL note containing ...Kazu Hirata1-11/+43
2004-02-03combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.Kazu Hirata1-5/+7
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-28/+28
2004-01-31alloc-pool.c: Fix comment typos.Kazu Hirata1-1/+1
2004-01-31bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata1-1/+1
2004-01-30re PR rtl-optimization/12147 (Wrong code with -O2 in context of reload)Ulrich Weigand1-0/+2
2004-01-17* rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)Daniel Jacobowitz1-12/+12
2003-12-22reload1.c: Add reg_reloaded_call_part_clobbered.Dale Johannesen1-4/+28
2003-12-16flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata1-2/+0
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-4/+5
2003-12-09defaults.h (LOCAL_REGNO): Give the default definition.Kazu Hirata1-4/+0
2003-11-29Make NON_SAVING_SETJMP usable again.James E Wilson1-0/+11
2003-11-27re PR rtl-optimization/13041 (linux-2.6/sound/core/oss/rate.c miscompiled)Eric Botcazou1-0/+8
2003-11-20re PR c/13133 (Extraneous register-saves triggered by setjmp())James E Wilson1-9/+1
2003-11-19reload1.c (reload): Revert 2 previous checkins.Eric Christopher1-8/+2
2003-11-18reload1.c (reload): Fix previous change.Eric Christopher1-3/+3
2003-11-14reload1.c (reload): Revert previous patch.Eric Christopher1-8/+8
2003-11-12reload1.c (reload): Verify that addresses for reg_equiv_* are valid for the a...Eric Christopher1-0/+6
2003-10-27reload1.c (struct elim_table): Change offset, initial_offset and previous_off...Jakub Jelinek1-8/+8
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-7/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-34/+27
2003-07-10ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher1-6/+0
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-263/+143
2003-06-29reload.c (find_reloads): Change push_reloads to push_reload in comment.James E Wilson1-3/+2
2003-06-27defaults.h (REGISTER_MOVE_COST): Define default here.Hans-Peter Nilsson1-4/+0
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-1/+1
2003-06-26Makefile.in (OBJS): Add postreload.o.Kazu Hirata1-1472/+0
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-3/+3
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-3/+0
2003-06-12gcse.c (fis_get_condition): Make it a global function.Kazu Hirata1-0/+24
2003-06-10re PR rtl-optimization/8812 ([avr] Registers allocated for two uses at once)James E Wilson1-5/+18
2003-06-06re PR inline-asm/10890 (ICE in merge_assigned_reloads building Linux 2.4.2x s...James E Wilson1-3/+5