summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Builtins.def
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-0/+5
* Support MS builtins using 'long' on LP64 platformsBruno Cardoso Lopes2017-06-211-15/+16
* [XRay] Add __xray_customeevent(...) as a clang-supported builtinDean Michael Berris2017-05-091-0/+3
* Implement _interlockedbittestandset as a builtinHans Wennborg2017-04-071-0/+1
* Revert r298491 and r298494 which changed Clang's handling of 'nonnull'Chandler Carruth2017-03-241-33/+27
* [X86] Implement __readgsqword (and the rest) as builtins (PR32373)Hans Wennborg2017-03-221-1/+0
* [nonnull] Teach Clang to attach the nonnull LLVM attribute toChandler Carruth2017-03-221-27/+33
* [coroutines] update coro_end builtin to match llvmGor Nishanov2017-03-071-1/+1
* Declare lgamma library builtins as never being constJacob Gravelle2017-02-211-3/+5
* [MS] Implement the __fastfail intrinsic as a builtinReid Kleckner2017-02-091-0/+1
* P0426: Make the library implementation of constexpr char_traits a little easierRichard Smith2017-01-201-0/+1
* Fix completely bogus types for some builtins:Richard Smith2016-12-191-2/+2
* Support constant expression evaluation for wchar_t versions of simple stringRichard Smith2016-11-291-0/+16
* Add support for __builtin_alloca_with_alignDavid Majnemer2016-10-311-0/+1
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-0/+4
* Revert "Add support for __builtin_os_log_format[_buffer_size]"Mehdi Amini2016-10-241-4/+0
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-0/+4
* __builtin_fpclassify missing one int parameterDavid Sheinkman2016-10-141-1/+1
* Implement MS _ReturnAddress and _AddressOfReturnAddress intrinsicsAlbert Gutowski2016-10-131-0/+1
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-031-0/+16
* Builtins.def: Explicitly undef finitef, to appease mingw. It defines finitef ...NAKAMURA Takumi2016-09-151-0/+4
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-141-0/+7
* Convert finite to builtinDehao Chen2016-09-141-0/+8
* Temporary fix for MS _Interlocked intrinsicsAlbert Gutowski2016-09-131-8/+0
* Reverse commit 281375 (breaks building Chromium)Albert Gutowski2016-09-131-7/+0
* Add bunch of _Interlocked builtinsAlbert Gutowski2016-09-131-6/+35
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-131-0/+7
* Implement MS _rot intrinsicsAlbert Gutowski2016-09-081-0/+10
* [OpenCL] An implementation of device side enqueue (DSE) from OpenCL v2.0 s6.1...Anastasia Stulova2016-07-051-0/+6
* [OpenCL] Make OpenCL Builtins added according to the right version.Anastasia Stulova2016-07-041-19/+19
* [Builtin] Make __builtin_thread_pointer target-independent.Marcin Koscielnicki2016-06-161-0/+1
* [Title] Revert test commitTaewook Oh2016-06-031-1/+0
* Test commit Taewook Oh2016-06-031-0/+1
* [OpenCL] Add to_{global|local|private} builtin functions.Yaxun Liu2016-05-201-0/+5
* Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman2016-05-041-0/+17
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-131-17/+0
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-131-0/+17
* Add missing __builtin_bitreverse8Matt Arsenault2016-03-231-0/+1
* Add __builtin_canonicalizeMatt Arsenault2016-02-271-0/+5
* Add builtins for bitreverse intrinsicMatt Arsenault2016-02-031-0/+4
* Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-0/+26
* Revert "[OpenCL] Pipe builtin functions"David Majnemer2016-01-261-26/+0
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-0/+26
* Add support for __builtin_{add,sub,mul}_overflow.John McCall2015-10-291-0/+3
* Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.Michael Zolotukhin2015-09-081-0/+4
* add __builtin_unpredictable and convert to metadataSanjay Patel2015-09-021-0/+1
* Add some missing 'F' flags to libm/libc builtins.Charlie Turner2015-07-201-20/+20
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-0/+4
* Sema: Accept pointers to any address space for builtin functionsTom Stellard2015-03-311-1/+2
* MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer2015-03-131-0/+1