summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
Commit message (Expand)AuthorAgeFilesLines
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+5
* As discussed: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00420.htmlJoern Rennecke2014-10-151-3/+6
* lra-constraints.c (inherit_in_ebb): Handle calls with multiple return values.Ilya Enkovich2014-10-031-2/+7
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-2/+2
* Eliminate the checked cast from get_call_reg_set_usageDavid Malcolm2014-09-051-1/+1
* caller-save.c: Include rtl-iter.h.Richard Sandiford2014-08-281-24/+15
* Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm2014-08-261-3/+3
* reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)David Malcolm2014-08-221-2/+2
* caller-save.c: Use rtx_insnDavid Malcolm2014-08-211-1/+1
* Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm2014-08-191-6/+6
* Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm2014-08-181-3/+3
* -fuse-caller-save - Use collected register usage informationRadovan Obradovic2014-05-281-3/+6
* gcc/Richard Sandiford2014-05-131-2/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-4/+4
* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associ...Richard Sandiford2013-09-091-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-0/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR rtl-optimization/53373 (ICE on valid code with -mavx)Bernd Schmidt2012-05-211-5/+7
* attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt2012-05-141-3/+30
* tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand2011-11-081-1/+2
* tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law2011-03-311-5/+4
* reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law2011-03-301-4/+4
* cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead o...Anatoly Sokolov2011-03-191-5/+4
* re PR middle-end/47893 (4.6 miscompiles mesa on i686)Jakub Jelinek2011-02-281-2/+3
* re PR rtl-optimization/41619 (ICE in insert_save (caller-save.c) for SPEC CPU...Jeff Law2011-01-211-85/+79
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* caller-save.c (reg_save_code): After HARD_REGNO_MODE_OK check fails...Joern Rennecke2010-11-081-5/+9
* re PR debug/45259 (ICE in save_call_clobbered_regs)Jakub Jelinek2010-08-121-1/+4
* From Martin Thuresson <martint@google.com>Bernd Schmidt2010-08-051-1/+1
* re PR target/45063 (ICE: Segmentation fault (cc1) compiling matmul_i1.c)Bernd Schmidt2010-08-021-1/+12
* rtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5.Bernd Schmidt2010-07-271-2/+2
* reload.h (target_reload): Add x_cached_reg_save_code and x_cached_reg_restore...Richard Sandiford2010-07-121-11/+4
* defaults.h (MAX_MOVE_MAX, [...]): Define if not defined.Richard Sandiford2010-07-121-22/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR target/44364 (Wrong code with e500 double floating point)Alan Modra2010-06-221-2/+2
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-1/+1
* re PR other/43562 (GCC ICE on optimize attribute)Jie Zhang2010-03-311-0/+8
* re PR debug/42918 ("-fcompare-debug failure" with "-O2 -ftracer" (2))Jakub Jelinek2010-02-171-2/+33
* reorg.c (delete_computation): Comment fixes.Steven Bosscher2010-02-141-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-12/+12
* hard-reg-set.h (call_fixed_regs): Remove.Anatoly Sokolov2009-09-031-3/+2
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-24/+126
* alias.c: Use REG_P...Shujing Zhao2009-06-221-2/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* caller-save.c: Replace regclass.c with reginfo.c in comments.H.J. Lu2009-02-121-1/+1
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2009-01-291-1/+1
* caller-save.c (add_used_regs_1, [...]): New functions.Richard Sandiford2009-01-151-49/+40