aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-match-head.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26Convert remaining passes to get_range_query.Aldy Hernandez1-0/+1
2021-04-27match.pd: Add some __builtin_ctz (x) cmp cst simplifications [PR95527]Jakub Jelinek1-0/+1
2021-04-23VEC_COND_EXPR code cleanupRichard Biener1-5/+4
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-07Disable some VEC_COND_EXPR transformations after vector loweringMarc Glisse1-0/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-29Fix ICE in re-simplification of VEC_COND_EXPRFrederik Harwath1-3/+15
2019-11-09re PR tree-optimization/92401 (ICE in fold_ternary_loc, at fold-const.c:11698)Jakub Jelinek1-6/+21
2019-11-01PR middle-end/91679 - missing -Warray-bounds accessing a member array in a lo...Martin Sebor1-2/+2
2019-07-09gimple-match.h (gimple_match_op::resimplify): New.Richard Biener1-5/+39
2019-07-03Add dbgcnt for gimple_match and generic_match.Martin Liska1-1/+1
2019-05-20gimple-match-head.c: Include vec-perm-indices.h.Richard Biener1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-06re PR tree-optimization/85726 (div C1 to div C2 match.pd suboptimization)Jakub Jelinek1-0/+24
2018-10-08re PR tree-optimization/86659 (gnat.dg/sso/q[23].adb FAIL)Eric Botcazou1-4/+11
2018-07-12Add IFN_COND_FMA functionsRichard Sandiford1-7/+59
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford1-1/+160
2018-07-12tree-ssa-sccvn.c (mprts_hook_cnt): Remove.Richard Biener1-0/+56
2018-05-25Fold VEC_COND_EXPRs to IFN_COND_* where possibleRichard Sandiford1-3/+34
2018-05-24Add a class to represent a gimple match resultRichard Sandiford1-229/+181
2018-05-17Allow gimple_build with internal functionsRichard Sandiford1-14/+12
2018-03-28re PR middle-end/82004 (SPEC CPU2017 628.pop2_s miscompare)Jakub Jelinek1-0/+68
2018-02-13re PR middle-end/84309 (Wrong-code with -ffast-math)Jakub Jelinek1-0/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-26gimple-match-head.c (do_valueize): Return OP if valueize returns NULL_TREE.Richard Biener1-1/+16
2017-06-22[Patch match.pd] Fold (A / (1 << B)) to (A >> B)James Greenhalgh1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-09fold-const.c (tree_swap_operands_p): Remove unused arg.Richard Biener1-4/+4
2016-09-22re PR tree-optimization/77677 (ICE at -O1 and above in both 32-bit and 64-bit...Richard Biener1-0/+6
2016-04-20gimple-match.h (maybe_build_generic_op): Adjust prototype.Richard Biener1-5/+5
2016-03-22re PR tree-optimization/70251 (Wrong code with -O3 -march=skylake-avx512.)Richard Biener1-0/+1
2016-01-08re PR tree-optimization/69167 (internal compiler error: SSA corruption)Jakub Jelinek1-1/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02PR 68432: Add a target hook to control size/speed optab choicesRichard Sandiford1-1/+1
2015-11-17Add genmatch support for internal functionsRichard Sandiford1-108/+78
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-13/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-29gimple-match-head.c (gimple_simplify): Remove premature checking of builtin_d...Richard Biener1-1/+0
2015-10-28gimple-match-head.c (gimple_simplify): Allow VECTOR_CSTs in simplifying VEC_C...Richard Biener1-1/+2
2015-10-27Don't create SSA names until in SSA formRichard Sandiford1-2/+12
2015-10-15PR67945: Fix oscillation between pow representationsRichard Sandiford1-0/+10
2015-10-09re PR middle-end/67891 (FAIL: gcc.dg/pr43300.c (internal compiler error) on a...Richard Biener1-6/+4
2015-10-01gimple-match.h (mprts_hook): Declare.Richard Biener1-0/+8
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+3
2015-08-21re PR middle-end/67285 (ICE with (rdiv (POW:s @0 REAL_CST@1) @0))Richard Biener1-0/+3
2015-08-03gimple-match-head.c (gimple_simplify): For [VEC_]COND_EXPRs on the rhs of ass...Richard Biener1-1/+34
2015-07-24gimple-fold.c (replace_stmt_with_simplification): Special-case valueizing cal...Richard Biener1-152/+81
2015-07-23generic-match-head.c: Include cgraph.h.Richard Biener1-0/+1
2015-07-16fold-const.c (fold_widened_comparison): Remove.Richard Biener1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5