aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-05ira: Support more matching constraint forms with param [PR100328]Kewen Lin1-9/+119
2021-05-04Remove CC0Segher Boessenkool1-14/+1
2021-03-26[PR99766] Consider relaxed memory associated more with memory instead of spec...Vladimir Makarov1-1/+1
2021-03-22[PR99581] Define relaxed memory and use it for aarch64Vladimir N. Makarov1-0/+1
2021-03-09IRA: Process digital constraints containing more one digitVladimir N. Makarov1-9/+16
2021-01-27[PR97684] IRA: Recalculate pseudo classes if we added new pseduos since last ...Vladimir N. Makarov1-3/+9
2021-01-18[PR97847] IRA: Skip abnormal critical edge splittingVladimir N. Makarov1-1/+11
2021-01-10ira: Skip some pseudos in move_unallocated_pseudosKewen Lin1-0/+9
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-17Add MODE_OPAQUEAaron Sawdey1-1/+3
2020-11-13[PATCH] Implementation of asm goto outputsVladimir N. Makarov1-0/+57
2020-11-08ira: Recompute regstat as max_regno changes [PR97705]Kewen Lin1-7/+20
2020-11-04Don't extract memory from operand for normal memory constraint.liuhongt1-1/+6
2020-11-02Expand reg_equiv when scratches are removed.Vladimir N. Makarov1-9/+16
2020-10-30Take insn scratch RA requirements into account in IRA.Vladimir N. Makarov1-14/+203
2020-10-22Extend special_memory_constraint.liuhongt1-1/+1
2020-09-18ira: Fix elimination for global hard FPs [PR91957]Richard Sandiford1-2/+6
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-07-09ira: Fix unnecessary register spillOmar Tahir1-0/+2
2020-02-11[IRA] Fix PR91052 by skipping multiple_sets insn in combine_and_move_insnsKewen Lin1-0/+5
2020-01-29IRA: Revert 11b8091fb to fix PR 93221Andre Vieira1-23/+15
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18* ira.c (ira): Use simple LRA algorithm when not optimizing.Eric Botcazou1-14/+22
2019-11-07Support using multiple registers to hold the frame pointerKwok Cheung Yeung1-13/+20
2019-10-01Remove clobber_highRichard Sandiford1-6/+1
2019-09-30Make ira call df_set_regs_ever_live for extra call-clobbered regsRichard Sandiford1-9/+32
2019-09-30Remove global call sets: IRARichard Sandiford1-4/+2
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+3
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford1-1/+1
2019-09-09Remove hard_reg_set_equal_pRichard Sandiford1-13/+8
2019-09-09Remove IOR_COMPL_HARD_REG_SETRichard Sandiford1-2/+2
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-50/+36
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford1-5/+4
2019-09-09Remove AND_HARD_REG_SETRichard Sandiford1-6/+5
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-38/+32
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-5/+5
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-11/+11
2019-07-01Allow earlyclobbers in ira_get_dup_out_numRichard Sandiford1-20/+2
2019-07-01Make ira_get_dup_out_num handle more casesRichard Sandiford1-11/+44
2019-07-01Simplify ira_setup_altsRichard Sandiford1-28/+10
2019-07-01Use alternative_mask for add_insn_allocno_copiesRichard Sandiford1-10/+13
2019-06-27Remove quite obvious dead assignments.Martin Liska1-2/+1
2019-06-06re PR rtl-optimization/88751 (Performance regression reload vs lra)Andreas Krebbel1-1/+8
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-2/+2
2019-01-252019-01-25 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-24/+65
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-5/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06re PR target/88282 (ICE in df_install_refs at gcc/df-scan.c:2379)Vladimir Makarov1-3/+9
2018-12-06bitmap.c (bitmap_head::crashme): Define.Richard Biener1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-1/+5