1. 2deaea3 Lazy loading of builtins for precompiled headers. by Douglas Gregor · 15 years ago
  2. 71dfdb9 Reorganize built-in initialization to separate the creation of target builtins from marking IdentifierInfos as builtins. No functionality change by Douglas Gregor · 15 years ago
  3. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
  4. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
  5. 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 16 years ago
  6. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 16 years ago
  7. 8a778d6 fix warning in no-assert mode. by Chris Lattner · 16 years ago
  8. b1152d8 Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro by Douglas Gregor · 16 years ago
  9. e869990 Fix pasto noticed by Anders Johnsen. by Daniel Dunbar · 16 years ago
  10. 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
  11. ea684e6 Fix the build on win32. by Cedric Venet · 16 years ago
  12. 370ab3f Make it possible for builtins to expression FILE* arguments, so that by Douglas Gregor · 16 years ago
  13. a316e7b Extend builtin "attribute" syntax to include a notation for by Douglas Gregor · 16 years ago
  14. 6597f98 Fix for PR3350: add special-casing for "references" to va_lists in builtins. by Eli Friedman · 16 years ago
  15. 7fb5e48 Don't give a default argument to ASTContext::getFunctionType for the TypeQuals parameter, it causes subtle bugs where TypeQuals, while necessary, are omitted from the call. by Argyrios Kyrtzidis · 16 years ago
  16. 7ae48ee Make llvm memory barrier available as an intrinsic by Mon P Wang · 16 years ago
  17. f77d545 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 16 years ago
  18. 891ed9a Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 16 years ago
  19. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  20. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from AST/Builtins.cpp]
  21. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
  22. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  23. dd1b516 Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. by Anders Carlsson · 17 years ago
  24. 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 · 17 years ago
  25. 52735a0 Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on by Chris Lattner · 17 years ago
  26. 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  27. b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  28. 22b73ba Fix 80 col violations. by Chris Lattner · 17 years ago
  29. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  30. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  31. e877042 Add support for __builtin_classify_type(). This builtin function isn't "public", however by Steve Naroff · 17 years ago
  32. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago