aboutsummaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Make more use of REG_NREGSRichard Sandiford1-2/+1
2017-09-05Make mode_for_size return an opt_modeRichard Sandiford1-1/+1
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-4/+5
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-8/+8
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford1-1/+1
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford1-1/+1
2015-05-19rtl.h (PUT_MODE_RAW): New macro.Richard Sandiford1-2/+1
2015-05-19caller-save.c (init_caller_save): Use word_mode and FIRST_PSEUDO_REGISTER whe...Richard Sandiford1-2/+2
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-9/+5
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders1-3/+1
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-16/+16
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-4/+7
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-3/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-10-15As discussed: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00420.htmlJoern Rennecke1-3/+6
2014-10-03lra-constraints.c (inherit_in_ebb): Handle calls with multiple return values.Ilya Enkovich1-2/+7
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-2/+2
2014-09-05Eliminate the checked cast from get_call_reg_set_usageDavid Malcolm1-1/+1
2014-08-28caller-save.c: Include rtl-iter.h.Richard Sandiford1-24/+15
2014-08-26Remove BB_HEAD, BB_END, BB_HEADER scaffoldingDavid Malcolm1-3/+3
2014-08-22reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)David Malcolm1-2/+2
2014-08-21caller-save.c: Use rtx_insnDavid Malcolm1-1/+1
2014-08-19Split NEXT_INSN/PREV_INSN into lvalue and rvalue formsDavid Malcolm1-6/+6
2014-08-18Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variantsDavid Malcolm1-3/+3
2014-05-28-fuse-caller-save - Use collected register usage informationRadovan Obradovic1-3/+6
2014-05-13gcc/Richard Sandiford1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
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