aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Builtins.cpp
AgeCommit message (Expand)Author
2009-06-14move the various builtins stuff from libast to libbasic. ThisChris Lattner
2009-06-14prune #includes, Builtins.h/cpp no longer depends on libast.Chris Lattner
2009-06-14move GetBuiltinType from Builtin::Context to ASTContext.Chris Lattner
2009-05-21Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad
2009-05-07Add support for LLLi -> int128 in builtins.defChris Lattner
2009-04-22Lazy loading of builtins for precompiled headers.Douglas Gregor
2009-04-22Reorganize built-in initialization to separate the creation of target builtin...Douglas Gregor
2009-04-09Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl
2009-03-13wire up a new -fno-builtin option, make it control things like simplifylibcalls,Chris Lattner
2009-02-26Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor
2009-02-19fix warning in no-assert mode.Chris Lattner
2009-02-16Supply the header corresponding to a library builtin as a separate argument t...Douglas Gregor
2009-02-15Fix pasto noticed by Anders Johnsen.Daniel Dunbar
2009-02-14Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor
2009-02-14Fix the build on win32.Cedric Venet
2009-02-14Make it possible for builtins to expression FILE* arguments, so thatDouglas Gregor
2009-02-14Extend builtin "attribute" syntax to include a notation forDouglas Gregor
2009-01-20Fix for PR3350: add special-casing for "references" to va_lists in Eli Friedman
2008-10-26Don't give a default argument to ASTContext::getFunctionType for the TypeQual...Argyrios Kyrtzidis
2008-10-18Make llvm memory barrier available as an intrinsicMon P Wang
2008-09-29Fix va_arg handling to do argument decaying at the correct place. ThisChris Lattner
2008-09-28Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64,Chris Lattner
2008-08-11More #include cleaningDaniel Dunbar
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner