summaryrefslogtreecommitdiff
path: root/gcc/regrename.c
AgeCommit message (Expand)Author
2020-04-18Don't let DEBUG_INSNSs change register renaming decisionsJeff Law
2020-01-01Update copyright years.Jakub Jelinek
2019-10-01regrename: Use PC instead of CC0 to hide operandsSegher Boessenkool
2019-09-30Remove global call sets: regrename.cRichard Sandiford
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford
2019-09-10Replace call_used_reg_set with call_used_or_fixed_regsRichard Sandiford
2019-09-09Remove IOR_COMPL_HARD_REG_SETRichard Sandiford
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey
2019-01-01Update copyright years.Jakub Jelinek
2018-12-06bitmap.c (bitmap_head::crashme): Define.Richard Biener
2018-05-09regrename: Don't rename the dest of a REG_CFA_REGISTER (PR85645)Segher Boessenkool
2018-03-18Fix UBSAN in regrename.c (PR rtl-optimization/84635).Martin Liska
2018-01-12regrename.c (regrename_do_replace): If replacing the same reg multiple times,...Jakub Jelinek
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-12regrename: Don't rename restoresSegher Boessenkool
2016-09-26[regrename][sel-sched] Fix bogus use of HARD_FRAME_POINTER_REGNUM (was: Fix a...Kyrylo Tkachov
2016-05-09regrename.c (base_reg_class_for_rename): New static function.Bernd Schmidt
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10Fix -Wmisleading-indentation warning in gcc/regrename.cDavid Malcolm
2015-12-03Fix some issues with the ROP patch (PR 68471, 68472)Bernd Schmidt
2015-11-18regrename.h (struct du_head): Add target_data_1 and target_data_2 fields.Bernd Schmidt
2015-11-17Preliminary regrename patch for i386 ROP patchBernd Schmidt
2015-11-17Ensure earlyclobbered operands go through a terminate_write stage.Bernd Schmidt
2015-11-17re PR target/66785 (internal compiler error in record_operand_use)Bernd Schmidt
2015-11-11Tighten up checks when tying chains.Robert Suchanek
2015-11-10Tie chains for move instructions.Robert Suchanek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders
2015-07-09always define AUTO_INC_DECTrevor Saunders
2015-07-09use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER lessTrevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-28regrename.h (regrename_do_replace): Change to return bool.Chung-Lin Tang
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod