summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* harg-reg-set.h (reg_class_names): Prototype global array.Roger Sayle2005-01-151-1/+0
* re PR target/18329 (mmix-knuth-mmixware testsuite failure: execute/920501-7.c...Hans-Peter Nilsson2005-01-131-3/+3
* Update copyright.Richard Henderson2005-01-051-1/+1
* re PR rtl-optimization/10692 ([m68k] miscompilation of perl with -O2 -fPIC)Richard Henderson2005-01-051-0/+4
* re PR target/18511 (cc1plus segfaults when compiling libstdc++-v3/src/localen...Kaz Kojima2004-12-231-1/+2
* re PR c++/6764 (Throwing exception causes crash with '-O2 -fomit-frame-pointer')Richard Henderson2004-11-251-0/+10
* function.h (struct function): Remove calls_longjmp.Zack Weinberg2004-11-231-11/+0
* reload1.c (reloads_conflict, gen_reload): Make them static.Kazu Hirata2004-11-091-2/+4
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-4/+4
* reload1.c (ior_hard_reg_set): Remove.Kazu Hirata2004-10-181-14/+4
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-61/+63
* re PR debug/13974 (bad line marker in debug info)Jan Hubicka2004-09-301-11/+11
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-2/+3
* re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka2004-09-201-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-1/+1
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-5/+7
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-58/+47
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-4/+1
* defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition.Zack Weinberg2004-08-031-4/+1
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-27/+26
* rtl.def (ADDRESSOF): Remove.Richard Henderson2004-07-041-21/+0
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-21/+21
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-8/+2
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-80/+80
* Makefile.in (GTFILES): Add $(srcdir)/reload.h.J"orn Rennecke2004-05-201-2/+6
* * reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.Roger Sayle2004-05-061-1/+1
* reload1.c (inherit_piecemeal_p): New function.Richard Sandiford2004-05-041-4/+36
* reload1.c (emit_reload_insns): Set reg_has_output_reload to one after setting...Ulrich Weigand2004-04-131-0/+4
* cse.c (cse_end_of_basic_block): Make static.Paolo Bonzini2004-03-051-0/+22
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-2/+2
* reload1.c (reload): Only spill eliminable register with multiple adjacent eli...J"orn Rennecke2004-02-251-3/+16
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-10/+10
* reload1.c (reload): Correct comment.Ian Lance Taylor2004-02-191-14/+4
* reload1.c (check_eliminable_occurrences): Optimize the reset of can_eliminate.Kazu Hirata2004-02-061-2/+2
* reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL note containing ...Kazu Hirata2004-02-061-11/+43
* combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.Kazu Hirata2004-02-031-5/+7
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-28/+28
* alloc-pool.c: Fix comment typos.Kazu Hirata2004-01-311-1/+1
* bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata2004-01-311-1/+1
* re PR rtl-optimization/12147 (Wrong code with -O2 in context of reload)Ulrich Weigand2004-01-301-0/+2
* * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)Daniel Jacobowitz2004-01-171-12/+12
* reload1.c: Add reg_reloaded_call_part_clobbered.Dale Johannesen2003-12-221-4/+28
* flow.c (EXIT_IGNORE_STACK): Move to ...Kazu Hirata2003-12-161-2/+0
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-4/+5
* defaults.h (LOCAL_REGNO): Give the default definition.Kazu Hirata2003-12-091-4/+0
* Make NON_SAVING_SETJMP usable again.James E Wilson2003-11-291-0/+11
* re PR rtl-optimization/13041 (linux-2.6/sound/core/oss/rate.c miscompiled)Eric Botcazou2003-11-271-0/+8
* re PR c/13133 (Extraneous register-saves triggered by setjmp())James E Wilson2003-11-201-9/+1
* reload1.c (reload): Revert 2 previous checkins.Eric Christopher2003-11-191-8/+2
* reload1.c (reload): Fix previous change.Eric Christopher2003-11-181-3/+3