aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-lives.c
AgeCommit message (Expand)Author
2019-10-02[LRA] Don't make eliminable registers live (PR91957)Richard Sandiford
2019-10-01Remove clobber_highRichard Sandiford
2019-09-30Remove global call sets: LRARichard Sandiford
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford
2019-09-09Remove hard_reg_set_equal_pRichard Sandiford
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford
2019-07-31Make lra use per-alternative earlyclobber infoRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-112019-01-11 Steve Ellcey <sellcey@marvell.com>Steve Ellcey
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-11-13gcc/Peter Bergner
2018-10-06gcc/Peter Bergner
2018-10-04gcc/Peter Bergner
2018-09-30gcc/Peter Bergner
2018-08-15 PR target/86547Ilya Leoshkevich
2018-08-06lra support for clobber_highAlan Hayward
2018-06-282018-06-23 Dimitar Dimitrov <dimitar@dinux.eu>Dimitar Dimitrov
2018-03-01Fix liveness analysis in lra for spilled-into hard regsTom de Vries
2018-02-222018-02-22 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-072017-12-07 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2017-10-162017-10-16 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2017-10-122017-10-12 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2017-10-112017-10-11 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford
2017-09-12Make more use of end_hard_regnoRichard Sandiford
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford
2017-08-30Add a partial_subreg_p predicateRichard Sandiford
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders
2017-02-142017-02-14 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2017-01-262017-01-26 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-062016-12-06 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-03-14LRA: identify biggest access mode for hard_regs and use it in split_regBernd Schmidt
2016-01-04 Update copyright years.Jakub Jelinek
2015-11-11Fix PR rtl-optimization/68287Martin Liska
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev