summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* reload1.c (eliminate_regs_in_insn): Don't restore an operand if doing so woul...Bernd Schmidt2010-04-101-1/+4
* reload1.c (rtx_p, [...]): Declare.Jeff Law2010-03-021-8/+32
* reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any modifications ...Jakub Jelinek2010-02-111-4/+12
* Remove trailing white spaces.H.J. Lu2009-11-251-15/+15
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-1/+1
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-2/+3
* rtl.h (simplify_replace_fn_rtx): Declare.Richard Sandiford2009-10-201-19/+8
* re PR debug/41295 (gfortran.dg/loc_2.f90 -O3 -g fails on SH with orphaned deb...Alexandre Oliva2009-09-221-22/+36
* reload1.c (reload): Call wrap_constant when substituting reg for equiv inside...Jakub Jelinek2009-09-221-0/+1
* Squash commit of EH in gimpleRichard Henderson2009-09-141-26/+4
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-3/+53
* hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov2009-08-261-4/+5
* re PR rtl-optimization/41064 (build breakage for cris-elf building newlib, IC...Hans-Peter Nilsson2009-08-141-3/+8
* re PR middle-end/37053 (ICE in reload_cse_simplify_operands, at postreload.c:...Ulrich Weigand2009-08-101-16/+10
* target.h (struct gcc_target): Add frame_pointer_required field.Anatoly Sokolov2009-06-301-1/+2
* alias.c: Use REG_P...Shujing Zhao2009-06-221-10/+10
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-10/+31
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-10/+13
* rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.Ian Lance Taylor2009-04-161-1/+1
* reload1.c (fixup_eh_region_notes): Remove write-only "trap_count" variable.Jeff Law2009-04-021-12/+3
* re PR rtl-optimization/39522 (fix for PR37514 gives FAIL: gcc.c-torture/execu...Vladimir Makarov2009-03-261-12/+22
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2009-01-291-60/+35
* re PR rtl-optimization/38583 (huge test case makes register allocator run out...Vladimir Makarov2009-01-061-16/+17
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2008-12-091-3/+4
* re PR rtl-optimization/38272 (Revision 142207 caused libgomp.fortran/threadpr...Bernd Schmidt2008-12-051-0/+1
* re PR rtl-optimization/37514 (Wrong code generated for 20021120-1.c with -O3 ...Vladimir Makarov2008-12-011-0/+30
* re PR target/38208 (gcc.c-torture/compile/20080806-1.c)Jakub Jelinek2008-11-211-2/+2
* re PR middle-end/37447 (test pr28982b.c fails execution on power4 or later wi...Richard Henderson2008-10-121-61/+21
* reload1.c (alter_reg): Add missing curly braces.Jeff Law2008-09-291-11/+13
* reload1.c (alter_reg): Undo the BYTE_BIG_ENDIAN correction performed by assig...Jeff Law2008-09-111-1/+11
* rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor2008-09-041-1/+1
* re PR rtl-optimization/37296 (Bootstrap failure compiling libgcc)Vladimir Makarov2008-09-031-5/+0
* [multiple changes]Vladimir Makarov2008-08-261-75/+357
* re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou2008-08-161-3/+3
* re PR middle-end/36238 (ICE in reg_or_subregno, at jump.c:1730)Andrew Pinski2008-08-091-2/+4
* [multiple changes]H.J. Lu2008-07-301-3/+9
* c-pch.c (get_ident): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-17/+17
* recog.c (validate_change_1, [...]): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-45/+45
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-10/+4
* global.c (compute_regsets): Set frame_pointer_needed here.Joey Ye2008-06-301-14/+3
* ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-10/+9
* Remove libcall notes.Steven Bosscher2008-06-171-6/+3
* rtl.h (emit_clobber, [...]): Declare.Richard Sandiford2008-06-011-4/+3
* defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.Andreas Krebbel2008-05-271-5/+5
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-5/+5
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-2/+2
* re PR rtl-optimization/35232 (ICE in fp-int-convert-double.c at -O2)Richard Sandiford2008-03-251-242/+284
* re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty)Eric Botcazou2007-10-221-1/+0
* ra-conflict.c: New file.Kenneth Zadeck2007-10-021-5/+2