aboutsummaryrefslogtreecommitdiff
path: root/gcc/regrename.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2031/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-30regrename: Fix -fcompare-debug issue in find_rename_reg [PR103756]Jakub Jelinek1-4/+9
2021-12-14regrename: Skip renaming if instruction is noop move.JoJo R1-0/+5
2021-05-04Remove CC0Segher Boessenkool1-1/+0
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-08-03regrename: Avoid disrupting SMS schedule [PR95696]Yunde Zhong1-3/+13
2020-04-18Don't let DEBUG_INSNSs change register renaming decisionsJeff Law1-5/+11
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-01regrename: Use PC instead of CC0 to hide operandsSegher Boessenkool1-4/+4
2019-09-30Remove global call sets: regrename.cRichard Sandiford1-15/+26
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-2/+2
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-1/+1
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford1-1/+1
2019-09-09Remove IOR_COMPL_HARD_REG_SETRichard Sandiford1-2/+1
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford1-3/+3
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-2/+2
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-2/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-35/+35
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-06-27Remove quite obvious dead assignments.Martin Liska1-2/+1
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06bitmap.c (bitmap_head::crashme): Define.Richard Biener1-1/+1
2018-05-09regrename: Don't rename the dest of a REG_CFA_REGISTER (PR85645)Segher Boessenkool1-4/+15
2018-03-18Fix UBSAN in regrename.c (PR rtl-optimization/84635).Martin Liska1-7/+11
2018-01-12regrename.c (regrename_do_replace): If replacing the same reg multiple times,...Jakub Jelinek1-6/+11
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-2/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-2/+2
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-1/+1
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-12regrename: Don't rename restoresSegher Boessenkool1-0/+7
2016-09-26[regrename][sel-sched] Fix bogus use of HARD_FRAME_POINTER_REGNUM (was: Fix a...Kyrylo Tkachov1-1/+1
2016-05-09regrename.c (base_reg_class_for_rename): New static function.Bernd Schmidt1-14/+41
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10Fix -Wmisleading-indentation warning in gcc/regrename.cDavid Malcolm1-2/+2
2015-12-03Fix some issues with the ROP patch (PR 68471, 68472)Bernd Schmidt1-0/+6
2015-11-18regrename.h (struct du_head): Add target_data_1 and target_data_2 fields.Bernd Schmidt1-4/+1
2015-11-17Preliminary regrename patch for i386 ROP patchBernd Schmidt1-19/+29
2015-11-17Ensure earlyclobbered operands go through a terminate_write stage.Bernd Schmidt1-0/+2
2015-11-17re PR target/66785 (internal compiler error in record_operand_use)Bernd Schmidt1-1/+6
2015-11-11Tighten up checks when tying chains.Robert Suchanek1-3/+4
2015-11-10Tie chains for move instructions.Robert Suchanek1-1/+45
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4