]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/combine.cc
combine: Fix ICE in try_combine on pr112494.c [PR112560]
[thirdparty/gcc.git] / gcc / combine.cc
2024-04-08  Uros Bizjakcombine: Fix ICE in try_combine on pr112494.c [PR112560]
2024-03-27  Segher Boessenkoolcombine: Don't combine if I2 does not change
2024-03-04  Jakub Jelinekcombine: Fix recent WORD_REGISTER_OPERATIONS check...
2024-03-03  Greg McGary[PATCH] combine: Don't simplify paradoxical SUBREG...
2024-02-24  Jakub JelinekUse HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-22  Jakub Jelinekcombine: Don't optimize paradoxical SUBREG AND CONST_IN...
2023-12-11  Roger SaylePR rtl-optimization/112380: Defend against CLOBBERs...
2023-10-26  Roger SaylePR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_comp...
2023-10-15  Stefan Schulze Fri... combine: Fix handling of unsigned constants
2023-10-04  Roger SaylePR rtl-optimization/110701: Fix SUBREG SET_DEST handlin...
2023-10-01  Stefan Schulze Fri... rtl-optimization/110939 Really fix narrow comparison...
2023-08-02  Stefan Schulze Fri... rtl-optimization/110867 Fix narrow comparison of memory...
2023-07-31  Stefan Schulze Fri... combine: Narrow comparison of memory and constant
2023-07-20  Andrew PinskiMove combine over to statistics_counter_event.
2023-07-17  Uros Bizjakcombine: Change return type of predicate functions...
2023-05-30  Uros Bizjakrtlanal: Change return type of predicate functions...
2023-05-18  Pan LiMachine_Mode: Extend machine_mode from 8 to 16 bits
2023-05-06  liuhongtCanonicalize vec_merge when mask is constant.
2023-04-14  Jakub Jelinekcombine: Fix AND handling for WORD_REGISTER_OPERATIONS...
2023-04-05  Jeff Law[RFA][Bug target/108892 ][13 regression] Force re-recog...
2023-01-02  Jakub JelinekUpdate copyright years.
2022-06-29  Richard Bienerrtl-optimization/106082 - preserve EH note for no non...
2022-06-27  David MalcolmAdd 'final' and 'override' to opt_pass vfunc impls
2022-04-25  Richard Bienerrtl-optimization/105231 - distribute_notes and REG_EH_R...
2022-04-06  Jakub Jelinekcombine: Don't record for UNDO_MODE pointers into regno...
2022-02-16  Jakub Jelinekcombine: Fix up -fcompare-debug issue in the combiner...
2022-02-11  Jakub Jelinekcombine: Fix ICE with substitution of CONST_INT into...
2022-02-08  Robin Dappcombine: Check for paradoxical subreg.
2022-02-04  Roger Sayle[PATCH] PR rtl-optimization/101885: Prevent combine...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.