Age | Commit message (Expand) | Author | Files | Lines |
2010-05-28 | ira.c (ira_bad_reload_regno, [...]): New functions. | Jeff Law | 1 | -4/+13 |
2010-05-25 | function.h (struct function): Add can_throw_non_call_exceptions bit. | Eric Botcazou | 1 | -4/+4 |
2010-05-22 | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 1 | -1/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2010-05-17 | function.c (try_fit_stack_local, [...]): New static functions. | Bernd Schmidt | 1 | -2/+7 |
2010-05-03 | tm.texi (defmac SMALL_REGISTER_CLASSES): Remove. | Steven Bosscher | 1 | -5/+6 |
2010-04-10 | reload1.c (eliminate_regs_in_insn): Don't restore an operand if doing so woul... | Bernd Schmidt | 1 | -1/+4 |
2010-03-02 | reload1.c (rtx_p, [...]): Declare. | Jeff Law | 1 | -8/+32 |
2010-02-11 | reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any modifications ... | Jakub Jelinek | 1 | -4/+12 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -15/+15 |
2009-10-26 | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 1 | -1/+1 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -2/+3 |
2009-10-20 | rtl.h (simplify_replace_fn_rtx): Declare. | Richard Sandiford | 1 | -19/+8 |
2009-09-22 | re PR debug/41295 (gfortran.dg/loc_2.f90 -O3 -g fails on SH with orphaned deb... | Alexandre Oliva | 1 | -22/+36 |
2009-09-22 | reload1.c (reload): Call wrap_constant when substituting reg for equiv inside... | Jakub Jelinek | 1 | -0/+1 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -26/+4 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -3/+53 |
2009-08-26 | hooks.h (hook_bool_const_int_const_int_true): Declare. | Anatoly Sokolov | 1 | -4/+5 |
2009-08-14 | re PR rtl-optimization/41064 (build breakage for cris-elf building newlib, IC... | Hans-Peter Nilsson | 1 | -3/+8 |
2009-08-10 | re PR middle-end/37053 (ICE in reload_cse_simplify_operands, at postreload.c:... | Ulrich Weigand | 1 | -16/+10 |
2009-06-30 | target.h (struct gcc_target): Add frame_pointer_required field. | Anatoly Sokolov | 1 | -1/+2 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -10/+10 |
2009-04-24 | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 1 | -10/+31 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -10/+13 |
2009-04-16 | rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note. | Ian Lance Taylor | 1 | -1/+1 |
2009-04-02 | reload1.c (fixup_eh_region_notes): Remove write-only "trap_count" variable. | Jeff Law | 1 | -12/+3 |
2009-03-26 | re PR rtl-optimization/39522 (fix for PR37514 gives FAIL: gcc.c-torture/execu... | Vladimir Makarov | 1 | -12/+22 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-01-29 | tm.texi (TARGET_IRA_COVER_CLASSES): Modify description. | Vladimir Makarov | 1 | -60/+35 |
2009-01-06 | re PR rtl-optimization/38583 (huge test case makes register allocator run out... | Vladimir Makarov | 1 | -16/+17 |
2008-12-09 | tm.texi (TARGET_IRA_COVER_CLASSES): Modify description. | Vladimir Makarov | 1 | -3/+4 |
2008-12-05 | re PR rtl-optimization/38272 (Revision 142207 caused libgomp.fortran/threadpr... | Bernd Schmidt | 1 | -0/+1 |
2008-12-01 | re PR rtl-optimization/37514 (Wrong code generated for 20021120-1.c with -O3 ... | Vladimir Makarov | 1 | -0/+30 |
2008-11-21 | re PR target/38208 (gcc.c-torture/compile/20080806-1.c) | Jakub Jelinek | 1 | -2/+2 |
2008-10-12 | re PR middle-end/37447 (test pr28982b.c fails execution on power4 or later wi... | Richard Henderson | 1 | -61/+21 |
2008-09-29 | reload1.c (alter_reg): Add missing curly braces. | Jeff Law | 1 | -11/+13 |
2008-09-11 | reload1.c (alter_reg): Undo the BYTE_BIG_ENDIAN correction performed by assig... | Jeff Law | 1 | -1/+11 |
2008-09-04 | rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_... | Ian Lance Taylor | 1 | -1/+1 |
2008-09-03 | re PR rtl-optimization/37296 (Bootstrap failure compiling libgcc) | Vladimir Makarov | 1 | -5/+0 |
2008-08-26 | [multiple changes] | Vladimir Makarov | 1 | -75/+357 |
2008-08-16 | re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault) | Eric Botcazou | 1 | -3/+3 |
2008-08-09 | re PR middle-end/36238 (ICE in reg_or_subregno, at jump.c:1730) | Andrew Pinski | 1 | -2/+4 |
2008-07-30 | [multiple changes] | H.J. Lu | 1 | -3/+9 |
2008-07-16 | c-pch.c (get_ident): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -17/+17 |
2008-07-16 | recog.c (validate_change_1, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -45/+45 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -10/+4 |
2008-06-30 | global.c (compute_regsets): Set frame_pointer_needed here. | Joey Ye | 1 | -14/+3 |
2008-06-26 | ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. | Kaveh R. Ghazi | 1 | -10/+9 |
2008-06-17 | Remove libcall notes. | Steven Bosscher | 1 | -6/+3 |
2008-06-01 | rtl.h (emit_clobber, [...]): Declare. | Richard Sandiford | 1 | -4/+3 |