Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5c38b6388dc44dcb8467a9e0f22d93db7221717e
/
lib
/
AST
/
Builtins.cpp
891ed9a
Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64,
by Chris Lattner
· 17 years ago
e91593e
More #include cleaning
by Daniel Dunbar
· 17 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from AST/Builtins.cpp]
42e6737
Remove the first layer of support for "portability" warnings. This is
by Chris Lattner
· 17 years ago
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 18 years ago
dd1b516
Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc.
by Anders Carlsson
· 18 years ago
142f36d
Add builtin type signature support for vector types. Add correct type signatures for a bunch of MMX builtins. We now parse all the intrinsics in mmintrin.h
by Anders Carlsson
· 18 years ago
52735a0
Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on
by Chris Lattner
· 18 years ago
793680e
Generate code for va_start and va_end.
by Anders Carlsson
· 18 years ago
b2cf357
Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions.
by Anders Carlsson
· 18 years ago
22b73ba
Fix 80 col violations.
by Chris Lattner
· 18 years ago
c7229c3
move IdentifierTable.h from liblex to libbasic.
by Chris Lattner
· 18 years ago
71993dd
Add initial support for constant CFStrings.
by Anders Carlsson
· 18 years ago
e877042
Add support for __builtin_classify_type(). This builtin function isn't "public", however
by Steve Naroff
· 18 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago