arm-builtins.c (enum arm_type_qualifiers): Add qualifier_lane_pair_index.
[gcc.git] / gcc / combine.c
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-21 Eric Botcazoure PR rtl-optimization/87727 (gcc.target/sparc/overflow...
2018-12-18 Jozef Lawrynowiczcombine.c (update_rsp_from_reg_equal): Only look for...
2018-12-17 Senthil Kumar Selvarajre PR rtl-optimization/88253 (Inlining of function...
2018-12-01 Jakub Jelinekre PR target/54589 (struct offset add should be folded...
2018-11-20 Eric Botcazoure PR rtl-optimization/85925 (compilation of masking...
2018-11-10 Segher Boessenkoolcombine: More make_more_copies
2018-11-05 Segher Boessenkoolcombine: Don't make an intermediate reg for assigning...
2018-10-29 Segher Boessenkoolcombine: Fix various shortcomings in make_more_copies...
2018-10-24 Segher Boessenkoolcombine: Don't do make_more_copies for dest PC (PR87720)
2018-10-22 Segher Boessenkoolcombine: Do not combine moves from hard registers
2018-09-19 Segher Boessenkoolcombine: Use correct mode in new comparison (PR86902)
2018-08-27 Jakub Jelinekre PR rtl-optimization/87065 (combine causes ICE in...
2018-08-22 Segher Boessenkoolcombine: Do another check before splitting a parallel...
2018-08-06 Alan HaywardRemaining support for clobber high
2018-07-30 Segher Boessenkoolcombine: Allow combining two insns to two insns
2018-07-26 Segher Boessenkoolcombine: Another hard register problem (PR85805)
2018-06-12 Richard SandifordUse poly_int rtx accessors instead of hwi accessors
2018-04-10 Jakub Jelinekre PR rtl-optimization/85300 (ICE in exact_int_to_float...
2018-03-14 Segher Boessenkoolcombine: Don't make log_links for pc_rtx (PR84780 ...
2018-03-12 Segher Boessenkoolcombine: Fix PR84780 (more LOG_LINKS trouble)
2018-03-06 Jakub Jelinekre PR target/84710 (ICE: RTL check: expected code ...
2018-03-05 Jakub Jelinekre PR target/84700 (ICE on 32-bit BE powerpc targets...
2018-03-02 Jakub Jelinekre PR rtl-optimization/84614 (wrong code with u16-...
2018-02-16 Segher Boessenkoolcombine: Fix problem with RTL checking
2018-02-13 Segher Boessenkoolcombine: Update links correctly for new I2 (PR84169)
2018-02-01 Uros Bizjakre PR rtl-optimization/84157 ([nvptx] ICE: RTL check...
2018-01-31 Uros Bizjakre PR rtl-optimization/84123 (internal compiler error...
2018-01-31 Eric Botcazoure PR rtl-optimization/84071 (wrong elimination of...
2018-01-09 Uros Bizjakre PR rtl-optimization/83628 (performance regression...
2018-01-03 Richard Sandifordpoly_int: GET_MODE_SIZE
2018-01-03 Richard Sandifordpoly_int: GET_MODE_BITSIZE
2018-01-03 Richard Sandifordpoly_int: GET_MODE_PRECISION
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-03 Richard Sandifordpoly_int: REGMODE_NATURAL_SIZE
2017-12-21 James Greenhalgh[Patch combine] Don't create ZERO_EXTEND from subregs...
2017-12-21 Richard Sandifordpoly_int: REG_ARGS_SIZE
2017-12-20 Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-20 Richard SandifordAdd a gen_int_shift_amount helper function
2017-12-19 Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-12-16 Richard SandifordRevert accidental commit
2017-12-16 Richard SandifordAdd a gen_int_shift_amount helper function
2017-12-13 Segher Boessenkoolcombine: Fix PR83393
2017-12-12 James Greenhalgh[Patch combine] Don't create vector mode ZERO_EXTEND...
2017-12-12 Alexandre Oliva[SFN] boilerplate changes in preparation to introduce...
2017-12-11 Alexandre Oliva[PR80693] drop value of parallel SETs dropped by combine
2017-12-08 Segher Boessenkoolcombine: Fix PR83304
2017-12-04 Segher Boessenkoolcombine: Remove use_crosses_set_p
2017-11-29 Segher Boessenkoolcombine: Print to dump if some insn cannot be combined...
2017-11-29 Segher Boessenkoolcombine: Do not throw away unneeded arms of parallels...
2017-11-25 Jakub Jelinekre PR rtl-optimization/81553 (ICE in immed_wide_int_con...
2017-11-17 Segher Boessenkoolcombine: Add added_notes_insn
2017-11-17 Segher Boessenkoolcombine: Don't split insns if half is unused (PR82621)
2017-11-03 Segher Boessenkoolcombine: Print insns we try to combine
2017-11-01 Richard Sandifordrevert: combine.c (can_change_dest_mode): Reject change...
2017-11-01 Segher Boessenkoolcombine: Fix bug in giving up placing REG_DEAD notes...
2017-11-01 Richard SandifordPrevent invalid register mode changes in combine
2017-10-26 Richard SandifordMake more use of df_read_modify_subreg_p
2017-10-23 Richard SandifordFix HWI + -unsigned in combine.c
2017-10-22 Richard SandifordMake more use of GET_MODE_UNIT_PRECISION
2017-10-22 Richard SandifordMake more use of HWI_COMPUTABLE_MODE_P
2017-10-20 Igor TsimbalistAdd generic part for Intel CET enabling. The spec is...
2017-10-18 Martin LiskaFix -Wimplicit-fallthrough in combine.c
2017-10-13 Richard SandifordPrevent invalid register mode changes in combine
2017-10-13 Richard SandifordMake more use of GET_MODE_UNIT_BITSIZE
2017-10-13 Richard SandifordMake more use of byte_lowpart_offset
2017-10-09 Segher Boessenkoolcombine: Use insn_cost instead of pattern_cost everywhere
2017-10-09 Segher BoessenkoolReplace insn_rtx_cost with insn_cost and pattern_cost
2017-10-03 Jakub Jelinekre PR target/82386 (internal compiler error: Segmentati...
2017-09-15 Jakub Jelinekre PR rtl-optimization/82192 (gcc produces incorrect...
2017-09-15 Richard SandifordTurn TRULY_NOOP_TRUNCATION into a hook
2017-09-15 Richard SandifordTurn CANNOT_CHANGE_MODE_CLASS into a hook
2017-09-14 Jakub Jelinek* combine.c (make_compound_operation_int): Formatting...
2017-09-12 Richard SandifordConvert hard_regno_nregs to a function
2017-09-05 Richard SandifordMake more use of int_mode_for_size
2017-09-04 Richard SandifordTurn MODES_TIEABLE_P into a target hook
2017-09-04 Richard SandifordTurn HARD_REGNO_MODE_OK into a target hook
2017-09-01 Segher Boessenkoolcombine: Fix for PR82024
2017-08-30 Richard SandifordAdd a partial_subreg_p predicate
2017-08-30 Richard Sandiford[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30 Richard Sandiford[58/77] Use scalar_int_mode in a try_combine optimisation
2017-08-30 Richard Sandiford[49/77] Simplify nonzero/num_sign_bits hooks
2017-08-30 Richard Sandiford[45/77] Make extract_left_shift take a scalar_int_mode
2017-08-30 Richard Sandiford[44/77] Make simplify_and_const_int take a scalar_int_mode
2017-08-30 Richard Sandiford[43/77] Use scalar_int_mode in simplify_comparison
2017-08-30 Richard Sandiford[42/77] Use scalar_int_mode in simplify_shift_const_1
2017-08-30 Richard Sandiford[41/77] Split scalar integer handling out of force_to_mode
2017-08-30 Richard Sandiford[40/77] Use scalar_int_mode for extraction_insn fields
2017-08-30 Richard Sandiford[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30 Richard Sandiford[28/77] Use is_a <scalar_int_mode> for miscellaneous...
2017-08-30 Richard Sandiford[26/77] Use is_a <scalar_int_mode> in subreg/extract...
2017-08-30 Richard Sandiford[25/77] Use is_a <scalar_int_mode> for bitmask optimisa...
2017-08-30 Richard Sandiford[23/77] Replace != VOIDmode checks with is_a <scalar_in...
2017-08-30 Richard Sandiford[21/77] Replace SCALAR_INT_MODE_P checks with is_a...
2017-08-30 Richard Sandiford[20/77] Replace MODE_INT checks with is_int_mode
2017-08-30 Richard Sandiford[19/77] Add a smallest_int_mode_for_size helper function
2017-08-30 Richard Sandiford[18/77] Make int_mode_for_mode return an opt_scalar_int...
2017-08-30 Richard Sandiford[17/77] Add an int_mode_for_size helper function
2017-08-30 Richard Sandiford[6/77] Make GET_MODE_WIDER return an opt_mode
next