aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-23re PR target/27531 (sparc: undefined reference to .LL226 with -O2)Roger Sayle1-1/+5
2006-06-14re PR middle-end/27959 (s390x miscompilation due to clobbering literal pool b...Andreas Krebbel1-0/+2
2006-04-14local-alloc.c (rest_of_handle_local_alloc): Use VEC instead of VARRAY.Kazu Hirata1-3/+2
2006-03-29reload1.c (choose_reload_regs): Check for all RTX_AUTOINC operators.Paul Brook1-9/+18
2006-03-21bfin-protos.h (bfin_dsp_memref_p): Declare.Bernd Schmidt1-2/+3
2006-02-18re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford1-6/+2
2006-02-16re PR target/25603 (Miscompiled FORTRAN program)Denis Nagorny1-1/+1
2006-02-16reload1.c (emit_reload_insns): Invalidate dead input registers used for reloads.Paul Brook1-6/+11
2006-02-13* reload1.c (gen_reload): Also use find_replacement in UNARY_P case.J"orn Rennecke1-1/+4
2006-02-09reload1.c (emit_input_reload_insns): Delete code that tries to inherit using ...Bernd Schmidt1-62/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-12/+12
2006-01-19reload1.c (find_reload_regs): Note the details of reload failures in the dump...DJ Delorie1-0/+8
2006-01-14reload1.c (do_output_reload): Add assertion rejecting a CALL_INSN.Ian Lance Taylor1-1/+1
2005-12-23re PR rtl-optimization/25432 (Reload ICE in gen_add2_insn)Alan Modra1-10/+2
2005-12-19reload1.c (spill_failure): Dump failed reload data to dump file.DJ Delorie1-0/+8
2005-12-14re PR rtl-optimization/25310 (ICE in reload_cse_simplify_operands, at postrel...Ulrich Weigand1-10/+25
2005-11-24re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke1-64/+161
2005-11-19re PR middle-end/24912 (m68k build failure: ICE: in reload_cse_simplify_opera...Hans-Peter Nilsson1-34/+81
2005-11-16re PR rtl-optimization/24160 (ICE with -O1 -ftree-vectorize -msse)Richard Henderson1-44/+87
2005-09-30reload1.c (merge_assigned_reloads): Do not change any RELOAD_FOR_OUTPUT_ADDRE...Daniel Jacobowitz1-4/+7
2005-09-07reload1.c (fixup_eh_region_note): Remove assertion.Andreas Krebbel1-18/+9
2005-09-01re PR middle-end/23676 (ICE: "missing REG_EH_REGION note in the end of bb")Richard Henderson1-1/+1
2005-08-31re PR rtl-optimization/23601 (reload may drop non-call exception information)Richard Henderson1-37/+106
2005-08-19Fix uninitialized register read problem.James E Wilson1-0/+1
2005-08-01dwarf2out.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-1/+1
2005-06-15Makefile.in (local-alloc.o): Depend on $(GGC_H) and reload.h.Bernd Schmidt1-83/+70
2005-06-03Revert my previous patch.Bernd Schmidt1-8/+11
2005-06-02reload1.c (reload): Undo 2005-04-20 change.Bernd Schmidt1-11/+8
2005-06-01re PR rtl-optimization/21767 (if-convert leaves invalid REG_EQUAL notes)J"orn Rennecke1-2/+1
2005-05-26reload1.c (verify_initial_elim_offsets): Add braces to avoid having a declara...Ian Lance Taylor1-8/+10
2005-05-25reload1.c (verify_initial_elim_offsets): Return boolean status instead of abo...Ulrich Weigand1-6/+19
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-2/+2
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-12/+12
2005-04-20reload1.c (reload): Ignore equivalences between pseudos and read only memory.Jeff Law1-2/+14
2005-03-23final.c (final_scan_insn): Don't remove no-op instructions.Ian Lance Taylor1-0/+13
2005-03-23reload1.c (indirect_symref_ok): Make it global.Kazu Hirata1-1/+1
2005-03-23reload1.c (indirect_symref_ok, [...]): Make them static.Kazu Hirata1-2/+2
2005-03-07re PR rtl-optimization/19683 (MIPS wrong-code for 64-bit multiply.)Richard Sandiford1-9/+8
2005-03-07reload1.c (reload_startobj, [...]): Make them static.Kazu Hirata1-7/+7
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