]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-phiopt.c
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / tree-ssa-phiopt.c
2021-08-06  Roger SayleUse CFN_BUILT_IN_CLRSB instead of BUILT_IN_CLRSB in...
2021-08-02  Roger SayleOptimize x ? bswap(x) : 0 in tree-ssa-phiopt
2021-07-12  Andrew Pinski[PHIOPT/MATCH] Remove the statement to move if not...
2021-07-09  Andrew PinskiImprove early simplify and match for phiopt
2021-07-06  Andrew PinskiFix 101256: Wrong code due to range incorrect from...
2021-07-05  Andrew PinskiPort most of the A CMP 0 ? A : -A to match
2021-07-05  Andrew PinskiTry inverted comparison for match_simplify in phiopt
2021-07-05  Andrew PinskiAllow match-and-simplified phiopt to run in early phiopt
2021-06-28  Andrew PinskiDuplicate the range information of the phi onto the...
2021-06-26  Andrew PinskiReset the range info on the moved instruction in PHIOPT
2021-06-25  Martin Sebormiddle-end: add support for per-location warning groups.
2021-06-18  Andrew PinskiAdd statistics counting to PHI-OPT
2021-06-08  Andrew PinskiImprove match_simplify_replacement in phi-opt
2021-06-01  Andrew PinskiReplace conditional_replacement with match and simplify
2021-05-26  Aldy HernandezConvert remaining passes to get_range_query.
2021-05-21  Jakub Jelinektree-optimization: Improve spaceship_replacement [PR94589]
2021-05-18  Jakub Jelinekphiopt: Optimize partial_ordering spaceship >= 0 -ffini...
2021-05-06  Jakub Jelinekphiopt: Use gphi *phi instead of gimple *phi some more
2021-05-06  Jakub Jelinekphiopt: Optimize (x <=> y) cmp z [PR94589]
2021-05-04  Richard Bienertree-optimization/100414 - compute dominance info in...
2021-04-26  Richard BienerRemove gimplify_buildN API use from phiopt
2021-04-26  Richard Bienertree-optimization/99473 - more cselim
2021-03-09  Jakub Jelinekphiopt: Fix up conditional_replacement [PR99305]
2021-01-22  Richard Bienertree-optimization/98786 - fix issue with phiopt and...
2021-01-05  Jakub Jelinekphiopt: Optimize x < 0 ? ~y : y to (x >> 31) ^ y [PR96928]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-09  Jakub Jelinekphiopt: Fix up two_value_replacement BOOLEAN_TYPE handl...
2020-12-06  Jakub Jelinek[PATCH] phiopt: Handle bool in two_value_replacement...
2020-11-04  Jakub Jelinekphiopt: Optimize x ? 1024 : 0 to (int) x << 10 [PR97690]
2020-10-22  Jakub Jelinekphiopt: Optimize x ? __builtin_clz (x) : 32 in GIMPLE...
2020-10-21  Jakub Jelinekphiopt: Optimize x ? __builtin_clz (x) : 32 in GIMPLE...
2020-06-18  Jakub Jelinekphiopt: Improve minmax optimization [PR95699]
2020-06-04  Hao Liucselim: Extend to check non-trapping for more reference...
2020-05-29  Richard Bienertree-optimization/95393 - fold MIN/MAX_EXPR generated...
2020-04-24  Jakub Jelinekcselim: Don't assume it is safe to cstore replace a...
2020-03-19  Jakub Jelinekphiopt: Avoid -fcompare-debug bug in phiopt [PR94211]
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-26  Jakub Jelinekre PR tree-optimization/92644 (ICE in wide_int_to_tree_...
2019-11-20  Jakub Jelinekre PR middle-end/91195 (incorrect may be used uninitial...
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-10-10  Richard Bienerre PR middle-end/92046 (Command line options (that...
2019-07-19  Richard Bienerre PR tree-optimization/91200 (ICE on valid code at...
2019-07-12  Jiangning Liure PR tree-optimization/89430 (A missing ifcvt optimiza...
2019-07-01  Joern Renneckere PR tree-optimization/66726 (missed optimization...
2019-05-07  Li Jia HeFix a typo in two_value_replacement function
2019-05-06  Li Jia HeThis reverts commit r270894, as new testcase fails...
2019-05-06  Li Jia HeFix a typo in two_value_replacement function
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-07  Jakub Jelinekre PR tree-optimization/88676 (missed opportunity in...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-13  David MalcolmEliminate source_location in favor of location_t
2018-11-08  Richard Bienerre PR target/87913 (max(n, 1) code generation)
2018-10-23  Richard Bienerre PR tree-optimization/87105 (Autovectorization [X86...
2018-07-18  Kugan Vivekanandarajahre PR tree-optimization/86544 (Popcount detection gener...
2018-07-07  Aldy Hernandeztree-vrp.c (vrp_int_const_binop): Change overflow type...
2018-07-06  Kugan Vivekanandarajahtree-ssa-phiopt.c (cond_removal_in_popcount_pattern...
2018-03-19  Richard Bienerre PR tree-optimization/84859 (bogus -Warray-bounds...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-21  Jakub Jelinekre PR tree-optimization/83521 (ICE: verify_gimple faile...
2017-12-20  Richard Sandifordpoly_int: get_addr_base_and_unit_offset
2017-12-07  Richard Bienerre PR tree-optimization/83296 (missing -Wstringop-overf...
2017-10-24  Richard Bienerre PR tree-optimization/82697 (Wrong optimization with...
2017-10-19  Jan Hubickaasan.c (create_cond_insert_point): Do not update edge...
2017-10-14  Jakub Jelinekre PR middle-end/62263 (Good codegen for bitwise rotate...
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-06-29  Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-05-16  Martin LiskaAdd default value for last argument of dump functions.
2017-01-05  Jakub Jelinekre PR tree-optimization/71016 (Redundant sign extension...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-07  Richard Bienerre PR middle-end/78228 (fstrict-overflow breaks code...
2016-09-29  Richard Bienerre PR middle-end/55152 (MAX_EXPR(a,-a) is really ABS_EX...
2016-07-15  Richard Bienerre PR tree-optimization/71887 (wrong code (SIGFPE)...
2016-07-13  Richard Bienerre PR tree-optimization/24574 (a!=0?a/10:0 is not reduc...
2016-05-25  Eric Botcazoutree-ssa-phiopt.c (factor_out_conditional_conversion...
2016-03-14  Richard Bienerre PR tree-optimization/56365 (Missed opportunities...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-10  Jeff Lawre PR tree-optimization/68619 (error: loop with header...
2015-12-09  Marek Polacekre PR tree-optimization/66949 (ICE at -O2 and -O3 on...
2015-11-27  Bernd SchmidtBe more careful about barriers when speculating conditi...
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-08  Jeff Law[PATCH] [1/n] Fix minor SSA_NAME leaks
2015-10-05  Marek Polacek* tree-ssa-loop-im.c
2015-10-01  Marek Polacekre PR tree-optimization/67769 (VRP pass does wrong...
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-17  Richard SandifordSplit up optabs.[hc]
2015-08-11  Nathan Sidwelltree-ssa-phiopt.c (minmax_replacement): Create new...
2015-07-18  Sebastian Popfix pr46851 and pr60340: remove unmaintained omega...
2015-07-12  Kugan Vivekanandarajahre PR tree-optimization/66726 (missed optimization...
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Richard Sandifordhash-traits.h (free_ptr_hash): New class.
2015-06-22  Mikhail MaltsevUse std::swap instead of manual swaps.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-22  Trevor Saundersalways define HAVE_conditional_move
2015-05-19  Mikhail MaltsevUse std::swap instead of explicit swaps
2015-04-18  Trevor Saundersremove need for store_values_directly
next