summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-09-30Remove global call sets: caller-save.cRichard Sandiford
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford
2019-09-10Remove no_caller_save_reg_setRichard Sandiford
2019-09-10Remove call_fixed_reg_setRichard Sandiford
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford
2019-09-09Remove AND_HARD_REG_SETRichard Sandiford
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-01-16caller-save.c (insert_save): Drop unnecessary parameter.Artyom Skrobov
2018-01-11Fix mode_for_size units in caller-save.c (PR83761)Richard Sandiford
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-10-26Make more use of df_read_modify_subreg_pRichard Sandiford
2017-10-13Make more use of byte_lowpart_offsetRichard Sandiford
2017-10-04[PATCH] remove some unneeded parensNathan Sidwell
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford
2017-09-12Make more use of REG_NREGSRichard Sandiford
2017-09-05Make mode_for_size return an opt_modeRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-08-30Add a partial_subreg_p predicateRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-26caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford
2015-05-19regs.h (END_HARD_REGNO): Delete.Richard Sandiford
2015-05-19rtl.h (PUT_MODE_RAW): New macro.Richard Sandiford
2015-05-19caller-save.c (init_caller_save): Use word_mode and FIRST_PSEUDO_REGISTER whe...Richard Sandiford
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford
2015-04-22remove more ifdefs for HAVE_cc0Trevor Saunders
2015-04-22always define HAVE_cc0Trevor Saunders
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-10-15As discussed: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00420.htmlJoern Rennecke