summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-9/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-8/+8
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-10/+3
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford2015-05-261-1/+1
* regs.h (END_HARD_REGNO): Delete.Richard Sandiford2015-05-191-1/+1
* rtl.h (PUT_MODE_RAW): New macro.Richard Sandiford2015-05-191-2/+1
* caller-save.c (init_caller_save): Use word_mode and FIRST_PSEUDO_REGISTER whe...Richard Sandiford2015-05-191-2/+2
* rtl.h (always_void_p): New function.Richard Sandiford2015-05-071-9/+5
* remove more ifdefs for HAVE_cc0Trevor Saunders2015-04-221-3/+1
* always define HAVE_cc0Trevor Saunders2015-04-221-1/+1
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-0/+15
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-16/+16
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-4/+7
* recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford2014-10-221-3/+5
* 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