aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Builtins.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-04[OpenCL] Make OpenCL Builtins added according to the right version.Anastasia Stulova1-1/+2
2016-01-26Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan1-1/+2
2016-01-26Revert "[OpenCL] Pipe builtin functions"David Majnemer1-2/+1
2016-01-26[OpenCL] Pipe builtin functionsXiuli Pan1-1/+2
2016-01-06[Driver] Add support for -fno-builtin-foo options.Chad Rosier1-2/+12
2015-10-19Make getTargetBuiltins return an ArrayRef instead of having two out parameter...Craig Topper1-15/+8
2015-09-22[CUDA] Allow parsing of host and device code simultaneously.Artem Belevich1-3/+16
2015-09-15Doxygen fix InitializeBuiltins -> initializeBuiltinsIsmail Donmez1-1/+1
2015-09-14Test commitRachel Craik1-2/+2
2015-08-07Make sure the Features field of the Builtin Info struct is always initialized...Craig Topper1-6/+5
2015-08-06Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher1-9/+9
2015-08-05Remove unused header includes.Eric Christopher1-1/+0
2015-08-05Rename builtin_lang -> Langs to match the rest of the code a bit better.Eric Christopher1-9/+10
2015-08-05Remove unused function GetBuiltinNames.Eric Christopher1-13/+0
2014-07-02CodeGen: make target builtins support languagesSaleem Abdulrasool1-1/+1
2014-05-08[C++11] Use 'nullptr'.Craig Topper1-3/+3
2014-01-03Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...Aaron Ballman1-28/+23
2013-11-13Only provide MS builtins when -fms-extensions is onReid Kleckner1-1/+4
2013-07-23Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky1-3/+18
2013-07-11Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.Eli Bendersky1-4/+3
2013-05-31Disable non-standard library builtins in non-gnu language modes.Benjamin Kramer1-5/+4
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling1-6/+6
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-6/+6
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer1-0/+1
2011-09-01Allow the preprocessor to be constructed without performing target-Douglas Gregor1-2/+6
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2011-07-05Remove unused member of Builtin::Info.Eli Friedman1-15/+7
2011-02-20Test commit.Richard Smith1-1/+0
2010-12-21In C++, if the user redeclares a builtin function with a type that isDouglas Gregor1-0/+4
2010-11-30Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian1-7/+12
2010-07-16Add builtin definition for scanf, including extending the builtin encoding toTed Kremenek1-0/+20
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-9/+9
2009-06-16follow-on to my patch: some targets (like sparc) do notChris Lattner1-0/+2
2009-06-16my refactoring of builtins changed target-specific builtins to only beChris Lattner1-4/+5
2009-06-14Sink the BuiltinInfo object from ASTContext into theChris Lattner1-6/+4
2009-06-14move the various builtins stuff from libast to libbasic. ThisChris Lattner1-0/+94