summaryrefslogtreecommitdiff
path: root/gcc/builtins.def
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libsanitizer: mid-end: Introduce stack variable handling for HWASANMatthew Malcomson2020-11-251-0/+1
* c++: Add __builtin_clear_padding builtin - C++20 P0528R3 compiler side [PR88101]Jakub Jelinek2020-11-201-0/+1
* builtins: Add DFP signaling NaN built-in functionsJoseph Myers2020-11-061-0/+3
* Fix fnspec of math builtinsJan Hubicka2020-10-271-2/+3
* Extend builtin fnspecsJan Hubicka2020-10-261-14/+14
* [nvptx] Add type arg to TARGET_LIBC_HAS_FUNCTIONTom de Vries2020-09-301-6/+14
* Removal of HSA offloading from gcc and libgompMartin Jambor2020-08-031-16/+0
* Add support for __builtin_bswap128Eric Botcazou2020-05-281-0/+2
* Improve DSE which in turn eliminates the need for jump threading and block du...Jeff Law2020-01-291-1/+1
* [C++ coroutines] Initial implementation.Iain Sandoe2020-01-181-0/+9
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Mark C2x built-in functions as such.Joseph Myers2019-10-041-14/+21
* PR tree-optimization/80936 - bcmp, bcopy, and bzero not declared nonnullMartin Sebor2019-10-021-5/+3
* Builtin function roundeven folding implementationTejas Joshi2019-08-261-0/+6
* Add warn_unused_result for malloc-like functions (PR tree-optimization/78902).Martin Liska2019-06-071-7/+7
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Introduce __builtin_expect_with_probability (PR target/83610).Martin Liska2018-08-101-0/+1
* Add __builtin_speculation_safe_valueRichard Earnshaw2018-07-311-0/+22
* PR tree-optimization/81384 - built-in form of strnlen missingMartin Sebor2018-06-181-0/+1
* Remove MPXMartin Liska2018-06-081-44/+16
* 2nd Patch for PR78009Qing Zhao2018-05-311-0/+5
* [openacc] Add __builtin_goacc_parlevel_{id,size}Tom de Vries2018-05-021-0/+4
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* builtins.def: (_Float<N> and _Float<N>X BUILT_IN_CEIL): Add _Float<N> and _Fl...Michael Meissner2017-12-281-0/+18
* builtins.def (BUILT_IN_NEXTAFTER, [...]): Use ATTR_MATHFN_ERRNO instead of AT...Jakub Jelinek2017-12-121-6/+6
* Remove Cilk Plus support.Julia Koval2017-11-281-19/+0
* builtins.def (DEF_FLOATN_BUILTIN): Change most _Float<N> and _Float<N>X built...Michael Meissner2017-10-311-11/+19
* builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner2017-10-271-3/+30
* asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou2017-10-191-0/+1
* * builtins.def (BUILT_IN_SETJMP): Revert latest change.Eric Botcazou2017-10-081-4/+0
* builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead of GCC bui...Eric Botcazou2017-10-071-0/+4
* fenv.h builtinsMarc Glisse2017-06-271-0/+11
* Implement no_sanitize function attributeMartin Liska2017-06-131-1/+2
* builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.Jan Hubicka2017-06-091-3/+3
* Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina2017-06-091-2/+0
* re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina2017-06-081-0/+2
* * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.Andreas Schwab2017-04-051-1/+1
* re PR middle-end/80020 (gcc confused about aligned_alloc argument order)Martin Sebor2017-03-141-1/+1
* Brig front-endPekka Jääskeläinen2017-01-241-0/+43
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* PR c/78673 - sprintf missing attribute nonnull on destination argumentMartin Sebor2016-12-141-10/+11
* PR c/78668 - aligned_alloc, realloc, et al. missing attribute alloc_sizeMartin Sebor2016-12-041-5/+5
* backport: hsa-builtins.def: New file.Martin Jambor2016-11-231-0/+16
* re PR tree-optimization/78154 (memcpy et al can be assumed to return non-null)Richard Biener2016-11-231-14/+14
* re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger2016-11-211-3/+3
* re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou2016-10-161-0/+2
* Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers2016-08-221-0/+27
* 016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger2016-07-211-1/+1
* PR c/71392 - SEGV calling integer overflow built-ins with a null pointerMartin Sebor2016-06-101-21/+21