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