1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 8b54999 Add CodeGenABITypes.h for use in LLDB. by Mark Lacey · 11 years ago
  7. 3da9a8f ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C by Fariborz Jahanian · 11 years ago
  8. 57b1da1 Clean up some Triple usage in clang. by Cameron Esfahani · 11 years ago
  9. 23bde7d Use the ugly PRIx64 macro to make format string portable. by Benjamin Kramer · 11 years ago
  10. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  11. 73c56bb In ObjC++ on legacy runtimes, push an EH cleanup as well as by John McCall · 11 years ago
  12. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  13. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  14. 0b5a483 Use the actual class visibility for the ObjC EHTYPE global, by John McCall · 11 years ago
  15. 3b1a40f CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. by Douglas Gregor · 11 years ago
  16. 961f570 [CodeGen] tighten objc ivar invariant.load attribution by Saleem Abdulrasool · 11 years ago
  17. 0609858 Properly assemble PHIs after a null-checked invoke of objc_msgSend. by John McCall · 11 years ago
  18. 8f98bf9 Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_REFERENCES in both the fragile and non-fragile API. by Michael Gottesman · 11 years ago
  19. c4c62fd Make sure that the Attribute object represents one attribute only. by Bill Wendling · 11 years ago
  20. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  21. 6a3c70e objectiveC++: When throwing c++ exception of by Fariborz Jahanian · 12 years ago
  22. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  23. 72390b3 Rename llvm::Attributes to llvm::Attribute. by Bill Wendling · 12 years ago
  24. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  25. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  26. d397cfe Reapply r170344, this time without forgetting to commit the header changes. by David Chisnall · 12 years ago
  27. e315cb3 Revert "Added support for new property helpers (GNUstep runtime)." by Benjamin Kramer · 12 years ago
  28. 648dd82 Added support for new property helpers (GNUstep runtime). by David Chisnall · 12 years ago
  29. ff685c5 objective-c blocks: Consider padding due to alignment by Fariborz Jahanian · 12 years ago
  30. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  31. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  32. 1da01d6 objective-C blocks: bring back the CharUnit patch for by Fariborz Jahanian · 12 years ago
  33. e5b4666 Back out 167431+167437+167487; I didn't realize how incomplete our test by Eli Friedman · 12 years ago
  34. 1307120 Fix a silly mistake in r167437. by Eli Friedman · 12 years ago
  35. 8cb809a Propagate CharUnits through CGObjCMac.cpp. by Eli Friedman · 12 years ago
  36. a2f9d21 Minor fix to ObjC layout bitmap metadata. Found while I was trying to by Eli Friedman · 12 years ago
  37. 38ad4f4 Propagate CharUnits into ObjC CodeGen. No intended functional change. by Eli Friedman · 12 years ago
  38. c441cd3 Fixes liftime of captured block variables in mrr mode, per John's feedback, as by Fariborz Jahanian · 12 years ago
  39. 44fcff9 objective-C mrr block. Block variable layout metadata in mrr mode. by Fariborz Jahanian · 12 years ago
  40. 00a8541 Silence -Wformat on platforms where uint64_t is unsigned long. by Matt Beaumont-Gay · 12 years ago
  41. f22ae65 objective-C block meta-data. This patch completes meta-data by Fariborz Jahanian · 12 years ago
  42. c6abe9e objective-C arc/mrr: Another patch for the new captured block variable by Fariborz Jahanian · 12 years ago
  43. c46b435 objective-C arc/mrr: Patch for the new block variable layout meta-data. by Fariborz Jahanian · 12 years ago
  44. e11dba8 Add some new types in preparation of encoding of captured block variable by Fariborz Jahanian · 12 years ago
  45. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  46. 621915c Organize and rename the magic constants for class flags. by John McCall · 12 years ago
  47. a637556 Use the Attributes::get method which takes an AttrVal value directly to simplify the code a bit. No functionality change. by Bill Wendling · 12 years ago
  48. 0d58339 Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. by Bill Wendling · 12 years ago
  49. 50e6b18 Attributes Rewrite by Bill Wendling · 12 years ago
  50. b9966bd objective-C IRgen: When sending a method to 'super' by Fariborz Jahanian · 12 years ago
  51. 603571a Remove the final bits of Attributes being declared in the Attribute by Bill Wendling · 12 years ago
  52. 25a6a84 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  53. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
  54. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  55. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  56. 31ba613 Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  57. 94be8ea Remove deprecated getNameAsCString methods. by Benjamin Kramer · 12 years ago
  58. f7226fb Add the ObjFW runtime. Patch by Jonathan Schleifer! by John McCall · 12 years ago
  59. 0f3d097 Distinguish more carefully between free functions and C++ instance methods by John McCall · 12 years ago
  60. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  61. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  62. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  63. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  64. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  65. 0982251 Add a flag to the image info section indicating that the program is compiled for by Bill Wendling · 12 years ago
  66. 50651b9 Fix a pair of invalidation bugs when emitting protocol definitions by John McCall · 12 years ago
  67. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  68. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  69. 85fdea0 Remove stray semi-colons. by Daniel Dunbar · 12 years ago
  70. 795b100 Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference. by Bill Wendling · 12 years ago
  71. cd285d0 objc IRGen: force CSE of load of ivar offsets by setting by Fariborz Jahanian · 12 years ago
  72. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 12 years ago
  73. 3973acc Use the new method for specifying garbage collection metadata in the module. by Bill Wendling · 12 years ago
  74. ba83c95 objc-arc: For arc's ivar layout, treat __unsafe_unretained ivars by Fariborz Jahanian · 12 years ago
  75. a4dc693 Remove evil const_cast that's not needed anymore. by Bill Wendling · 12 years ago
  76. 3964e62 Use SmallVector when we can instead of std::vector. by Bill Wendling · 12 years ago
  77. f978059 Switch the ObjC*Decl raw_stream overloads to take a reference, for consistency with NamedDecls. by Benjamin Kramer · 12 years ago
  78. 1e01ac4 Use SmallVector instead of std::vector. by Bill Wendling · 12 years ago
  79. bb02855 Use 'ArrayRef<>' instead of 'std::vector<>&' for passed-in arguments. by Bill Wendling · 12 years ago
  80. 13562a1 Calculate the .size() of the vector once. by Bill Wendling · 12 years ago
  81. 8b41868 simplify a bunch of code to use the well-known LLVM IR types computed by CodeGenModule. by Chris Lattner · 12 years ago
  82. 0b23971 use cheaper llvm APIs for various bits of IR generation. by Chris Lattner · 12 years ago
  83. 9401069 reapply the patches reverted in r149477, which enable ConstantDataArray. by Chris Lattner · 12 years ago
  84. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  85. 5d3a4bb Revert r149363 which was part a series of commits that were reverted in llvm by Argyrios Kyrtzidis · 12 years ago
  86. 29254f4 Support @compatibility_alias at run time (GNUstep Runtime) by David Chisnall · 12 years ago
  87. 003eff6 Don't zero terminate the bitmap twice. by Benjamin Kramer · 12 years ago
  88. ff8f9ec ConstantArray::get() (for strings) is going away, use by Chris Lattner · 12 years ago
  89. 3c52d36 test for a v-table dispatch that consumes an by Fariborz Jahanian · 12 years ago
  90. 3c267e6 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 12 years ago
  91. 4e1524b revert r149184 by Fariborz Jahanian · 13 years ago
  92. de2fdc2 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
  93. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  94. 65a1e67 Make sure to initialize ExternalProtocolPtrTy by Douglas Gregor · 13 years ago
  95. 4c86fdb Don't eagerly deserialize the 'Protocol' type when initializing code by Douglas Gregor · 13 years ago
  96. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  97. e317302 objc++: some declarations related to atomic by Fariborz Jahanian · 13 years ago
  98. 1d784b2 Introduce the core infrastructure needed to model redeclaration chains by Douglas Gregor · 13 years ago
  99. 6446c3e Mark the calls to the _setjmp function as returns twice. <rdar://problem/10492556> by Bill Wendling · 13 years ago
  100. dc8dab6 Add bigger method type encodings to protocol objects. <rdar://problem/10492418> by Bob Wilson · 13 years ago