Age | Commit message (Expand) | Author | Files | Lines |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-08-03 | regrename: Avoid disrupting SMS schedule [PR95696] | Yunde Zhong | 1 | -3/+13 |
2020-04-18 | Don't let DEBUG_INSNSs change register renaming decisions | Jeff Law | 1 | -5/+11 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-01 | regrename: Use PC instead of CC0 to hide operands | Segher Boessenkool | 1 | -4/+4 |
2019-09-30 | Remove global call sets: regrename.c | Richard Sandiford | 1 | -15/+26 |
2019-09-30 | Pass an ABI identifier to hard_regno_call_part_clobbered | Richard Sandiford | 1 | -2/+2 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -1/+1 |
2019-09-10 | Replace call_used_reg_set with call_used_or_fixed_regs | Richard Sandiford | 1 | -1/+1 |
2019-09-09 | Remove IOR_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -2/+1 |
2019-09-09 | Remove IOR_HARD_REG_SET | Richard Sandiford | 1 | -3/+3 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -2/+2 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -2/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -35/+35 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-06-27 | Remove quite obvious dead assignments. | Martin Liska | 1 | -2/+1 |
2019-01-11 | aarch64.c (aarch64_simd_call_p): New function. | Steve Ellcey | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-06 | bitmap.c (bitmap_head::crashme): Define. | Richard Biener | 1 | -1/+1 |
2018-05-09 | regrename: Don't rename the dest of a REG_CFA_REGISTER (PR85645) | Segher Boessenkool | 1 | -4/+15 |
2018-03-18 | Fix UBSAN in regrename.c (PR rtl-optimization/84635). | Martin Liska | 1 | -7/+11 |
2018-01-12 | regrename.c (regrename_do_replace): If replacing the same reg multiple times,... | Jakub Jelinek | 1 | -6/+11 |
2018-01-03 | poly_int: GET_MODE_SIZE | Richard Sandiford | 1 | -2/+4 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-12 | [SFN] boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -1/+1 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -2/+2 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 1 | -1/+1 |
2017-09-04 | Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hook | Richard Sandiford | 1 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-10-12 | regrename: Don't rename restores | Segher Boessenkool | 1 | -0/+7 |
2016-09-26 | [regrename][sel-sched] Fix bogus use of HARD_FRAME_POINTER_REGNUM (was: Fix a... | Kyrylo Tkachov | 1 | -1/+1 |
2016-05-09 | regrename.c (base_reg_class_for_rename): New static function. | Bernd Schmidt | 1 | -14/+41 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-10 | Fix -Wmisleading-indentation warning in gcc/regrename.c | David Malcolm | 1 | -2/+2 |
2015-12-03 | Fix some issues with the ROP patch (PR 68471, 68472) | Bernd Schmidt | 1 | -0/+6 |
2015-11-18 | regrename.h (struct du_head): Add target_data_1 and target_data_2 fields. | Bernd Schmidt | 1 | -4/+1 |
2015-11-17 | Preliminary regrename patch for i386 ROP patch | Bernd Schmidt | 1 | -19/+29 |
2015-11-17 | Ensure earlyclobbered operands go through a terminate_write stage. | Bernd Schmidt | 1 | -0/+2 |
2015-11-17 | re PR target/66785 (internal compiler error in record_operand_use) | Bernd Schmidt | 1 | -1/+6 |
2015-11-11 | Tighten up checks when tying chains. | Robert Suchanek | 1 | -3/+4 |
2015-11-10 | Tie chains for move instructions. | Robert Suchanek | 1 | -1/+45 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -4/+4 |
2015-07-10 | bb-reorder.c: Don't include obstack.h if backend.h is included. | Andrew Macleod | 1 | -1/+0 |
2015-07-09 | reduce conditional compilation based on AUTO_INC_DEC | Trevor Saunders | 1 | -2/+2 |
2015-07-09 | always define AUTO_INC_DEC | Trevor Saunders | 1 | -1/+1 |
2015-07-09 | use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER less | Trevor Saunders | 1 | -6/+4 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -8/+3 |
2015-06-28 | regrename.h (regrename_do_replace): Change to return bool. | Chung-Lin Tang | 1 | -11/+29 |