Age | Commit message (Expand) | Author | Files | Lines |
2021-07-05 | ira: Support more matching constraint forms with param [PR100328] | Kewen Lin | 1 | -9/+119 |
2021-05-04 | Remove CC0 | Segher Boessenkool | 1 | -14/+1 |
2021-03-26 | [PR99766] Consider relaxed memory associated more with memory instead of spec... | Vladimir Makarov | 1 | -1/+1 |
2021-03-22 | [PR99581] Define relaxed memory and use it for aarch64 | Vladimir N. Makarov | 1 | -0/+1 |
2021-03-09 | IRA: Process digital constraints containing more one digit | Vladimir N. Makarov | 1 | -9/+16 |
2021-01-27 | [PR97684] IRA: Recalculate pseudo classes if we added new pseduos since last ... | Vladimir N. Makarov | 1 | -3/+9 |
2021-01-18 | [PR97847] IRA: Skip abnormal critical edge splitting | Vladimir N. Makarov | 1 | -1/+11 |
2021-01-10 | ira: Skip some pseudos in move_unallocated_pseudos | Kewen Lin | 1 | -0/+9 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-17 | Add MODE_OPAQUE | Aaron Sawdey | 1 | -1/+3 |
2020-11-13 | [PATCH] Implementation of asm goto outputs | Vladimir N. Makarov | 1 | -0/+57 |
2020-11-08 | ira: Recompute regstat as max_regno changes [PR97705] | Kewen Lin | 1 | -7/+20 |
2020-11-04 | Don't extract memory from operand for normal memory constraint. | liuhongt | 1 | -1/+6 |
2020-11-02 | Expand reg_equiv when scratches are removed. | Vladimir N. Makarov | 1 | -9/+16 |
2020-10-30 | Take insn scratch RA requirements into account in IRA. | Vladimir N. Makarov | 1 | -14/+203 |
2020-10-22 | Extend special_memory_constraint. | liuhongt | 1 | -1/+1 |
2020-09-18 | ira: Fix elimination for global hard FPs [PR91957] | Richard Sandiford | 1 | -2/+6 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-07-09 | ira: Fix unnecessary register spill | Omar Tahir | 1 | -0/+2 |
2020-02-11 | [IRA] Fix PR91052 by skipping multiple_sets insn in combine_and_move_insns | Kewen Lin | 1 | -0/+5 |
2020-01-29 | IRA: Revert 11b8091fb to fix PR 93221 | Andre Vieira | 1 | -23/+15 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-18 | * ira.c (ira): Use simple LRA algorithm when not optimizing. | Eric Botcazou | 1 | -14/+22 |
2019-11-07 | Support using multiple registers to hold the frame pointer | Kwok Cheung Yeung | 1 | -13/+20 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -6/+1 |
2019-09-30 | Make ira call df_set_regs_ever_live for extra call-clobbered regs | Richard Sandiford | 1 | -9/+32 |
2019-09-30 | Remove global call sets: IRA | Richard Sandiford | 1 | -4/+2 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -1/+3 |
2019-09-10 | Replace call_used_reg_set with call_used_or_fixed_regs | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Remove hard_reg_set_equal_p | Richard Sandiford | 1 | -13/+8 |
2019-09-09 | Remove IOR_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -2/+2 |
2019-09-09 | Remove AND_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -50/+36 |
2019-09-09 | Remove IOR_HARD_REG_SET | Richard Sandiford | 1 | -5/+4 |
2019-09-09 | Remove AND_HARD_REG_SET | Richard Sandiford | 1 | -6/+5 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -38/+32 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -5/+5 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -11/+11 |
2019-07-01 | Allow earlyclobbers in ira_get_dup_out_num | Richard Sandiford | 1 | -20/+2 |
2019-07-01 | Make ira_get_dup_out_num handle more cases | Richard Sandiford | 1 | -11/+44 |
2019-07-01 | Simplify ira_setup_alts | Richard Sandiford | 1 | -28/+10 |
2019-07-01 | Use alternative_mask for add_insn_allocno_copies | Richard Sandiford | 1 | -10/+13 |
2019-06-27 | Remove quite obvious dead assignments. | Martin Liska | 1 | -2/+1 |
2019-06-06 | re PR rtl-optimization/88751 (Performance regression reload vs lra) | Andreas Krebbel | 1 | -1/+8 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -2/+2 |
2019-01-25 | 2019-01-25 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 1 | -24/+65 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -5/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-06 | re PR target/88282 (ICE in df_install_refs at gcc/df-scan.c:2379) | Vladimir Makarov | 1 | -3/+9 |
2018-12-06 | bitmap.c (bitmap_head::crashme): Define. | Richard Biener | 1 | -1/+1 |
2018-08-06 | Remaining support for clobber high | Alan Hayward | 1 | -1/+5 |