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