Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-07-20 | Adjust by-value function vec arguments to by-reference. | Martin Sebor | 1 | -9/+10 |
2021-06-25 | Lower for loops before lowering cond in genmatch | Andrew Pinski | 1 | -12/+16 |
2021-05-10 | Come up with startswith function. | Martin Liska | 1 | -4/+4 |
2021-04-23 | VEC_COND_EXPR code cleanup | Richard Biener | 1 | -13/+7 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-09-15 | tree-optimization/94234 - Fold plusminus_mult expr with multi-use operands | Feng Xue | 1 | -2/+8 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -2/+2 |
2020-08-05 | Make genmatch transform failure handling more consistent | Richard Biener | 1 | -15/+29 |
2020-08-03 | genmatch: Avoid unused parameter warnings in generated code. | Roger Sayle | 1 | -1/+29 |
2020-08-03 | mark match.pd ! not implemented on GENERIC | Richard Biener | 1 | -3/+8 |
2020-07-31 | Amend match.pd syntax with force-simplified results | Richard Biener | 1 | -3/+16 |
2020-02-05 | middle-end/90648 fend off builtin calls with not enough arguments from match | Richard Biener | 1 | -8/+14 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-06 | genmatch.c (enum tree_code): Remove CONVERT{0,1,2} and VIEW_CONVERT{0,1,2}. | Richard Biener | 1 | -87/+57 |
2019-12-06 | genmatch.c (c_expr::gen_transform): Emit newlines from line number changes ra... | Richard Biener | 1 | -1/+13 |
2019-11-08 | genmatch.c (expr::gen_transform): Use the resimplify member function instead ... | Richard Biener | 1 | -7/+3 |
2019-10-04 | genmatch.c (commutate): Rename local var. | Bernd Edlinger | 1 | -145/+154 |
2019-09-16 | Rewrite part of and_comparisons_1 into match.pd. | Martin Liska | 1 | -1/+6 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -15/+15 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -19/+38 |
2019-07-03 | Add dbgcnt for gimple_match and generic_match. | Martin Liska | 1 | -0/+4 |
2019-01-14 | genmatch.c (dt_simplify::gen_1): Change dumping dependent on whether we are i... | Richard Biener | 1 | -1/+3 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -31/+31 |
2018-10-09 | Cleanup of libcpp diagnostic callbacks | David Malcolm | 1 | -7/+8 |
2018-09-04 | genmatch: put reporting on a cold path | Martin Liska | 1 | -5/+11 |
2018-08-23 | Fix typo 'exapnded' to 'expanded' | Giuliano Belinassi | 1 | -1/+1 |
2018-07-23 | re PR c/86617 (Volatile qualifier is ignored sometimes for unsigned char) | Bernd Edlinger | 1 | -4/+6 |
2018-07-12 | Add IFN_COND_FMA functions | Richard Sandiford | 1 | -1/+1 |
2018-07-12 | Extend tree code folds to IFN_COND_* | Richard Sandiford | 1 | -2/+2 |
2018-05-25 | Fold VEC_COND_EXPRs to IFN_COND_* where possible | Richard Sandiford | 1 | -2/+15 |
2018-05-24 | Add a class to represent a gimple match result | Richard Sandiford | 1 | -30/+33 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -24/+77 |
2018-02-28 | re PR c/84607 (Side effects discarded in address computation inside 'if') | Richard Biener | 1 | -1/+5 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-07-28 | match.pd: Remove superfluous :c. | Richard Biener | 1 | -36/+87 |
2017-07-26 | gimple-match-head.c (do_valueize): Return OP if valueize returns NULL_TREE. | Richard Biener | 1 | -13/+9 |
2017-07-26 | genmatch.c (dt_simplify::gen): Make iterator vars const. | Richard Biener | 1 | -10/+10 |
2017-07-06 | diagnostics: fix end-points of ranges within macros (PR c++/79300) | David Malcolm | 1 | -1/+2 |
2017-05-25 | Add -fdump*-folding suboption. | Martin Liska | 1 | -1/+1 |
2017-05-19 | re PR tree-optimization/80821 (genmatch conflicting predicates) | Richard Biener | 1 | -0/+4 |
2017-04-04 | re PR c++/80297 (Compiler time crash: type mismatch in binary expression) | Jakub Jelinek | 1 | -1/+12 |
2017-03-17 | re PR other/80050 (gcc/genmatch.c: PVS-Studio: V590) | Richard Biener | 1 | -4/+2 |
2017-02-17 | re PR bootstrap/79567 (Compiler-warning "unknown escape sequence '\x'" about ... | Richard Biener | 1 | -0/+5 |
2017-01-03 | genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME and exprs... | Jakub Jelinek | 1 | -0/+17 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-09 | fold-const.c (tree_swap_operands_p): Remove unused arg. | Richard Biener | 1 | -1/+1 |
2016-10-18 | genmatch.c (dt_operand::gen_gimple_expr): Use get_name to get at the operand ... | Richard Biener | 1 | -3/+13 |
2016-10-13 | re PR target/77826 (ICE in decompose, at wide-int.h:928 w/ -m64 -O2 and above) | Richard Biener | 1 | -25/+125 |