summaryrefslogtreecommitdiff
path: root/gcc/genmatch.c
AgeCommit message (Expand)Author
2020-02-05middle-end/90648 fend off builtin calls with not enough arguments from matchRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-12-06genmatch.c (enum tree_code): Remove CONVERT{0,1,2} and VIEW_CONVERT{0,1,2}.Richard Biener
2019-12-06genmatch.c (c_expr::gen_transform): Emit newlines from line number changes ra...Richard Biener
2019-11-08genmatch.c (expr::gen_transform): Use the resimplify member function instead ...Richard Biener
2019-10-04genmatch.c (commutate): Rename local var.Bernd Edlinger
2019-09-16Rewrite part of and_comparisons_1 into match.pd.Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-03Add dbgcnt for gimple_match and generic_match.Martin Liska
2019-01-14genmatch.c (dt_simplify::gen_1): Change dumping dependent on whether we are i...Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
2018-09-04genmatch: put reporting on a cold pathMartin Liska
2018-08-23Fix typo 'exapnded' to 'expanded'Giuliano Belinassi
2018-07-23re PR c/86617 (Volatile qualifier is ignored sometimes for unsigned char)Bernd Edlinger
2018-07-12Add IFN_COND_FMA functionsRichard Sandiford
2018-07-12Extend tree code folds to IFN_COND_*Richard Sandiford
2018-05-25Fold VEC_COND_EXPRs to IFN_COND_* where possibleRichard Sandiford
2018-05-24Add a class to represent a gimple match resultRichard Sandiford
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford
2018-02-28re PR c/84607 (Side effects discarded in address computation inside 'if')Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-07-28match.pd: Remove superfluous :c.Richard Biener
2017-07-26gimple-match-head.c (do_valueize): Return OP if valueize returns NULL_TREE.Richard Biener
2017-07-26genmatch.c (dt_simplify::gen): Make iterator vars const.Richard Biener
2017-07-06diagnostics: fix end-points of ranges within macros (PR c++/79300)David Malcolm
2017-05-25Add -fdump*-folding suboption.Martin Liska
2017-05-19re PR tree-optimization/80821 (genmatch conflicting predicates)Richard Biener
2017-04-04re PR c++/80297 (Compiler time crash: type mismatch in binary expression)Jakub Jelinek
2017-03-17re PR other/80050 (gcc/genmatch.c: PVS-Studio: V590)Richard Biener
2017-02-17re PR bootstrap/79567 (Compiler-warning "unknown escape sequence '\x'" about ...Richard Biener
2017-01-03genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME and exprs...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-11-09fold-const.c (tree_swap_operands_p): Remove unused arg.Richard Biener
2016-10-18genmatch.c (dt_operand::gen_gimple_expr): Use get_name to get at the operand ...Richard Biener
2016-10-13re PR target/77826 (ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above)Richard Biener
2016-10-05re PR middle-end/77863 (genmatch segfault on a wrong usage of an for operator)Richard Biener
2016-10-05re PR target/77826 (ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above)Richard Biener
2016-10-05re PR middle-end/77842 (genmatch segfault on a missing brace)Richard Biener
2016-10-01re PR middle-end/77798 (465.tonto ICE with trunk with -O2)Richard Biener
2016-09-01c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor
2016-07-13use auto_vec for more local variablesTrevor Saunders
2016-06-14re PR middle-end/71526 (ICE: verify_gimple failed)Richard Biener
2016-06-01genmatch.c (comparison_code_p): New predicate.Richard Biener
2016-04-26match.pd: X + X --> X * 2 for integersMarc Glisse
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy
2016-03-22re PR tree-optimization/70251 (Wrong code with -O3 -march=skylake-avx512.)Richard Biener
2016-03-02genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded GENERIC expre...Richard Biener