aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-constraints.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-16re PR rtl-optimization/70023 (ICE: in assign_by_spills, at lra-assigns.c:1417...Vladimir Makarov1-1/+7
2018-02-16re PR rtl-optimization/83723 (ICE: in gen_rtx_SUBREG, at emit-rtl.c:1010)Jakub Jelinek1-2/+4
2018-02-08Simplify LRA lowpart subreg fixRichard Sandiford1-14/+2
2018-01-30re PR target/84112 (powerpc64le ICE in LRA on openjdk)Vladimir Makarov1-1/+11
2018-01-30Fix LRA subreg calculation for big-endian targetsRichard Sandiford1-2/+8
2018-01-19re PR rtl-optimization/83147 (LRA inheritance undo on multiple sets problem)Andreas Krebbel1-4/+6
2018-01-13Rework the legitimize_address_displacement hookRichard Sandiford1-33/+26
2018-01-06Tighten LRA cycling checkRichard Sandiford1-1/+6
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-7/+10
2018-01-03poly_int: GET_MODE_PRECISIONRichard Sandiford1-1/+2
2018-01-03Use partial_subreg_p in curr_insn_transformRichard Sandiford1-2/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: process_alt_operandsRichard Sandiford1-0/+9
2017-12-21poly_int: emit_incRichard Sandiford1-2/+2
2017-12-20[SFN] debug markers before labels no moreAlexandre Oliva1-7/+0
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-3/+8
2017-12-20poly_int: lra frame offsetsRichard Sandiford1-12/+19
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-1/+9
2017-12-08[multiple changes]Vladimir Makarov1-1/+2
2017-10-31re PR rtl-optimization/81803 (miscompilation at -O1 on mips64el)Matthew Fortune1-3/+8
2017-10-26Add wider_subreg_mode helper functionsRichard Sandiford1-7/+3
2017-10-26Make more use of df_read_modify_subreg_pRichard Sandiford1-4/+2
2017-10-18re PR middle-end/82556 (internal compiler error in curr_insn_transform, at lr...Vladimir Makarov1-3/+14
2017-09-29re PR rtl-optimization/82338 (valgrind error in inherit_in_ebb)Vladimir Makarov1-0/+1
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford1-28/+13
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford1-9/+3
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-13/+15
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford1-2/+3
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-9/+8
2017-09-04Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hookRichard Sandiford1-2/+2
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-6/+4
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford1-2/+5
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford1-3/+2
2017-07-05Remove enum before machine_modeRichard Sandiford1-2/+2
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-1/+2
2017-05-14use auto_bitmap more with alternate obstacksTrevor Saunders1-24/+18
2017-05-06Record equivalences for spill registersRichard Sandiford1-6/+36
2017-04-11re PR rtl-optimization/70478 ([LRA] S/390: Performance regression - superfluo...Vladimir Makarov1-6/+8
2017-04-10re PR rtl-optimization/70478 ([LRA] S/390: Performance regression - superfluo...Vladimir Makarov1-0/+60
2017-04-08re PR rtl-optimization/70478 ([LRA] S/390: Performance regression - superfluo...Vladimir Makarov1-15/+0
2017-04-07re PR rtl-optimization/70478 ([LRA] S/390: Performance regression - superfluo...Vladimir Makarov1-0/+15
2017-03-15re PR target/80017 (ICE: Max. number of generated reload insns per insn is ac...Vladimir Makarov1-0/+9
2017-03-09re PR rtl-optimization/79949 (ICE in Max. number of generated reload insns pe...Vladimir Makarov1-4/+9
2017-03-06re PR rtl-optimization/79571 (ICE in Max. number of generated reload insns pe...Vladimir Makarov1-3/+20
2017-02-26PR79584, ICE in base_to_regAlan Modra1-4/+4
2017-02-22Support WORD_REGISTER_OPERATIONS requirements in simplify_operand_subregMatthew Fortune1-5/+16
2017-02-21Revert r245598Matthew Fortune1-9/+1
2017-02-20Ensure the mode used to create split registers is suppportedMatthew Fortune1-0/+20
2017-02-20Partial revert of r243782 to restore previous behaviorMatthew Fortune1-1/+2
2017-02-20Tighten condition for converting SUBREG reloads from OP_OUT to OP_INOUTMatthew Fortune1-1/+11