aboutsummaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-4/+4
2013-09-09alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-21re PR rtl-optimization/53373 (ICE on valid code with -mavx)Bernd Schmidt1-5/+7
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-3/+30
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand1-1/+2
2011-03-31tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law1-5/+4
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law1-4/+4
2011-03-19cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov1-5/+4
2011-02-28re PR middle-end/47893 (4.6 miscompiles mesa on i686)Jakub Jelinek1-2/+3
2011-01-21re PR rtl-optimization/41619 (ICE in insert_save (caller-save.c) for SPEC CPU...Jeff Law1-85/+79
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-08caller-save.c (reg_save_code): After HARD_REGNO_MODE_OK check fails...Joern Rennecke1-5/+9
2010-08-12re PR debug/45259 (ICE in save_call_clobbered_regs)Jakub Jelinek1-1/+4
2010-08-05From Martin Thuresson <martint@google.com>Bernd Schmidt1-1/+1
2010-08-02re PR target/45063 (ICE: Segmentation fault (cc1) compiling matmul_i1.c)Bernd Schmidt1-1/+12
2010-07-27rtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5.Bernd Schmidt1-2/+2
2010-07-12reload.h (target_reload): Add x_cached_reg_save_code and x_cached_reg_restore...Richard Sandiford1-11/+4
2010-07-12defaults.h (MAX_MOVE_MAX, [...]): Define if not defined.Richard Sandiford1-22/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-22re PR target/44364 (Wrong code with e500 double floating point)Alan Modra1-2/+2
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-1/+1
2010-03-31re PR other/43562 (GCC ICE on optimize attribute)Jie Zhang1-0/+8
2010-02-17re PR debug/42918 ("-fcompare-debug failure" with "-O2 -ftracer" (2))Jakub Jelinek1-2/+33
2010-02-14reorg.c (delete_computation): Comment fixes.Steven Bosscher1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-12/+12
2009-09-03hard-reg-set.h (call_fixed_regs): Remove.Anatoly Sokolov1-3/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-24/+126
2009-06-22alias.c: Use REG_P...Shujing Zhao1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-02-12caller-save.c: Replace regclass.c with reginfo.c in comments.H.J. Lu1-1/+1
2009-01-29tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-1/+1
2009-01-15caller-save.c (add_used_regs_1, [...]): New functions.Richard Sandiford1-49/+40
2008-11-21caller-save.c (insert_one_insn): Take into account REG_INC notes for the live...Eric Botcazou1-2/+4
2008-09-09re PR rtl-optimization/37435 (ICE with volatiles)H.J. Lu1-2/+8
2008-08-26[multiple changes]Vladimir Makarov1-55/+418
2008-07-30[multiple changes]H.J. Lu1-3/+9
2008-07-15bt-load.c (add_btr_def, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-34/+34
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-1/+1
2008-05-26re PR middle-end/36253 (Caller-save stack slot may not have proper alignment)H.J. Lu1-0/+10
2007-12-10caller-save.c (insert_one_insn): If inserting before a call_insn then the reg...Pranav Bhandarkar1-0/+32
2007-08-15re PR target/32963 (ICE in failed_reload, could not find a spill register)Steve Ellcey1-0/+2
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-24caller-save.c: Include ggc.h, gt-caller-save.hJan Hubicka1-52/+71
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-3/+4
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-9/+4