1. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. f2941ec Only provide MS builtins when -fms-extensions is on by Reid Kleckner · 11 years ago
  5. 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
  6. 97a03cf Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it. by Eli Bendersky · 11 years ago
  7. c89f02a Disable non-standard library builtins in non-gnu language modes. by Benjamin Kramer · 11 years ago
  8. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  9. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  10. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  11. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 12 years ago
  12. 998b3d3 Allow the preprocessor to be constructed without performing target- by Douglas Gregor · 13 years ago
  13. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  14. e7e66f7 Remove unused member of Builtin::Info. by Eli Friedman · 13 years ago
  15. 26ed5f1 Test commit. by Richard Smith · 13 years ago
  16. b68e399 In C++, if the user redeclares a builtin function with a type that is by Douglas Gregor · 14 years ago
  17. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  18. bee05c1 Add builtin definition for scanf, including extending the builtin encoding to by Ted Kremenek · 14 years ago
  19. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  20. ff1d4d9 follow-on to my patch: some targets (like sparc) do not by Chris Lattner · 15 years ago
  21. 030e8fe my refactoring of builtins changed target-specific builtins to only be by Chris Lattner · 15 years ago
  22. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
  23. 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago[Renamed (97%) from lib/AST/Builtins.cpp]
  24. f6c2a2a prune #includes, Builtins.h/cpp no longer depends on libast. by Chris Lattner · 15 years ago
  25. 86df27b move GetBuiltinType from Builtin::Context to ASTContext. by Chris Lattner · 15 years ago
  26. beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  27. 4d3cbf0 Add support for LLLi -> int128 in builtins.def by Chris Lattner · 15 years ago
  28. 2deaea3 Lazy loading of builtins for precompiled headers. by Douglas Gregor · 15 years ago
  29. 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
  30. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 15 years ago
  31. 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 · 15 years ago
  32. 7644f07 wire up a new -fno-builtin option, make it control things like simplifylibcalls, by Chris Lattner · 15 years ago
  33. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 15 years ago
  34. 8a778d6 fix warning in no-assert mode. by Chris Lattner · 15 years ago
  35. b1152d8 Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro by Douglas Gregor · 15 years ago
  36. e869990 Fix pasto noticed by Anders Johnsen. by Daniel Dunbar · 15 years ago
  37. 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 15 years ago
  38. ea684e6 Fix the build on win32. by Cedric Venet · 15 years ago
  39. 370ab3f Make it possible for builtins to expression FILE* arguments, so that by Douglas Gregor · 15 years ago
  40. a316e7b Extend builtin "attribute" syntax to include a notation for by Douglas Gregor · 15 years ago
  41. 6597f98 Fix for PR3350: add special-casing for "references" to va_lists in builtins. by Eli Friedman · 15 years ago
  42. 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
  43. 7ae48ee Make llvm memory barrier available as an intrinsic by Mon P Wang · 16 years ago
  44. f77d545 Fix va_arg handling to do argument decaying at the correct place. This by Chris Lattner · 16 years ago
  45. 891ed9a Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64, by Chris Lattner · 16 years ago
  46. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  47. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from AST/Builtins.cpp]
  48. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 16 years ago
  49. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  50. 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
  51. 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
  52. 52735a0 Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on by Chris Lattner · 17 years ago
  53. 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  54. b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  55. 22b73ba Fix 80 col violations. by Chris Lattner · 17 years ago
  56. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  57. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  58. e877042 Add support for __builtin_classify_type(). This builtin function isn't "public", however by Steve Naroff · 17 years ago
  59. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago