summaryrefslogtreecommitdiff
path: root/gcc/builtins.def
AgeCommit message (Expand)Author
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor
2020-05-28Add support for __builtin_bswap128Eric Botcazou
2020-01-29Improve DSE which in turn eliminates the need for jump threading and block du...Jeff Law
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe
2020-01-01Update copyright years.Jakub Jelinek
2019-10-04Mark C2x built-in functions as such.Joseph Myers
2019-10-02PR tree-optimization/80936 - bcmp, bcopy, and bzero not declared nonnullMartin Sebor
2019-08-26Builtin function roundeven folding implementationTejas Joshi
2019-06-07Add warn_unused_result for malloc-like functions (PR tree-optimization/78902).Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-08-10Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska
2018-07-31Add __builtin_speculation_safe_valueRichard Earnshaw
2018-06-18PR tree-optimization/81384 - built-in form of strnlen missingMartin Sebor
2018-06-08Remove MPXMartin Liska
2018-05-312nd Patch for PR78009Qing Zhao
2018-05-02[openacc] Add __builtin_goacc_parlevel_{id,size}Tom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-12-28builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...Michael Meissner
2017-12-12builtins.def (BUILT_IN_NEXTAFTER, [...]): Use ATTR_MATHFN_ERRNO instead of AT...Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-10-31builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-10-08* builtins.def (BUILT_IN_SETJMP): Revert latest change.Eric Botcazou
2017-10-07builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead of GCC bui...Eric Botcazou
2017-06-27fenv.h builtinsMarc Glisse
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-06-09builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.Jan Hubicka
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina
2017-04-05* builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.Andreas Schwab
2017-03-14re PR middle-end/80020 (gcc confused about aligned_alloc argument order)Martin Sebor
2017-01-24Brig front-endPekka Jääskeläinen
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14PR c/78673 - sprintf missing attribute nonnull on destination argumentMartin Sebor
2016-12-04PR c/78668 - aligned_alloc, realloc, et al. missing attribute alloc_sizeMartin Sebor
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor
2016-11-23re PR tree-optimization/78154 (memcpy et al can be assumed to return non-null)Richard Biener
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou
2016-08-22Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers
2016-07-21016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2016-06-10PR c/71392 - SEGV calling integer overflow built-ins with a null pointerMartin Sebor
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor
2016-06-03re PR tree-optimization/52171 (memcmp/strcmp/strncmp can be optimized when th...Bernd Schmidt
2016-01-04Update copyright years.Jakub Jelinek
2015-12-04Add fuzzing coverage supportDmitry Vyukov
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford
2015-11-07Don't treat rint as setting errnoRichard Sandiford
2015-11-03OpenACC atomic directiveThomas Schwinge