aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-lives.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13re PR middle-end/87899 (r264897 cause mis-compiled native arm-linux-gnueabihf...Peter Bergner1-152/+175
2018-10-05re PR rtl-optimization/86939 (IRA incorrectly creates an interference between...Peter Bergner1-18/+46
2018-10-04re PR rtl-optimization/87466 (IRA and LRA spill all pseudos that are live acr...Peter Bergner1-2/+3
2018-09-30re PR rtl-optimization/86939 (IRA incorrectly creates an interference between...Peter Bergner1-36/+38
2018-08-14re PR target/86547 (s390x: Maximum number of LRA assignment passes is achieve...Ilya Leoshkevich1-1/+2
2018-08-06lra support for clobber_highAlan Hayward1-10/+21
2018-06-27lra-eliminations.c (update_reg_eliminate): Mark all spanning hard registers f...Dimitar Dimitrov1-1/+2
2018-03-01Fix liveness analysis in lra for spilled-into hard regsTom de Vries1-2/+26
2018-02-22re PR target/81572 (gcc-7 regression: unnecessary vector regmove on compare)Vladimir Makarov1-1/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07re PR target/83252 (Wrong code with "-march=skylake-avx512 -O3")Vladimir Makarov1-1/+12
2017-10-16re PR sanitizer/82353 (runtime ubsan crash)Vladimir Makarov1-3/+10
2017-10-12revert: re PR sanitizer/82353 (runtime ubsan crash)Vladimir Makarov1-6/+3
2017-10-11re PR sanitizer/82353 (runtime ubsan crash)Vladimir Makarov1-3/+6
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-1/+1
2017-09-12Make more use of end_hard_regnoRichard Sandiford1-6/+2
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-1/+3
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-5/+5
2017-05-14make inverted_post_order_compute() operate on a vecTrevor Saunders1-5/+4
2017-02-14re PR target/79282 ([7 Regresion] FAIL: gcc.target/arm/neon-for-64bits-1.c sc...Vladimir Makarov1-7/+22
2017-01-26re PR target/79131 (ICE: in extract_constrain_insn, at recog.c:2213, big-endi...Vladimir Makarov1-11/+28
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-06lra-lives.c (process_bb_lives): Update biggest mode for implicitly used hard ...Vladimir Makarov1-4/+17
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-7/+3
2016-03-14LRA: identify biggest access mode for hard_regs and use it in split_regBernd Schmidt1-7/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11re PR rtl-optimization/68287 (conditional jump or move depends on uninitializ...Martin Liska1-2/+2
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska1-6/+8
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+5
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-4/+0
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+1
2015-09-01re PR target/61578 (Code size increase for ARM thumb compared to 4.8.x when c...Vladimir Makarov1-8/+13
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-2/+3
2015-07-11re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h)Marek Polacek1-17/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09re PR rtl-optimization/66782 (Unable to run 64-bit wine after MS->SYSV regist...Vladimir Makarov1-1/+14
2015-07-08re PR target/66334 (cleanup block fails to initialize EBX)Vladimir Makarov1-1/+12
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+6
2015-06-30re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subre...Vladimir Makarov1-1/+1
2015-06-22re PR bootstrap/63740 (GCC 4.9.2 bootstrap fails on ARM, haifa-sched.c:6507:1...Vladimir Makarov1-1/+9
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-10/+4
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-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in lra-lives.c.Martin Liska1-25/+10
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-7/+4
2015-04-22add default definition of EH_RETURN_DATA_REGNOTrevor Saunders1-2/+0