Age | Commit message (Expand) | Author | Files | Lines |
2020-02-06 | PR93561 -- [bounds checking] memory overflow for spill_for | Vladimir N. Makarov | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-10 | re PR rtl-optimization/92796 (ICE in lra_assign, at lra-assigns.c:1646 on pow... | Vladimir Makarov | 1 | -2/+4 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -1/+1 |
2019-09-30 | Remove global call sets: LRA | Richard Sandiford | 1 | -5/+6 |
2019-09-10 | Replace call_used_reg_set with call_used_or_fixed_regs | Richard Sandiford | 1 | -2/+2 |
2019-09-09 | Remove IOR_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Remove AND_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -2/+1 |
2019-09-09 | Remove IOR_HARD_REG_SET | Richard Sandiford | 1 | -6/+3 |
2019-09-09 | Remove COMPL_HARD_REG_SET | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -3/+3 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -1/+1 |
2019-01-11 | re PR rtl-optimization/87305 (Segfault in end_hard_regno in setup_live_pseudo... | Vladimir Makarov | 1 | -4/+8 |
2019-01-11 | aarch64.c (aarch64_simd_call_p): New function. | Steve Ellcey | 1 | -1/+1 |
2019-01-10 | re PR rtl-optimization/87305 (Segfault in end_hard_regno in setup_live_pseudo... | Vladimir Makarov | 1 | -8/+27 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -4/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-18 | re PR rtl-optimization/87759 (ICE in lra_assign, at lra-assigns.c:1624, or IC... | Vladimir Makarov | 1 | -0/+5 |
2018-12-13 | re PR rtl-optimization/88414 (ICE in lra_assign, at lra-assigns.c:1624) | Vladimir Makarov | 1 | -2/+5 |
2018-03-16 | re PR target/84876 (ICE on invalid code in lra_assign at gcc/lra-assigns.c:16... | Vladimir Makarov | 1 | -11/+18 |
2018-03-13 | re PR target/83712 ("Unable to find a register to spill" when compiling for t... | Vladimir Makarov | 1 | -66/+166 |
2018-03-10 | revert: re PR target/83712 ("Unable to find a register to spill" when compili... | Vladimir Makarov | 1 | -161/+65 |
2018-03-09 | re PR target/83712 ("Unable to find a register to spill" when compiling for t... | Vladimir Makarov | 1 | -65/+161 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | poly_int: lra frame offsets | Richard Sandiford | 1 | -2/+4 |
2017-09-19 | lra: make reload_pseudo_compare_func a proper comparator | Alexander Monakov | 1 | -12/+3 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -20/+21 |
2017-09-12 | Make more use of end_hard_regno | Richard Sandiford | 1 | -1/+1 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 1 | -1/+2 |
2017-07-20 | lra-assigns.c: fix pseudo_compare_func | Alexander Monakov | 1 | -4/+3 |
2017-07-05 | Remove enum before machine_mode | Richard Sandiford | 1 | -1/+1 |
2017-03-25 | re PR target/80160 (operand has impossible constraints) | Bernd Schmidt | 1 | -1/+2 |
2017-03-24 | re PR target/80148 (operand has impossible constraints) | Vladimir Makarov | 1 | -0/+8 |
2017-03-10 | re PR rtl-optimization/78911 (Infinite loop at -O2/O3 optimization levels whi... | Bernd Schmidt | 1 | -7/+25 |
2017-01-27 | re PR target/79131 (ICE: in extract_constrain_insn, at recog.c:2213, big-endi... | Vladimir Makarov | 1 | -26/+39 |
2017-01-26 | re PR target/79131 (ICE: in extract_constrain_insn, at recog.c:2213, big-endi... | Vladimir Makarov | 1 | -3/+13 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-08 | re PR rtl-optimization/78671 (ICE: in extract_constrain_insn, at recog.c:2213... | Vladimir Makarov | 1 | -2/+6 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-08-02 | re PR rtl-optimization/69847 (Spec 2006 403.gcc slows down with -mlra vs. rel... | Vladimir Makarov | 1 | -10/+37 |
2016-03-04 | Avoid terminating early in LRA, unless -fchecking (PR57676) | Bernd Schmidt | 1 | -1/+6 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -12/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -9/+7 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -3/+1 |
2015-07-16 | re PR rtl-optimization/66626 (gcc.dg/torture/stackalign/non-local-goto-5.c se... | Vladimir Makarov | 1 | -5/+22 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -10/+6 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |