summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Builtins.cpp
Commit message (Expand)AuthorAgeFilesLines
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-141-94/+0
* prune #includes, Builtins.h/cpp no longer depends on libast.Chris Lattner2009-06-141-2/+0
* move GetBuiltinType from Builtin::Context to ASTContext.Chris Lattner2009-06-141-194/+0
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-1/+1
* Add support for LLLi -> int128 in builtins.defChris Lattner2009-05-071-21/+22
* Lazy loading of builtins for precompiled headers.Douglas Gregor2009-04-221-0/+18
* Reorganize built-in initialization to separate the creation of target builtin...Douglas Gregor2009-04-221-5/+6
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-1/+1
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-2/+3
* wire up a new -fno-builtin option, make it control things like simplifylibcalls,Chris Lattner2009-03-131-4/+3
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-1/+1
* fix warning in no-assert mode.Chris Lattner2009-02-191-3/+1
* Supply the header corresponding to a library builtin as a separate argument t...Douglas Gregor2009-02-161-17/+3
* Fix pasto noticed by Anders Johnsen.Daniel Dunbar2009-02-151-2/+2
* Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor2009-02-141-5/+13
* Fix the build on win32.Cedric Venet2009-02-141-4/+4
* Make it possible for builtins to expression FILE* arguments, so thatDouglas Gregor2009-02-141-6/+25
* Extend builtin "attribute" syntax to include a notation forDouglas Gregor2009-02-141-0/+35
* Fix for PR3350: add special-casing for "references" to va_lists in Eli Friedman2009-01-201-0/+17
* Don't give a default argument to ASTContext::getFunctionType for the TypeQual...Argyrios Kyrtzidis2008-10-261-1/+1
* Make llvm memory barrier available as an intrinsicMon P Wang2008-10-181-0/+4
* Fix va_arg handling to do argument decaying at the correct place. ThisChris Lattner2008-09-291-5/+9
* Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64,Chris Lattner2008-09-281-0/+3
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+195
OpenPOWER on IntegriCloud