summaryrefslogtreecommitdiff
path: root/gcc/builtins.def
Commit message (Expand)AuthorAgeFilesLines
* Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]Jakub Jelinek2023-02-021-0/+1
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* builtins: Add various complex builtins for _Float{16,32,64,128,32x,64x,128x}Jakub Jelinek2022-10-311-0/+31
* builtins: Add __builtin_nextafterf16b builtinJakub Jelinek2022-10-311-0/+1
* builtins: Add various __builtin_*f{16,32,64,128,32x,64x,128x} builtinsJakub Jelinek2022-10-311-4/+87
* middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek2022-10-141-0/+1
* c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek2022-09-271-3/+2
* Implement __builtin_issignalingJakub Jelinek2022-08-261-0/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* __builtin_dynamic_object_size: Recognize builtinSiddhesh Poyarekar2021-12-171-0/+1
* Don't consider '-foffload-abi' in 'DEF_GOACC_BUILTIN', 'DEF_GOMP_BUILTIN'Thomas Schwinge2021-08-091-6/+2
* Remove BRIG front-end.Martin Liska2021-05-111-43/+0
* 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