summaryrefslogtreecommitdiff
path: root/gcc/lra-lives.c
AgeCommit message (Expand)Author
2020-04-06lra: Stop eh_return data regs being incorrectly marked live [PR92989]Richard Sandiford
2020-02-21lra: Stop registers being incorrectly marked live v2 [PR92989]Richard Sandiford
2020-01-27lra: Stop registers being incorrectly marked live [PR92989]Richard Sandiford
2020-01-01Update copyright years.Jakub Jelinek
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-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13re PR middle-end/87899 (r264897 cause mis-compiled native arm-linux-gnueabihf...Peter Bergner
2018-10-05re PR rtl-optimization/86939 (IRA incorrectly creates an interference between...Peter Bergner
2018-10-04re PR rtl-optimization/87466 (IRA and LRA spill all pseudos that are live acr...Peter Bergner
2018-09-30re PR rtl-optimization/86939 (IRA incorrectly creates an interference between...Peter Bergner
2018-08-14re PR target/86547 (s390x: Maximum number of LRA assignment passes is achieve...Ilya Leoshkevich
2018-08-06lra support for clobber_highAlan Hayward
2018-06-27lra-eliminations.c (update_reg_eliminate): Mark all spanning hard registers f...Dimitar Dimitrov
2018-03-01Fix liveness analysis in lra for spilled-into hard regsTom de Vries
2018-02-22re PR target/81572 (gcc-7 regression: unnecessary vector regmove on compare)Vladimir Makarov
2018-01-03Update copyright years.Jakub Jelinek
2017-12-07re PR target/83252 (Wrong code with "-march=skylake-avx512 -O3")Vladimir Makarov
2017-10-16re PR sanitizer/82353 (runtime ubsan crash)Vladimir Makarov
2017-10-12revert: re PR sanitizer/82353 (runtime ubsan crash)Vladimir Makarov
2017-10-11re PR sanitizer/82353 (runtime ubsan crash)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-14re PR target/79282 ([7 Regresion] FAIL: gcc.target/arm/neon-for-64bits-1.c sc...Vladimir Makarov
2017-01-26re PR target/79131 (ICE: in extract_constrain_insn, at recog.c:2213, big-endi...Vladimir Makarov
2017-01-01Update copyright years.Jakub Jelinek
2016-12-06lra-lives.c (process_bb_lives): Update biggest mode for implicitly used hard ...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-04Update copyright years.Jakub Jelinek
2015-11-11re PR rtl-optimization/68287 (conditional jump or move depends on uninitializ...Martin Liska
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska