aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-31Fix execute/20071219-1.c regression on H8 due to loss of REG_INC notes in pee...Jeff Law1-26/+0
2020-04-08cselib, reload: Fix cselib ICE on m68k/microblaze [PR94526]Jakub Jelinek1-2/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-01Remove clobber_highRichard Sandiford1-16/+1
2019-09-30Remove global call sets: reload.cRichard Sandiford1-32/+6
2019-09-30Pass an ABI identifier to hard_regno_call_part_clobberedRichard Sandiford1-5/+3
2019-09-10Add call_used_or_fixed_reg_pRichard Sandiford1-3/+5
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/+3
2019-09-09Remove AND_COMPL_HARD_REG_SETRichard Sandiford1-3/+3
2019-09-09Remove IOR_HARD_REG_SETRichard Sandiford1-14/+11
2019-09-09Remove AND_HARD_REG_SETRichard Sandiford1-3/+2
2019-09-09Remove COMPL_HARD_REG_SETRichard Sandiford1-2/+2
2019-09-09Remove COPY_HARD_REG_SETRichard Sandiford1-3/+3
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-4/+4
2019-08-09reload1.c (finish_spills): Do not check ira_conflicts_p when handling spilled...Vladimir Makarov1-6/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-38/+38
2019-06-19Simplify setjmp and non-local goto implementation (PR84521)Wilco Dijkstra1-90/+0
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-1/+1
2019-01-11aarch64.c (aarch64_simd_call_p): New function.Steve Ellcey1-3/+5
2019-01-09PR other/16615 [4/5]Sandra Loosemore1-2/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-06reload1.c (forget_old_reloads_1): Adjust CLOBBER_HIGH assert.Jeff Law1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-1/+15
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-5/+6
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-1/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: alter_regRichard Sandiford1-12/+23
2018-01-03poly_int: PUSH_ROUNDINGRichard Sandiford1-1/+1
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford1-1/+1
2017-12-21poly_int: frame allocationsRichard Sandiford1-6/+8
2017-12-21poly_int: reload1.cRichard Sandiford1-20/+22
2017-12-21poly_int: reload.cRichard Sandiford1-3/+3
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-10/+11
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-2/+2
2017-12-14re PR bootstrap/83396 (Bootstrap failures with Statement Frontiers)Andreas Schwab1-2/+2
2017-12-13[SFN] don't eliminate regs in markersAlexandre Oliva1-1/+1
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-10-26Add wider_subreg_mode helper functionsRichard Sandiford1-15/+17
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+1
2017-10-22Make more use of subreg_size_lowpart_offsetRichard Sandiford1-2/+1
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-12/+6
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford1-23/+8
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-17/+17
2017-09-12Make more use of END_REGNORichard Sandiford1-3/+1
2017-09-12Make more use of REG_NREGSRichard Sandiford1-15/+8
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-10/+12
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-11/+10
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-4/+6