Age | Commit message (Expand) | Author | Files | Lines |
2019-10-02 | [LRA] Don't make eliminable registers live (PR91957) | Richard Sandiford | 1 | -1/+5 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -19/+9 |
2019-09-30 | Remove global call sets: LRA | Richard Sandiford | 1 | -86/+24 |
2019-09-30 | Pass an ABI identifier to hard_regno_call_part_clobbered | Richard Sandiford | 1 | -2/+2 |
2019-09-30 | Add a function for getting the ABI of a call insn target | Richard Sandiford | 1 | -3/+6 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -1/+1 |
2019-09-10 | Replace call_used_reg_set with call_used_or_fixed_regs | Richard Sandiford | 1 | -2/+2 |
2019-09-09 | Remove hard_reg_set_equal_p | Richard Sandiford | 1 | -2/+2 |
2019-09-09 | Remove AND_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Remove IOR_HARD_REG_SET | Richard Sandiford | 1 | -5/+4 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -2/+2 |
2019-07-31 | Make lra use per-alternative earlyclobber info | Richard Sandiford | 1 | -4/+4 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -2/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-01-11 | aarch64.c (aarch64_simd_call_p): New function. | Steve Ellcey | 1 | -13/+51 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-13 | re PR middle-end/87899 (r264897 cause mis-compiled native arm-linux-gnueabihf... | Peter Bergner | 1 | -152/+175 |
2018-10-05 | re PR rtl-optimization/86939 (IRA incorrectly creates an interference between... | Peter Bergner | 1 | -18/+46 |
2018-10-04 | re PR rtl-optimization/87466 (IRA and LRA spill all pseudos that are live acr... | Peter Bergner | 1 | -2/+3 |
2018-09-30 | re PR rtl-optimization/86939 (IRA incorrectly creates an interference between... | Peter Bergner | 1 | -36/+38 |
2018-08-14 | re PR target/86547 (s390x: Maximum number of LRA assignment passes is achieve... | Ilya Leoshkevich | 1 | -1/+2 |
2018-08-06 | lra support for clobber_high | Alan Hayward | 1 | -10/+21 |
2018-06-27 | lra-eliminations.c (update_reg_eliminate): Mark all spanning hard registers f... | Dimitar Dimitrov | 1 | -1/+2 |
2018-03-01 | Fix liveness analysis in lra for spilled-into hard regs | Tom de Vries | 1 | -2/+26 |
2018-02-22 | re PR target/81572 (gcc-7 regression: unnecessary vector regmove on compare) | Vladimir Makarov | 1 | -1/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-07 | re PR target/83252 (Wrong code with "-march=skylake-avx512 -O3") | Vladimir Makarov | 1 | -1/+12 |
2017-10-16 | re PR sanitizer/82353 (runtime ubsan crash) | Vladimir Makarov | 1 | -3/+10 |
2017-10-12 | revert: re PR sanitizer/82353 (runtime ubsan crash) | Vladimir Makarov | 1 | -6/+3 |
2017-10-11 | re PR sanitizer/82353 (runtime ubsan crash) | Vladimir Makarov | 1 | -3/+6 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -1/+1 |
2017-09-12 | Make more use of end_hard_regno | Richard Sandiford | 1 | -6/+2 |
2017-09-04 | Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hook | Richard Sandiford | 1 | -1/+3 |
2017-08-30 | Add a partial_subreg_p predicate | Richard Sandiford | 1 | -5/+5 |
2017-05-14 | make inverted_post_order_compute() operate on a vec | Trevor Saunders | 1 | -5/+4 |
2017-02-14 | re PR target/79282 ([7 Regresion] FAIL: gcc.target/arm/neon-for-64bits-1.c sc... | Vladimir Makarov | 1 | -7/+22 |
2017-01-26 | re PR target/79131 (ICE: in extract_constrain_insn, at recog.c:2213, big-endi... | Vladimir Makarov | 1 | -11/+28 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-06 | lra-lives.c (process_bb_lives): Update biggest mode for implicitly used hard ... | Vladimir Makarov | 1 | -4/+17 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -7/+3 |
2016-03-14 | LRA: identify biggest access mode for hard_regs and use it in split_reg | Bernd Schmidt | 1 | -7/+8 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | re PR rtl-optimization/68287 (conditional jump or move depends on uninitializ... | Martin Liska | 1 | -2/+2 |
2015-11-09 | Fix memory leaks and use a pool_allocator | Martin Liska | 1 | -6/+8 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -13/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -7/+5 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -4/+0 |
2015-09-16 | Share memory blocks between pool allocators | Mikhail Maltsev | 1 | -2/+1 |