aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-6/+7
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford1-42/+47
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-33/+33
2017-12-16Revert accidental commitRichard Sandiford1-47/+42
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford1-42/+47
2017-12-13combine: Fix PR83393Segher Boessenkool1-1/+1
2017-12-12[Patch combine] Don't create vector mode ZERO_EXTEND from subregsJames Greenhalgh1-1/+3
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-6/+6
2017-12-11[PR80693] drop value of parallel SETs dropped by combineAlexandre Oliva1-0/+40
2017-12-08combine: Fix PR83304Segher Boessenkool1-0/+20
2017-12-04combine: Remove use_crosses_set_pSegher Boessenkool1-62/+7
2017-11-29combine: Print to dump if some insn cannot be combined into i3Segher Boessenkool1-6/+18
2017-11-29combine: Do not throw away unneeded arms of parallels (PR83156)Segher Boessenkool1-1/+2
2017-11-25re PR rtl-optimization/81553 (ICE in immed_wide_int_const, at emit-rtl.c:607)Jakub Jelinek1-3/+7
2017-11-17combine: Add added_notes_insnSegher Boessenkool1-7/+25
2017-11-17combine: Don't split insns if half is unused (PR82621)Segher Boessenkool1-1/+2
2017-11-03combine: Print insns we try to combineSegher Boessenkool1-0/+7
2017-11-01revert: combine.c (can_change_dest_mode): Reject changes in REGMODE_NATURAL_S...Richard Sandiford1-6/+0
2017-11-01combine: Fix bug in giving up placing REG_DEAD notes (PR82683)Segher Boessenkool1-5/+11
2017-11-01Prevent invalid register mode changes in combineRichard Sandiford1-0/+6
2017-10-26Make more use of df_read_modify_subreg_pRichard Sandiford1-14/+5
2017-10-23Fix HWI + -unsigned in combine.cRichard Sandiford1-7/+3
2017-10-22Make more use of GET_MODE_UNIT_PRECISIONRichard Sandiford1-1/+1
2017-10-22Make more use of HWI_COMPUTABLE_MODE_PRichard Sandiford1-3/+2
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+1
2017-10-18Fix -Wimplicit-fallthrough in combine.cMartin Liska1-0/+2
2017-10-13Prevent invalid register mode changes in combineRichard Sandiford1-0/+6
2017-10-13Make more use of GET_MODE_UNIT_BITSIZERichard Sandiford1-1/+2
2017-10-13Make more use of byte_lowpart_offsetRichard Sandiford1-10/+1
2017-10-09combine: Use insn_cost instead of pattern_cost everywhereSegher Boessenkool1-6/+25
2017-10-09Replace insn_rtx_cost with insn_cost and pattern_costSegher Boessenkool1-9/+8
2017-10-03re PR target/82386 (internal compiler error: Segmentation fault on 32-bit pow...Jakub Jelinek1-0/+6
2017-09-15re PR rtl-optimization/82192 (gcc produces incorrect code with -O2 and bit-fi...Jakub Jelinek1-2/+14
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-4/+4
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-5/+3
2017-09-14* combine.c (make_compound_operation_int): Formatting fixes.Jakub Jelinek1-23/+26
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-3/+3
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-2/+2
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-4/+4
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-5/+6
2017-09-01combine: Fix for PR82024Segher Boessenkool1-5/+14
2017-08-30Add a partial_subreg_p predicateRichard Sandiford1-27/+21
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-6/+6
2017-08-30[58/77] Use scalar_int_mode in a try_combine optimisationRichard Sandiford1-14/+21
2017-08-30[49/77] Simplify nonzero/num_sign_bits hooksRichard Sandiford1-25/+18
2017-08-30[45/77] Make extract_left_shift take a scalar_int_modeRichard Sandiford1-9/+8
2017-08-30[44/77] Make simplify_and_const_int take a scalar_int_modeRichard Sandiford1-17/+18
2017-08-30[43/77] Use scalar_int_mode in simplify_comparisonRichard Sandiford1-82/+97
2017-08-30[42/77] Use scalar_int_mode in simplify_shift_const_1Richard Sandiford1-95/+127
2017-08-30[41/77] Split scalar integer handling out of force_to_modeRichard Sandiford1-72/+103