aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03genmatch: Avoid unused parameter warnings in generated code.Roger Sayle1-1/+29
2020-08-03mark match.pd ! not implemented on GENERICRichard Biener1-3/+8
2020-07-31Amend match.pd syntax with force-simplified resultsRichard Biener1-3/+16
2020-02-05middle-end/90648 fend off builtin calls with not enough arguments from matchRichard Biener1-8/+14
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-06genmatch.c (enum tree_code): Remove CONVERT{0,1,2} and VIEW_CONVERT{0,1,2}.Richard Biener1-87/+57
2019-12-06genmatch.c (c_expr::gen_transform): Emit newlines from line number changes ra...Richard Biener1-1/+13
2019-11-08genmatch.c (expr::gen_transform): Use the resimplify member function instead ...Richard Biener1-7/+3
2019-10-04genmatch.c (commutate): Rename local var.Bernd Edlinger1-145/+154
2019-09-16Rewrite part of and_comparisons_1 into match.pd.Martin Liska1-1/+6
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-15/+15
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-19/+38
2019-07-03Add dbgcnt for gimple_match and generic_match.Martin Liska1-0/+4
2019-01-14genmatch.c (dt_simplify::gen_1): Change dumping dependent on whether we are i...Richard Biener1-1/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-31/+31
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-7/+8
2018-09-04genmatch: put reporting on a cold pathMartin Liska1-5/+11
2018-08-23Fix typo 'exapnded' to 'expanded'Giuliano Belinassi1-1/+1
2018-07-23re PR c/86617 (Volatile qualifier is ignored sometimes for unsigned char)Bernd Edlinger1-4/+6
2018-07-12Add IFN_COND_FMA functionsRichard Sandiford1-1/+1
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford1-2/+2
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