aboutsummaryrefslogtreecommitdiff
path: root/gcc/match.pd
AgeCommit message (Expand)AuthorFilesLines
2014-11-10match.pd: Implement pattern from simplify_mult.Richard Biener1-0/+8
2014-11-10match.pd: Implement pattern from simplify_conversion_from_bitmask.Richard Biener1-0/+12
2014-11-10match.pd: Move rest of the conversion combining patterns from tree-ssa-forwpr...Richard Biener1-1/+20
2014-11-09match.pd: Add patterns convering two conversions in a row from fold-const.c.Richard Biener1-0/+93
2014-11-07re PR middle-end/63770 (ICE on valid code at all optimization levels on x86_6...Richard Biener1-8/+9
2014-11-07match.pd: Add patterns for POINTER_PLUS_EXPR association and special patterns...Richard Biener1-3/+39
2014-11-06match.pd: Implement bitwise binary and unary simplifications from tree-ssa-fo...Richard Biener1-0/+128
2014-11-03match.pd: Add two abs patterns.Richard Biener1-2/+10
2014-10-30match.pd: Implement more patterns that simplify to a single value.Richard Biener1-1/+17
2014-10-29match.pd: Implement a first set of conversion patterns.Richard Biener1-0/+42
2014-10-27match.pd (0 % X): Properly use the iterator iterating over all modulo operators.Richard Biener1-2/+2
2014-10-24genmatch.c (expr::gen_transform): Use fold_buildN_loc and build_call_expr_loc.Richard Biener1-0/+60
2014-10-22Makefile.in (OBJS): Add gimple-match.o and generic-match.o.Richard Biener1-0/+30