aboutsummaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-5257/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-9/+10
2021-06-25Lower for loops before lowering cond in genmatchAndrew Pinski1-12/+16
2021-05-10Come up with startswith function.Martin Liska1-4/+4
2021-04-23VEC_COND_EXPR code cleanupRichard Biener1-13/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-15tree-optimization/94234 - Fold plusminus_mult expr with multi-use operandsFeng Xue1-2/+8
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-08-05Make genmatch transform failure handling more consistentRichard Biener1-15/+29
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