aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-25Fold VEC_COND_EXPRs to IFN_COND_* where possibleRichard Sandiford1-2/+15
2018-05-24Add a class to represent a gimple match resultRichard Sandiford1-30/+33
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-24/+77
2018-02-28re PR c/84607 (Side effects discarded in address computation inside 'if')Richard Biener1-1/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-28match.pd: Remove superfluous :c.Richard Biener1-36/+87
2017-07-26gimple-match-head.c (do_valueize): Return OP if valueize returns NULL_TREE.Richard Biener1-13/+9
2017-07-26genmatch.c (dt_simplify::gen): Make iterator vars const.Richard Biener1-10/+10
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm1-1/+2
2017-05-25Add -fdump*-folding suboption.Martin Liska1-1/+1
2017-05-19re PR tree-optimization/80821 (genmatch conflicting predicates)Richard Biener1-0/+4
2017-04-04re PR c++/80297 (Compiler time crash: type mismatch in binary expression)Jakub Jelinek1-1/+12
2017-03-17re PR other/80050 (gcc/genmatch.c: PVS-Studio: V590)Richard Biener1-4/+2
2017-02-17re PR bootstrap/79567 (Compiler-warning "unknown escape sequence '\x'" about ...Richard Biener1-0/+5
2017-01-03genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME and exprs...Jakub Jelinek1-0/+17
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-09fold-const.c (tree_swap_operands_p): Remove unused arg.Richard Biener1-1/+1
2016-10-18genmatch.c (dt_operand::gen_gimple_expr): Use get_name to get at the operand ...Richard Biener1-3/+13
2016-10-13re PR target/77826 (ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above)Richard Biener1-25/+125
2016-10-05re PR middle-end/77863 (genmatch segfault on a wrong usage of an for operator)Richard Biener1-2/+4
2016-10-05re PR target/77826 (ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above)Richard Biener1-5/+11
2016-10-05re PR middle-end/77842 (genmatch segfault on a missing brace)Richard Biener1-0/+2
2016-10-01re PR middle-end/77798 (465.tonto ICE with trunk with -O2)Richard Biener1-5/+9
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor1-1/+2
2016-07-13use auto_vec for more local variablesTrevor Saunders1-8/+4
2016-06-14re PR middle-end/71526 (ICE: verify_gimple failed)Richard Biener1-2/+8
2016-06-01genmatch.c (comparison_code_p): New predicate.Richard Biener1-6/+147
2016-04-26match.pd: X + X --> X * 2 for integersMarc Glisse1-1/+1
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-1/+0
2016-03-22re PR tree-optimization/70251 (Wrong code with -O3 -march=skylake-avx512.)Richard Biener1-34/+38
2016-03-02genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded GENERIC expre...Richard Biener1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02tree.h (tree_invariant_p): Declare.Richard Biener1-2/+2
2015-12-01re PR ada/68590 (FAIL: gnat.dg/loop_optimization19.adb scan-tree-dump-not opt...Richard Biener1-4/+9
2015-11-26genmatch.c (dt_simplify::gen_1): For generic wrap all multi-result-use captur...Richard Biener1-10/+4
2015-11-24destroy values as well as keys when removing them from hash mapsTrevor Saunders1-1/+2
2015-11-17Replace match.pd DEFINE_MATH_FNs with auto-generated listsRichard Sandiford1-0/+7
2015-11-17Add null identifiers to genmatchRichard Sandiford1-7/+62
2015-11-17Add genmatch support for internal functionsRichard Sandiford1-80/+77
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-4/+4
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford1-2/+0
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-7/+28
2015-10-26Move cexp simplifications to match.pdRichard Sandiford1-2/+6
2015-10-09genmatch.c (print_operand): Fix formatting.Richard Biener1-14/+22
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