summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Builtins.h
Commit message (Expand)AuthorAgeFilesLines
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-31/+31
* [Builtins] Fix typos in a comment. NFCCraig Topper2018-04-251-1/+1
* Limit types of builtins that can be redeclared.Erich Keane2018-04-161-0/+11
* [OpenMP] Implement omp_is_initial_device() as builtinJonas Hahnfeld2017-10-171-0/+1
* [OpenCL] Add half load and store builtinsJan Vesely2017-09-071-2/+4
* Revert "Change Builtins name to be stored as StringRef instead of raw pointer...Mehdi Amini2016-10-111-3/+2
* Change Builtins name to be stored as StringRef instead of raw pointers (NFC)Mehdi Amini2016-10-101-2/+3
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-141-0/+7
* Reverse commit 281375 (breaks building Chromium)Albert Gutowski2016-09-131-7/+0
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-131-0/+7
* [OpenCL] Make OpenCL Builtins added according to the right version.Anastasia Stulova2016-07-041-1/+1
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-011-1/+4
* Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman2016-05-041-2/+7
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-131-7/+2
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-131-2/+7
* [OpenCL] Refine pipe builtin supportXiuli Pan2016-03-041-6/+6
* Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-0/+1
* Revert "[OpenCL] Pipe builtin functions"David Majnemer2016-01-261-1/+0
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-0/+1
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-0/+4
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+7
* Make getTargetBuiltins return an ArrayRef instead of having two out parameter...Craig Topper2015-10-191-8/+7
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-221-2/+19
* [CUDA] Add appropriate host/device attribute to builtins.Artem Belevich2015-09-221-0/+5
* Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins."Artem Belevich2015-08-201-5/+0
* [CUDA] Add appropriate host/device attribute to builtins.Artem Belevich2015-08-191-0/+5
* Continue the work from r243908 by adding a Features field to Builtin::InfoEric Christopher2015-08-061-0/+5
* Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher2015-08-061-37/+37
* Remove unused header includes.Eric Christopher2015-08-051-1/+0
* Rename builtin_lang -> Langs to match the rest of the code a bit better.Eric Christopher2015-08-051-1/+1
* Remove unused function GetBuiltinNames.Eric Christopher2015-08-051-3/+0
* Remove unused comparison operators from the Builtin Info struct.Eric Christopher2015-08-051-7/+0
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Sema: Accept pointers to any address space for builtin functionsTom Stellard2015-03-311-0/+6
* Basic: clean up bleeding whitespaceSaleem Abdulrasool2014-12-171-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-10/+10
* Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...Aaron Ballman2014-01-031-0/+4
* Only provide MS builtins when -fms-extensions is onReid Kleckner2013-11-131-1/+3
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+4
* Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.Eli Bendersky2013-07-111-3/+2
* Allow clang to build __clear_cache on ARM.Rafael Espindola2013-06-131-0/+7
* Disable non-standard library builtins in non-gnu language modes.Benjamin Kramer2013-05-311-4/+6
* Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith2013-01-171-0/+6
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-10/+10
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-10/+10
* Documentation cleanup:James Dennett2012-07-021-13/+13
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-4/+5
* Add returns_twice to functions that are known to return twice. This implementsRafael Espindola2011-10-121-0/+5