Age | Commit message (Expand) | Author | Files | Lines |
2021-01-25 | fold: Fix up strn{case,}cmp folding [PR98771] | Jakub Jelinek | 1 | -12/+10 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-06 | builtins: Add DFP signaling NaN built-in functions | Joseph Myers | 1 | -0/+3 |
2020-08-14 | PR tree-optimization/78257 - missing memcmp optimization with constant arrays | Martin Sebor | 1 | -3/+3 |
2020-05-28 | Add support for __builtin_bswap128 | Eric Botcazou | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-27 | PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0 | Tobias Burnus | 1 | -23/+23 |
2019-08-26 | Builtin function roundeven folding implementation | Tejas Joshi | 1 | -5/+18 |
2019-08-13 | Optimise constant IFN_WHILE_ULTs | Richard Sandiford | 1 | -0/+38 |
2019-02-06 | re PR middle-end/89210 (ICE tree check: expected integer_cst, have real_cst i... | Jakub Jelinek | 1 | -1/+10 |
2019-01-07 | re PR c++/85052 (Implement support for clang's __builtin_convertvector) | Jakub Jelinek | 1 | -0/+38 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-05-18 | Replace FMA_EXPR with one internal fn per optab | Richard Sandiford | 1 | -17/+20 |
2018-05-04 | re PR tree-optimization/85466 (Performance is slow when doing 'branchless' co... | Jakub Jelinek | 1 | -3/+62 |
2018-01-13 | Add support for in-order addition reduction using SVE FADDA | Richard Sandiford | 1 | -0/+25 |
2018-01-13 | Add support for bitwise reductions | Richard Sandiford | 1 | -0/+9 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -3/+4 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-28 | builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl... | Michael Meissner | 1 | -0/+4 |
2017-11-22 | Replace REDUC_*_EXPRs with internal functions. | Richard Sandiford | 1 | -0/+28 |
2017-10-27 | builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct... | Michael Meissner | 1 | -0/+5 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 1 | -5/+7 |
2017-08-30 | [34/77] Add a SCALAR_INT_TYPE_MODE macro | Richard Sandiford | 1 | -2/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-07 | builtins.c (fold_builtin_strstr): Removed. | Jakub Jelinek | 1 | -0/+16 |
2016-12-06 | re PR c++/71537 (GCC rejects consetxpr boolean conversions and comparisons on... | Jakub Jelinek | 1 | -54/+46 |
2016-12-06 | re PR c++/71537 (GCC rejects consetxpr boolean conversions and comparisons on... | Jakub Jelinek | 1 | -0/+25 |
2016-11-09 | * fold-const-call.c (fold_const_call): Fix up type of s0 and s1. | Martin Liska | 1 | -1/+2 |
2016-11-09 | Fix folding of memcmp("a", "a", 2) (PR | Martin Liska | 1 | -5/+5 |
2016-11-02 | Fix host_size_t_cst_p predicat | Martin Liska | 1 | -1/+3 |
2016-10-14 | Fold __builtin_memchr function | Martin Liska | 1 | -0/+31 |
2016-10-14 | Fold __builtin_str{n}{case}cmp functions | Martin Liska | 1 | -8/+37 |
2016-08-22 | Add minimal _FloatN, _FloatNx built-in functions. | Joseph Myers | 1 | -0/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-22 | This series of patches fix PR61441. | Sujoy Saraswati | 1 | -1/+19 |
2015-11-17 | Extend fold_const_call to combined_fn | Richard Sandiford | 1 | -140/+138 |
2015-11-07 | Move const char * -> int/fp folds to fold-const-call.c | Richard Sandiford | 1 | -13/+142 |
2015-11-07 | Move constant bitop and bswap folds to fold-const-call.c | Richard Sandiford | 1 | -0/+76 |
2015-11-07 | Handle constant fp classifications in fold-const-call.c | Richard Sandiford | 1 | -0/+25 |
2015-11-02 | Move constant folds for maths functions to new file | Richard Sandiford | 1 | -0/+1259 |