aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-09genmatch.c (replace_id): Copy expr_type.Richard Biener1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-16genmatch.c (parser::parser): Initialize capture_ids.Richard Biener1-2/+9
2014-12-02genmatch.c: Include hash-set.h.Richard Biener1-21/+76
2014-11-28re PR tree-optimization/64084 (match-and-simplify prefers complex matches)Richard Biener1-19/+52
2014-11-14genmatch.c (add_operator): Allow CONSTRUCTOR.Richard Biener1-2/+13
2014-11-13genmatch.c (dt_node::gen_kids): Fix placement of break statement.Richard Biener1-2/+2
2014-11-12[multiple changes]Richard Biener1-15/+135
2014-11-12genmatch.c (::gen_transform): Add capture_info and expand_compares arguments.Richard Biener1-202/+379
2014-11-12genmatch.c (capture_info::capture_info): Add missing COND_EXPR handling.Richard Biener1-5/+6
2014-11-12re PR middle-end/63819 (Cannot build compiler with --enable-gather-detailed-m...Richard Biener1-2/+1
2014-11-09match.pd: Add patterns convering two conversions in a row from fold-const.c.Richard Biener1-1/+2
2014-11-06match.pd: Implement bitwise binary and unary simplifications from tree-ssa-fo...Richard Biener1-4/+1
2014-10-31genmatch.c (expr::gen_transform): Use NOP_EXPRs instead of CONVERT_EXPRs in g...Richard Biener1-8/+16
2014-10-30genmatch.c: Remove <map>, <utility> and <string> includes.Richard Biener1-16/+51
2014-10-30genmatch.c (capture_info::walk_c_expr): Ignore capture uses inside TREE_TYPE ().Richard Biener1-14/+27
2014-10-24genmatch.c (expr::gen_transform): Use fold_buildN_loc and build_call_expr_loc.Richard Biener1-38/+257
2014-10-22Makefile.in (OBJS): Add gimple-match.o and generic-match.o.Richard Biener1-0/+3039