index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
Builtins.h
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-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-03-13
wire up a new -fno-builtin option, make it control things like simplifylibcalls,
Chris Lattner
2009-02-16
Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.
Daniel Dunbar
2009-02-16
Supply the header corresponding to a library builtin as a separate argument t...
Douglas Gregor
2009-02-14
Add -ffreestanding to suppress the implicit declaration of library builtins l...
Douglas Gregor
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-02-13
Implicitly declare certain C library functions (malloc, strcpy, memmove,
Douglas Gregor
2009-01-20
Fix for PR3350: add special-casing for "references" to va_lists in
Eli Friedman
2008-10-06
Remove the 'C' / isConstantExpr flag on builtins. Code should never
Chris Lattner
2008-10-02
Add Builtins.def attribute for "can be a constant expression".
Daniel Dunbar
2008-09-28
Replace a comparison with a static list of builtins that was wrong (it
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-01
Reverted unnecessary inlining of operator!=, since negating operator== is
Ted Kremenek
2007-10-31
Implemented short-circuited version of Builtin::Info::operator!=.
Ted Kremenek
2007-08-31
add some accessors for querying attributes of builtins. Add the new 'F' attr...
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer