aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-08genmatch.c (expr::gen_transform): For conditions, guess the type from the sec...Marc Glisse1-0/+7
2015-05-27New memory allocation statistics infrastructure.Martin Liska1-0/+1
2015-05-23genmatch.c (parser::parse_operation): Reject expanding operator-list inside '...Prathamesh Kulkarni1-1/+6
2015-05-23genmatch.c (parser::parse_for): Reject iterator if used as operator-list.Prathamesh Kulkarni1-2/+7
2015-05-23genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN after end...Prathamesh Kulkarni1-0/+5
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-2/+2
2015-04-18remove need for store_values_directlyTrevor Saunders1-7/+7
2015-03-25re PR middle-end/65519 (unable to coalesce ssa_names 2 and 87 which are marke...Richard Biener1-16/+12
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