Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-07 | PR c++/91678 - wrong error with decltype and location wrapper. | Marek Polacek | 1 | -0/+1 |
2019-12-05 | Check for bitwise identity when encoding VECTOR_CSTs (PR 92768) | Richard Sandiford | 1 | -3/+14 |
2019-12-04 | Fix VIEW_CONVERT_EXPRs for VECTOR_BOOLEAN_TYPE_Ps | Richard Sandiford | 1 | -69/+94 |
2019-12-02 | Tighten check for vector types in fold_convertible_p (PR 92741) | Richard Sandiford | 1 | -1/+6 |
2019-11-18 | Handle VIEW_CONVERT_EXPR for variable-length vectors | Richard Sandiford | 1 | -9/+130 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -6/+6 |
2019-11-07 | Add CONSTRUCTOR_NO_CLEARING to operand_equal_p. | Martin Liska | 1 | -0/+4 |
2019-11-05 | Remove FIELD_DECL leftover. | Martin Liska | 1 | -4/+0 |
2019-11-04 | Fix hash_operand for fields of a CONSTRUCTOR. | Martin Liska | 1 | -0/+3 |
2019-10-30 | Come up with an abstraction. | Martin Liska | 1 | -22/+341 |
2019-10-30 | operand_equal_p: add support for OBJ_TYPE_REF. | Martin Liska | 1 | -0/+18 |
2019-10-12 | re PR middle-end/92063 (ICE in operation_could_trap_p, at tree-eh.c:2528 when... | Jakub Jelinek | 1 | -2/+1 |
2019-09-02 | re PR go/91617 (Many go test case failures after r275026) | Jakub Jelinek | 1 | -6/+4 |
2019-08-26 | Builtin function roundeven folding implementation | Tejas Joshi | 1 | -0/+6 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -1/+2 |
2019-08-07 | Replace int with boolean in predicate functions. | Martin Liska | 1 | -74/+74 |
2019-08-05 | re PR tree-optimization/91169 (cd2a31a FAILs) | Richard Biener | 1 | -15/+38 |
2019-07-25 | Come up with function_decl_type and use it in tree_function_decl. | Martin Liska | 1 | -1/+1 |
2019-07-12 | fold-const.h (get_array_ctor_element_at_index): Adjust. | Richard Biener | 1 | -8/+28 |
2019-07-10 | Fix folding of vector EQ/NE | Richard Sandiford | 1 | -3/+11 |
2019-06-11 | fold_real_zero_addition_p for vectors | Marc Glisse | 1 | -6/+11 |
2019-06-05 | fold-const.c (extract_muldiv_1): Do not distribute a multiplication by a powe... | Eric Botcazou | 1 | -8/+14 |
2019-06-03 | Fix typo in index comparison of CONSTRUCTOR. | Martin Liska | 1 | -2/+2 |
2019-05-21 | re PR tree-optimization/90510 (Unnecessary permutation) | Richard Biener | 1 | -0/+22 |
2019-05-20 | gimple-match-head.c: Include vec-perm-indices.h. | Richard Biener | 1 | -57/+6 |
2019-04-18 | Fix UB in int_const_binop | Richard Sandiford | 1 | -10/+10 |
2019-03-25 | re PR middle-end/89790 (ICE segfault in operand_equal_p() at fold-const.c:300... | Richard Biener | 1 | -0/+5 |
2019-03-21 | re PR middle-end/89779 (internal compiler error: tree check: expected class �... | Richard Biener | 1 | -5/+0 |
2019-03-15 | re PR c++/89709 (ICE with constexpr and "-O") | Jakub Jelinek | 1 | -3/+3 |
2019-03-14 | re PR c++/89698 (Run-time error due to optimization of field access after cas... | Richard Biener | 1 | -4/+10 |
2019-03-05 | re PR bootstrap/89560 (ICE In function 'rtx_def* gen_vec_extract_lo_v64qi(rtx... | Jakub Jelinek | 1 | -11/+17 |
2019-03-01 | re PR middle-end/89503 (Checking ICE in 'gcc.dg/warn-strlen-no-nul.c') | Jakub Jelinek | 1 | -0/+9 |
2019-02-21 | re PR middle-end/89091 (ICE: Segmentation fault (in tree_class_check)) | Jakub Jelinek | 1 | -4/+7 |
2019-02-14 | re PR tree-optimization/89314 (ICE in wide_int_to_tree_1, at tree.c:1561) | Jakub Jelinek | 1 | -6/+10 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 1 | -4/+13 |
2018-12-01 | re PR testsuite/85368 (phi-opt-11 test fails on IBM Z) | Jakub Jelinek | 1 | -7/+14 |
2018-10-17 | re PR middle-end/87623 (bytes swapped in register when comparing cause fail w... | Eric Botcazou | 1 | -2/+3 |
2018-10-17 | bitmap.c (bitmap_head::dump): New. | Aldy Hernandez | 1 | -1/+1 |
2018-10-02 | No a*x+b*x factorization for signed vectors | Marc Glisse | 1 | -1/+1 |
2018-09-14 | re PR middle-end/87188 (Function pointer canonicalization optimized away) | John David Anglin | 1 | -2/+2 |
2018-09-13 | builtins.h (c_srlen): Add argument. | Martin Sebor | 1 | -0/+4 |
2018-09-13 | builtins.c (c_strlen): Handle not zero terminated STRING_CSTs correctly. | Bernd Edlinger | 1 | -34/+25 |
2018-09-13 | * fold-const.c (c_getstr): Clamp STRING_LENGTH to STRING_SIZE. | Bernd Edlinger | 1 | -0/+4 |
2018-09-13 | re PR tree-optimization/87287 (Move signed (x % pow2) == 0 optimization to gi... | Jakub Jelinek | 1 | -22/+0 |
2018-09-12 | re PR middle-end/87248 (Bad code for masked operations involving signed ints) | Jakub Jelinek | 1 | -3/+9 |
2018-08-29 | re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer) | Martin Sebor | 1 | -2/+2 |