aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-15genmatch.c (parser::peek, [...]): Add argument to tell how many tokens to pee...Richard Biener1-12/+66
2015-07-14genmatch.c (dt_node::gen_kids_1): Fix case label indenting.Richard Biener1-6/+6
2015-07-14genmatch.c (struct operand): Add OP_IF and OP_WITH op_types.Richard Biener1-217/+293
2015-07-13Fix double word typos.Aldy Hernandez1-3/+2
2015-07-10genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.Richard Biener1-25/+25
2015-07-09genmatch.c (fprintf_indent): New function.Michael Matz1-256/+392
2015-07-09genmatch.c (struct expr): Add force_single_use flag.Richard Biener1-50/+103
2015-07-03genmatch.c (commutative_tree_code, [...]): Copy from tree.cRichard Biener1-0/+75
2015-07-01genmatch.c (expr::gen_transform): Shortcut re-simplifying of converts to avoi...Richard Biener1-0/+13
2015-06-29genmatch.c (add_operator): Treat ADDR_EXPR as atom.Richard Biener1-0/+3
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-3/+1
2015-06-25hash-traits.h (string_hash, [...]): New classes.Richard Sandiford1-20/+1
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-24genmatch.c (enum tree_code): Add VIEW_CONVERT[012].Richard Biener1-15/+45
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