]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/combine.c
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / combine.c
2021-09-17  Eric BotcazouFix PR rtl-optimization/102306
2021-08-31  Roger SayleOnly simplify TRUNCATE to SUBREG on TRULY_NOOP_TRUNCATI...
2021-07-13  Jonathan Wrightgcc: Add vec_select -> subreg RTL simplification
2021-05-04  Segher BoessenkoolRemove CC0
2021-04-18  Segher Boessenkoolcombine: Don't create REG_UNUSED notes if the reg alrea...
2021-04-16  Richard SandifordMark untyped calls and handle them specially [PR98689]
2021-04-12  Jakub Jelinekcombine: Fix up expand_compound_operation [PR99905]
2021-04-12  Jakub Jelinekcombine: Don't fold away side-effects in simplify_and_c...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-17  Richard SandifordSplit update_cfg_for_uncondjump out of combine
2020-10-30  Alex Coplanaarch64: Fix PR96998 and restore code quality in combine
2020-10-13  Jakub Jelinekcombine: Fix up simplify_shift_const_1 for nested ROTAT...
2020-08-27  Martin Liskavec: add exact argument for various grow functions.
2020-07-16  Segher Boessenkoolcombine: Use single_set for is_just_move
2020-05-08  Jakub Jelinekcsa: Fix --enable-checking=yes,df bootstrap failure...
2020-05-06  Jakub Jelinekcombine: Don't replace SET_SRC with REG_EQUAL note...
2020-04-24  Haijian Zhangrtl combine should consider NaNs when generate fp min...
2020-04-07  Jakub Jelinekcombine: Fix split_i2i3 ICE [PR94291]
2020-02-25  Jakub Jelinekcombine: Fix find_split_point handling of constant...
2020-01-30  Jakub Jelinekcombine: Punt on out of range rotate counts [PR93505]
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-27  Jakub Jelinekre PR rtl-optimization/92510 (ICE in native_encode_rtx...
2019-11-27  Bernd SchmidtAllow autoinc in jumps, but only when using reload.
2019-11-24  Bernd SchmidtAllow combiner to create autoinc in jump insns.
2019-11-24  Bernd SchmidtDo not ignore costs of jump insns in combine.
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-10-30  Martin LiskaRemove cgraph_local_info structure.
2019-10-11  Jim WilsonExtend subst to simplify CONST_INT inside SIGN_EXTEND.
2019-10-01  Richard SandifordRemove clobber_high
2019-09-30  Richard SandifordRemove global call sets: combine.c
2019-09-09  Richard SandifordMake note_stores take an rtx_insn
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-27  Martin LiskaRemove quite obvious dead assignments.
2019-05-10  Segher Boessenkoolcombine: Don't generate IF_THEN_ELSE
2019-04-18  Richard SandifordFix two ubsan failures (PR85164)
2019-04-15  Segher Boessenkoolcombine: Count auto_inc properly (PR89794)
2019-02-14  Jakub Jelinekre PR rtl-optimization/89354 (Combine pass yields wrong...
2019-02-05  Jakub Jelinekre PR rtl-optimization/89195 (Corrupted stack offset...
2019-02-01  Segher Boessenkoolcombine: Use TDF_DETAILS for "can't combine" dump prints
2019-01-16  David MalcolmFix ICE due to "combine" creating unreachable EH blocks...
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
next