summaryrefslogtreecommitdiffstats
path: root/lib/Basic/Builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-0/+16
* Limit types of builtins that can be redeclared.Erich Keane2018-04-161-0/+7
* [OpenMP] Implement omp_is_initial_device() as builtinJonas Hahnfeld2017-10-171-1/+2
* [OpenCL] Add half load and store builtinsJan Vesely2017-09-071-2/+7
* [OpenCL] Make OpenCL Builtins added according to the right version.Anastasia Stulova2016-07-041-1/+2
* Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-1/+2
* Revert "[OpenCL] Pipe builtin functions"David Majnemer2016-01-261-2/+1
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-1/+2
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-2/+12
* Make getTargetBuiltins return an ArrayRef instead of having two out parameter...Craig Topper2015-10-191-15/+8
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-221-3/+16
* Doxygen fix InitializeBuiltins -> initializeBuiltinsIsmail Donmez2015-09-151-1/+1
* Test commitRachel Craik2015-09-141-2/+2
* Make sure the Features field of the Builtin Info struct is always initialized...Craig Topper2015-08-071-6/+5
* Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher2015-08-061-9/+9
* 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-9/+10
* Remove unused function GetBuiltinNames.Eric Christopher2015-08-051-13/+0
* CodeGen: make target builtins support languagesSaleem Abdulrasool2014-07-021-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-05-081-3/+3
* Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...Aaron Ballman2014-01-031-28/+23
* Only provide MS builtins when -fms-extensions is onReid Kleckner2013-11-131-1/+4
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-3/+18
* Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.Eli Bendersky2013-07-111-4/+3
* Disable non-standard library builtins in non-gnu language modes.Benjamin Kramer2013-05-311-5/+4
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-6/+6
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-6/+6
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* Allow the preprocessor to be constructed without performing target-Douglas Gregor2011-09-011-2/+6
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Remove unused member of Builtin::Info.Eli Friedman2011-07-051-15/+7
* Test commit.Richard Smith2011-02-201-1/+0
* In C++, if the user redeclares a builtin function with a type that isDouglas Gregor2010-12-211-0/+4
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-301-7/+12
* Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek2010-07-161-0/+20
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+9
* follow-on to my patch: some targets (like sparc) do notChris Lattner2009-06-161-0/+2
* my refactoring of builtins changed target-specific builtins to only beChris Lattner2009-06-161-4/+5
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-141-6/+4
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-141-0/+94