aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-25reload1.c (choose_reload_regs): Check for invalid subregs before computing th...DJ Delorie1-8/+10
2007-01-24reload1.c (emit_reload_insns): Pass the reload register for a non-spill outpu...Richard Sandiford1-0/+17
2006-12-21re PR target/28966 (-maltivec -m32 causes the stack to be saved and restored ...Nathan Sidwell1-8/+14
2006-12-13re PR middle-end/30191 (GCC error: in eliminate_regs_in_insn, at reload1.c:3126)Peter Bergner1-7/+22
2006-12-12reload1.c (eliminate_regs_in_insn): Merge the plus_src "else" and the offset ...Peter Bergner1-22/+7
2006-12-10reload1.c (choose_reload_regs): Don't set byte offset when resolving subregs ...Rask Ingemann Lambertsen1-1/+2
2006-12-06reload1.c (delete_output_reload): Count occurrences in CALL_INSN_FUNCTION_USAGE.Bernd Schmidt1-0/+3
2006-11-17reload1.c (reloads_unique_chain): New.DJ Delorie1-1/+47
2006-11-01extend.texi (__builtin_bswap32): Document.Eric Christopher1-0/+2
2006-10-24* reload1.c: Formatting fixes.Ben Elliston1-3/+3
2006-09-27reload1.c (alter_reg): Require the alignment of the stack slot to be at least...Richard Sandiford1-6/+14
2006-09-19re PR rtl-optimization/21299 (internal error on invalid asm statement)Steven Bosscher1-0/+14
2006-09-13re PR rtl-optimization/28982 (Incorrect reloading of automodification express...Richard Sandiford1-3/+3
2006-08-24* reload1.c (emit_reload_insns): Fix yet another typo in my patch.Jan Hubicka1-1/+1
2006-08-22Patch by Paolo BonziniJan Hubicka1-2/+2
2006-08-21re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-13/+21
2006-08-17Fix typo in previously applied patch.Jan Hubicka1-0/+1
2006-08-17re PR tree-optimization/27865 (tree check failure building FreePOOMA)Jan Hubicka1-22/+60
2006-08-17re PR target/28146 (-O2 produces invalid code on s390-linux-gnu: gcc-4.1.2 20...Alexandre Oliva1-0/+15
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