]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fold-const-call.c
libgfortran: Fix up the autoreconf warnings
[thirdparty/gcc.git] / gcc / fold-const-call.c
2022-01-17  Martin LiskaRename .c files to .cc files.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-29  Richard BienerRemove unreachable gcc_unreachable () at the end of...
2021-06-09  Roger Sayle[PATCH] PR middle-end/53267: Constant fold BUILT_IN_FMOD.
2021-01-25  Jakub Jelinekfold: Fix up strn{case,}cmp folding [PR98771]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-06  Joseph Myersbuiltins: Add DFP signaling NaN built-in functions
2020-08-14  Martin SeborPR tree-optimization/78257 - missing memcmp optimizatio...
2020-05-27  Eric BotcazouAdd support for __builtin_bswap128
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-27  Tobias BurnusPR 92463 - Cleanups due to minimum MPFR version bump...
2019-08-26  Tejas JoshiBuiltin function roundeven folding implementation
2019-08-13  Richard SandifordOptimise constant IFN_WHILE_ULTs
2019-02-06  Jakub Jelinekre PR middle-end/89210 (ICE tree check: expected intege...
2019-01-07  Jakub Jelinekre PR c++/85052 (Implement support for clang's __builti...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-05-18  Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-04  Jakub Jelinekre PR tree-optimization/85466 (Performance is slow...
2018-01-13  Richard SandifordAdd support for in-order addition reduction using SVE...
2018-01-13  Richard SandifordAdd support for bitwise reductions
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-28  Michael Meissnerbuiltins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL...
2017-11-22  Richard SandifordReplace REDUC_*_EXPRs with internal functions.
2017-10-27  Michael Meissnerbuiltins.c (CASE_MATHFN_FLOATN): New helper macro to...
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-08-30  Richard Sandiford[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-07  Jakub Jelinekbuiltins.c (fold_builtin_strstr): Removed.
2016-12-06  Jakub Jelinekre PR c++/71537 (GCC rejects consetxpr boolean conversi...
2016-12-06  Jakub Jelinekre PR c++/71537 (GCC rejects consetxpr boolean conversi...
2016-11-09  Martin Liska* fold-const-call.c (fold_const_call): Fix up type...
2016-11-09  Martin LiskaFix folding of memcmp("a", "a", 2) (PR
2016-11-02  Martin LiskaFix host_size_t_cst_p predicat
2016-10-14  Martin LiskaFold __builtin_memchr function
2016-10-14  Martin LiskaFold __builtin_str{n}{case}cmp functions
2016-08-22  Joseph MyersAdd minimal _FloatN, _FloatNx built-in functions.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-22  Sujoy SaraswatiThis series of patches fix PR61441.
2015-11-17  Richard SandifordExtend fold_const_call to combined_fn
2015-11-07  Richard SandifordMove const char * -> int/fp folds to fold-const-call.c
2015-11-07  Richard SandifordMove constant bitop and bswap folds to fold-const-call.c
2015-11-07  Richard SandifordHandle constant fp classifications in fold-const-call.c
2015-11-02  Richard SandifordMove constant folds for maths functions to new file