aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-01Patch from Richard Sandiford <rsandifo@redhat.com>Eric Botcazou1-0/+9
2005-01-15harg-reg-set.h (reg_class_names): Prototype global array.Roger Sayle1-1/+0
2005-01-13re PR target/18329 (mmix-knuth-mmixware testsuite failure: execute/920501-7.c...Hans-Peter Nilsson1-3/+3
2005-01-05Update copyright.Richard Henderson1-1/+1
2005-01-05re PR rtl-optimization/10692 ([m68k] miscompilation of perl with -O2 -fPIC)Richard Henderson1-0/+4
2004-12-23re PR target/18511 (cc1plus segfaults when compiling libstdc++-v3/src/localen...Kaz Kojima1-1/+2
2004-11-25re PR c++/6764 (Throwing exception causes crash with '-O2 -fomit-frame-pointer')Richard Henderson1-0/+10
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-11/+0
2004-11-09reload1.c (reloads_conflict, gen_reload): Make them static.Kazu Hirata1-2/+4
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-4/+4
2004-10-18reload1.c (ior_hard_reg_set): Remove.Kazu Hirata1-14/+4
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-61/+63
2004-09-30re PR debug/13974 (bad line marker in debug info)Jan Hubicka1-11/+11
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-2/+3
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-5/+7
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