]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fold-const-call.c
Update copyright years.
[thirdparty/gcc.git] / gcc / fold-const-call.c
2019-01-01  jakub Update copyright years.
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-04  jakub PR libstdc++/85466
2018-01-13  rsandifoAdd support for in-order addition reduction using SVE...
2018-01-13  rsandifoAdd support for bitwise reductions
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  jakub Update copyright years.
2017-12-28  meissner[gcc]
2017-11-22  rsandifoReplace REDUC_*_EXPRs with internal functions.
2017-10-27  meissner[gcc]
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-08-30  rsandifo[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-01-01  jakub Update copyright years.
2016-12-07  jakub * builtins.c (fold_builtin_strstr): Removed.
2016-12-06  jakub2016-12-06 Jakub Jelinek <jakub@redhat.com>
2016-12-06  jakub PR c++/71537
2016-11-09  jakub * fold-const-call.c (fold_const_call): Fix up type...
2016-11-09  marxinFix folding of memcmp("a", "a", 2) (PR
2016-11-02  marxinFix host_size_t_cst_p predicat
2016-10-14  marxinFold __builtin_memchr function
2016-10-14  marxinFold __builtin_str{n}{case}cmp functions
2016-08-22  jsm28Add minimal _FloatN, _FloatNx built-in functions.
2016-01-04  jakub Update copyright years.
2015-12-22  ssaraswatiThis series of patches fix PR61441. This patch avoids...
2015-11-17  rsandifoExtend fold_const_call to combined_fn
2015-11-07  rsandifoMove const char * -> int/fp folds to fold-const-call.c
2015-11-07  rsandifoMove constant bitop and bswap folds to fold-const-call.c
2015-11-07  rsandifoHandle constant fp classifications in fold-const-call.c
2015-11-02  rsandifoMove constant folds for maths functions to new file