Age | Commit message (Expand) | Author | Files | Lines |
2020-05-31 | Fix execute/20071219-1.c regression on H8 due to loss of REG_INC notes in pee... | Jeff Law | 1 | -26/+0 |
2020-04-08 | cselib, reload: Fix cselib ICE on m68k/microblaze [PR94526] | Jakub Jelinek | 1 | -2/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-01 | Remove clobber_high | Richard Sandiford | 1 | -16/+1 |
2019-09-30 | Remove global call sets: reload.c | Richard Sandiford | 1 | -32/+6 |
2019-09-30 | Pass an ABI identifier to hard_regno_call_part_clobbered | Richard Sandiford | 1 | -5/+3 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -3/+5 |
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/+3 |
2019-09-09 | Remove AND_COMPL_HARD_REG_SET | Richard Sandiford | 1 | -3/+3 |
2019-09-09 | Remove IOR_HARD_REG_SET | Richard Sandiford | 1 | -14/+11 |
2019-09-09 | Remove AND_HARD_REG_SET | Richard Sandiford | 1 | -3/+2 |
2019-09-09 | Remove COMPL_HARD_REG_SET | Richard Sandiford | 1 | -2/+2 |
2019-09-09 | Remove COPY_HARD_REG_SET | Richard Sandiford | 1 | -3/+3 |
2019-09-09 | Make note_stores take an rtx_insn | Richard Sandiford | 1 | -4/+4 |
2019-08-09 | reload1.c (finish_spills): Do not check ira_conflicts_p when handling spilled... | Vladimir Makarov | 1 | -6/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -38/+38 |
2019-06-19 | Simplify setjmp and non-local goto implementation (PR84521) | Wilco Dijkstra | 1 | -90/+0 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -1/+1 |
2019-01-11 | aarch64.c (aarch64_simd_call_p): New function. | Steve Ellcey | 1 | -3/+5 |
2019-01-09 | PR other/16615 [4/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -3/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-06 | reload1.c (forget_old_reloads_1): Adjust CLOBBER_HIGH assert. | Jeff Law | 1 | -1/+1 |
2018-08-06 | Remaining support for clobber high | Alan Hayward | 1 | -1/+15 |
2018-01-03 | poly_int: GET_MODE_SIZE | Richard Sandiford | 1 | -5/+6 |
2018-01-03 | poly_int: GET_MODE_BITSIZE | Richard Sandiford | 1 | -1/+5 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: alter_reg | Richard Sandiford | 1 | -12/+23 |
2018-01-03 | poly_int: PUSH_ROUNDING | Richard Sandiford | 1 | -1/+1 |
2017-12-21 | poly_int: REG_ARGS_SIZE | Richard Sandiford | 1 | -1/+1 |
2017-12-21 | poly_int: frame allocations | Richard Sandiford | 1 | -6/+8 |
2017-12-21 | poly_int: reload1.c | Richard Sandiford | 1 | -20/+22 |
2017-12-21 | poly_int: reload.c | Richard Sandiford | 1 | -3/+3 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -10/+11 |
2017-12-19 | read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ... | Jakub Jelinek | 1 | -2/+2 |
2017-12-14 | re PR bootstrap/83396 (Bootstrap failures with Statement Frontiers) | Andreas Schwab | 1 | -2/+2 |
2017-12-13 | [SFN] don't eliminate regs in markers | Alexandre Oliva | 1 | -1/+1 |
2017-12-12 | [SFN] boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -2/+2 |
2017-10-26 | Add wider_subreg_mode helper functions | Richard Sandiford | 1 | -15/+17 |
2017-10-23 | Convert STARTING_FRAME_OFFSET to a hook | Richard Sandiford | 1 | -1/+1 |
2017-10-22 | Make more use of subreg_size_lowpart_offset | Richard Sandiford | 1 | -2/+1 |
2017-09-15 | Turn CANNOT_CHANGE_MODE_CLASS into a hook | Richard Sandiford | 1 | -12/+6 |
2017-09-13 | Turn SECONDARY_MEMORY_NEEDED into a hook | Richard Sandiford | 1 | -23/+8 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -17/+17 |
2017-09-12 | Make more use of END_REGNO | Richard Sandiford | 1 | -3/+1 |
2017-09-12 | Make more use of REG_NREGS | Richard Sandiford | 1 | -15/+8 |
2017-09-05 | Make more use of int_mode_for_size | Richard Sandiford | 1 | -10/+12 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 1 | -11/+10 |
2017-09-04 | Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hook | Richard Sandiford | 1 | -4/+6 |