ipa/97673 - fix input_location leak
[gcc.git] / gcc / rtlanal.c
2021-01-05 Richard SandifordA couple of comment tweaks
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-17 Richard Sandifordrtlanal: Add simple_regno_set
2020-12-17 Richard Sandifordrtlanal: Add some new helper classes
2020-12-17 Richard Sandifordrecog: Split out a register_asm_p function
2020-12-13 Richard Sandifordrtlanal: Remove noop_move_p REG_EQUAL condition
2020-09-15 Ilya Leoshkevichrtlanal: fix subreg handling in set_noop_p ()
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-05-31 Jeff LawFix execute/20071219-1.c regression on H8 due to loss...
2020-05-08 Jakub Jelinekcsa: Fix --enable-checking=yes,df bootstrap failure...
2020-04-29 Thomas Schwinge[rtl] Harden 'set_noop_p' for non-constant selectors...
2020-02-14 Alexander Monakovrtlanal: optimize costly division in rtx_cost
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-06 Andreas Krebbelre PR rtl-optimization/92176 (LRA problem with reloads...
2019-11-25 Bernd SchmidtConvert m68k to not use cc0
2019-10-01 Richard SandifordRemove clobber_high
2019-09-30 Richard SandifordRemove global call sets: rtlanal.c
2019-09-30 Richard SandifordAdd a function for getting the ABI of a call insn target
2019-09-19 Richard SandifordRework constant subreg folds and handle more variable...
2019-09-11 Eric Botcazoure PR rtl-optimization/89795 (wrong code with -O2 ...
2019-09-10 Richard SandifordReplace call_used_reg_set with call_used_or_fixed_regs
2019-09-10 Richard SandifordMake get_call_rtx_from take a const rtx_insn *
2019-09-09 Richard SandifordRemove IOR_HARD_REG_SET
2019-09-09 Richard SandifordMake note_stores take an rtx_insn
2019-08-13 Olivier HainqueHandle casesi dispatch tablejumps in create_trace_edges...
2019-04-18 Richard SandifordFix two ubsan failures (PR85164)
2019-02-24 Jakub Jelinekre PR rtl-optimization/89445 (_mm512_maskz_loadu_pd...
2019-02-19 Eric Botcazourtlanal.c (get_initial_register_offset): Fall back...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-20 Ilya LeoshkevichS/390: Skip LT(G) peephole when literal pool is involved
2018-11-20 Eric Botcazoure PR rtl-optimization/85925 (compilation of masking...
2018-09-19 Eric Botcazoure PR rtl-optimization/87361 (gcc.target/sparc/20161111...
2018-09-18 Segher BoessenkoolHandle CLOBBER in reg_overlap_mentioned_p (PR86882)
2018-08-06 Alan HaywardRemaining support for clobber high
2018-08-06 Alan HaywardAdd func to check if register is clobbered by clobber_high
2018-07-05 Tamar ChristinaCorrect subreg no-op handling for big-endian vec_select.
2018-06-12 Richard SandifordUse poly_int rtx accessors instead of hwi accessors
2018-02-16 Eric Botcazoure PR rtl-optimization/81443 (build/genrecog.o: virtual...
2018-01-12 Eric Botcazoure PR rtl-optimization/83565 (RTL combine pass yields...
2018-01-03 Richard Sandifordpoly_int: GET_MODE_SIZE
2018-01-03 Richard Sandifordpoly_int: GET_MODE_PRECISION
2018-01-03 Richard Sandifordpoly_int: GET_MODE_NUNITS
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-03 Richard Sandifordpoly_int: PUSH_ROUNDING
2018-01-03 Richard Sandifordpoly_int: subreg_get_info
2018-01-03 Richard Sandifordpoly_int: REGMODE_NATURAL_SIZE
2018-01-02 Aaron Sawdeyrtlanal.c (canonicalize_condition): Return 0 if final...
2017-12-21 Richard Sandifordpoly_int: REG_ARGS_SIZE
2017-12-21 Richard Sandifordpoly_int: frame allocations
2017-12-20 Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-20 Richard Sandifordpoly_int: MEM_OFFSET and MEM_SIZE
2017-12-20 Richard Sandifordpoly_int: rtx_addr_can_trap_p_1
2017-12-20 Richard Sandifordpoly_int: rtx constants
2017-12-18 Segher Boessenkoolrtlanal: dead_or_set_regno_p should handle CLOBBER...
2017-11-29 Jakub Jelinekre PR middle-end/80929 (Division with constant no more...
2017-10-26 Richard SandifordMake more use of df_read_modify_subreg_p
2017-10-23 Richard SandifordConvert STARTING_FRAME_OFFSET to a hook
2017-10-22 Richard SandifordMake more use of HWI_COMPUTABLE_MODE_P
2017-10-09 Segher BoessenkoolAdd targetm.insn_cost hook
2017-10-09 Segher BoessenkoolReplace insn_rtx_cost with insn_cost and pattern_cost
2017-09-15 Richard SandifordTurn CANNOT_CHANGE_MODE_CLASS into a hook
2017-09-12 Richard SandifordConvert hard_regno_nregs to a function
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-08-30 Richard SandifordDrop df_ from df_read_modify_subreg_p
2017-08-30 Richard Sandiford[64/77] Add a scalar_mode class
2017-08-30 Richard Sandiford[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30 Richard Sandiford[51/77] Use opt_scalar_int_mode when iterating over...
2017-08-30 Richard Sandiford[49/77] Simplify nonzero/num_sign_bits hooks
2017-08-30 Richard Sandiford[48/77] Make subroutines of num_sign_bit_copies operate...
2017-08-30 Richard Sandiford[47/77] Make subroutines of nonzero_bits operate on...
2017-08-30 Richard Sandiford[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30 Richard Sandiford[23/77] Replace != VOIDmode checks with is_a <scalar_in...
2017-08-30 Richard Sandiford[6/77] Make GET_MODE_WIDER return an opt_mode
2017-08-30 Richard Sandiford[4/77] Add FOR_EACH iterators for modes
2017-08-22 Richard SandifordMake more use of paradoxical_subreg_p
2017-06-30 Richard Earnshaw[rtlanal] Do a better job of costing parallel sets...
2017-06-23 Bernd Edlingerira.c (update_equiv_regs): Revert to using may_trap_or_...
2017-05-11 Bin Cheng* rtlanal.c (rtx_cost): Handle TRUNCATE between tieable...
2017-05-03 Bin ChengRevert r247509 2017-05-02 Bin Cheng <bin.cheng@arm...
2017-05-02 Bin Cheng* rtlanal.c (rtx_cost): Handle TRUNCATE between tieable...
2017-05-01 Jakub Jelinekre PR target/79430 (action of statement incorrectly...
2017-01-05 Jeff Lawre PR rtl-optimization/78812 (Wrong code generation...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-30 Markus TrippelsdorfFix PR78588 - rtlanal.c:5210:38: runtime error: shift...
2016-11-28 Jakub Jelinekre PR middle-end/78540 (ICE: in df_refs_verify, at...
2016-11-28 Bernd Schmidtre PR rtl-optimization/78120 (If conversion no longer...
2016-11-24 Bernd Schmidtre PR rtl-optimization/78120 (If conversion no longer...
2016-11-23 Richard SandifordRework subreg_get_info
2016-11-23 Richard SandifordAdd more subreg offset helpers
2016-11-21 Trevor Saundersmake dead_or_set_{,regno_}p take rtx_insn *
2016-11-21 Trevor Saundersmake add_int_reg_note take rtx_insn *
2016-11-21 Trevor Saundersmake replace_label_in_insn take labels as rtx_insn *
2016-11-18 Richard SandifordMake load_extend_op an inline function
2016-11-16 Richard SandifordFix handling of unknown sizes in rtx_addr_can_trap_p
2016-11-15 Richard SandifordAdd a load_extend_op wrapper
2016-11-15 Richard SandifordMove misplaced assignment in num_sign_bit_copies1
2016-11-11 Eric Botcazoure PR rtl-optimization/59461 (missed zero-extension...
2016-11-07 Bernd Schmidtemit-rtl.c (emit_copy_of_insn_after): Duplicate notes...
next