aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-09-17genmatch.c (parser::parse_expr): Improve error message for mis-placed flags.Richard Biener1-0/+3
2015-08-31re PR tree-optimization/67381 (genmatch does not honor the order of patterns)Richard Biener1-3/+6
2015-08-25re PR tree-optimization/67306 (Patterns ICEs when moved using "simplify and m...Richard Biener1-6/+25
2015-08-04genmatch.c (dt_node::gen_kids_1): Use gassign and gcall in generated code.Richard Biener1-12/+11
2015-08-03genmatch.c (simplify::for_subst_vec): New member.Richard Biener1-39/+174
2015-08-03genmatch.c (dt_simplify::gen): Create captures array with an initializer.Richard Biener1-9/+8
2015-08-03genmatch.c (struct sinfo, [...]): New hash-map to record equivalent transforms.Richard Biener1-6/+208
2015-07-30genmatch.c (decision_tree::gen_gimple): Merge with ...Richard Biener1-112/+63
2015-07-30genmatch.c (verbose): New global.Richard Biener1-19/+73
2015-07-29genmatch.c (c_expr::gen_transform): Error on unknown captures.Richard Biener1-7/+14
2015-07-27genmatch.c (decision_tree::gen_gimple): Split out large subtrees into separat...Richard Biener1-8/+64
2015-07-24genmatch.c (struct dt_node): Add statistic fields.Richard Biener1-0/+43
2015-07-24genmatch.c (struct capture_info): Add same_as field.Richard Biener1-7/+24
2015-07-24genmatch.c (add_operator): Allow SSA_NAME as predicate.Richard Biener1-1/+3
2015-07-22genmatch.c (expr::gen_transform): Clarify error message and display location.Richard Biener1-1/+1
2015-07-22genmatch.c (struct operand): Add location member.Richard Biener1-72/+67
2015-07-22genmatch.c (parser::parse_result): Properly handle match with result operands...Richard Biener1-0/+1
2015-07-21re PR tree-optimization/66948 (Performance regression in bit manipulation code)Richard Biener1-7/+18
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