1. 176edba Update aosp/master Clang for rebase to r222490. 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. 8b54999 Add CodeGenABITypes.h for use in LLDB. by Mark Lacey · 11 years ago
  5. c53143c Fix build breakage, missed committing a chunk of a patch. by Nick Lewycky · 11 years ago
  6. 4ee7dc2 Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs by Nick Lewycky · 11 years ago
  7. 5d4a755 No functionality change. Reflow lines that could fit on one line. Break lines by Nick Lewycky · 11 years ago
  8. c3030bc Simplify/clean up debug info suppression in CodeGenFunction by David Blaikie · 11 years ago
  9. f5ebf9b Correctly emit certain implicit references to 'self' even within a lambda. by John McCall · 11 years ago
  10. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  11. b57f6b3 objc_autoreleasePoolPop() can throw if a -dealloc does. by John McCall · 11 years ago
  12. 527842f Protect the values of array and dictionary literals from the by John McCall · 11 years ago
  13. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  14. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  15. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  16. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 11 years ago
  17. b6a6079 Under ARC, when we're passing the address of a strong variable by John McCall · 11 years ago
  18. 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 11 years ago
  19. 9d232c8 Change hasAggregateLLVMType, which conflates complex and by John McCall · 11 years ago
  20. 76ecdfc Remove temporary std::vectors that ca be replaced with ArrayRef's magic. by Benjamin Kramer · 11 years ago
  21. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 11 years ago
  22. 72dcecc In ARC, emit non-peepholed +1s within the full-expression instead by John McCall · 11 years ago
  23. cfe18a1 Fixed another whitespace issue... *sigh*. by Michael Gottesman · 11 years ago
  24. db99e8b Fixed whitespace. by Michael Gottesman · 11 years ago
  25. 554b07d On platforms which do not support ARC natively, do not mark objc_retain/objc_release as "nonlazybind". by Michael Gottesman · 11 years ago
  26. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  27. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  28. 72390b3 Rename llvm::Attributes to llvm::Attribute. by Bill Wendling · 12 years ago
  29. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  30. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  31. 15cc355 Remove obsolete FIXMEs. by David Chisnall · 12 years ago
  32. 90f6926 Inline hasAtomicCopyHelperAPI. by Rafael Espindola · 12 years ago
  33. d397cfe Reapply r170344, this time without forgetting to commit the header changes. by David Chisnall · 12 years ago
  34. e315cb3 Revert "Added support for new property helpers (GNUstep runtime)." by Benjamin Kramer · 12 years ago
  35. 648dd82 Added support for new property helpers (GNUstep runtime). by David Chisnall · 12 years ago
  36. df76f1e Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue by Chad Rosier · 12 years ago
  37. aa01466 Don't crash synthesizing an ObjC property with an empty struct type. <rdar://problem/12547611>. by Eli Friedman · 12 years ago
  38. 015f33b At -O0, prefer objc_storeStrong with a null new value to the by John McCall · 12 years ago
  39. a240df2 Transform pattern: by Alexey Samsonov · 12 years ago
  40. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  41. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  42. fac6310 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. by Bill Wendling · 12 years ago
  43. 25a6a84 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  44. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  45. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  46. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  47. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  48. d64c2eb Fix a pair of bugs relating to properties in ARC. by John McCall · 12 years ago
  49. c343dd8 objc-arc: set nonlazybind attribute on objc_retain/ by Fariborz Jahanian · 12 years ago
  50. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  51. 0f3d097 Distinguish more carefully between free functions and C++ instance methods by John McCall · 12 years ago
  52. 9d96e9c Documentation cleanup: Escape @objc* in Doxygen comments. by James Dennett · 12 years ago
  53. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  54. 2ee5ba3 Documentation cleanup: by James Dennett · 12 years ago
  55. 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 12 years ago
  56. 52c18b0 objective-c IRGen. Fixes a getter synthesis bug by Fariborz Jahanian · 12 years ago
  57. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  58. b92bd4b These functions too have no prototypes. Audited the rest of Sema for by Eric Christopher · 12 years ago
  59. ea32047 Change location information for synthesized properties to be at the by Eric Christopher · 12 years ago
  60. 96579c4 Revert previous commit changing location information to see if this by Eric Christopher · 12 years ago
  61. 7435054 Change location information for synthesized properties to be at the by Eric Christopher · 12 years ago
  62. 649b4a1 Revert r153613 as it's causing large compile-time regressions on the nightly testers. by Chad Rosier · 12 years ago
  63. 16098f3 Tidy. by Eric Christopher · 12 years ago
  64. 57cd1b8 When we can't prove that the target of an aggregate copy is by John McCall · 12 years ago
  65. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  66. 4e494cf Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  67. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 12 years ago
  68. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  69. 8c72a7d Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name says. by Eli Friedman · 12 years ago
  70. cae40c4 Implement IRGen for the retain-autorelease in the lambda conversion-to-block-pointer outside of ARC. Testcases coming up soon. by Eli Friedman · 12 years ago
  71. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 12 years ago
  72. 5b9cc5d Represent C++ direct initializers as ParenListExprs before semantic analysis by Sebastian Redl · 12 years ago
  73. 8b41868 simplify a bunch of code to use the well-known LLVM IR types computed by CodeGenModule. by Chris Lattner · 12 years ago
  74. 4e1524b revert r149184 by Fariborz Jahanian · 13 years ago
  75. de2fdc2 objc-arc: Perform null check on receiver before sending methods which by Fariborz Jahanian · 13 years ago
  76. 516bbd4 Use function pointers, rather than references, to pass Destroyers by Peter Collingbourne · 13 years ago
  77. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 13 years ago
  78. 20abee6 objc++: patch for IRgen for atomic properties of by Fariborz Jahanian · 13 years ago
  79. b08cfb3 objc++: more atomic property api code for c++ object properties. wip. by Fariborz Jahanian · 13 years ago
  80. b6e5fe3 objc++: More codegen stuff for atomic properties of c++ objects by Fariborz Jahanian · 13 years ago
  81. cd93b96 objc++: more code gen stuff for atomic property api, by Fariborz Jahanian · 13 years ago
  82. 84e4986 objc++: sythesize a helper function to be used by Fariborz Jahanian · 13 years ago
  83. c3953aa Fixes a code gen bug for setter code for a property of by Fariborz Jahanian · 13 years ago
  84. 6da2c71 Switch LValue so that it exposes alignment in CharUnits. (No functional change.) by Eli Friedman · 13 years ago
  85. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  86. 7864435 Rip out CK_GetObjCProperty. by John McCall · 13 years ago
  87. db45806 Rip the ObjCPropertyRef l-value kind out of IR-generation. by John McCall · 13 years ago
  88. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  89. 1d236ab Replace vectors with arrays. by Benjamin Kramer · 13 years ago
  90. 73fb350 Recommit: by Eric Christopher · 13 years ago
  91. 28e0635 Revert file/scope handling patches. gdb testing revealed a couple of bugs. by Eric Christopher · 13 years ago
  92. 4b2d549 Start handling debug line and scope information better: by Eric Christopher · 13 years ago
  93. 348f16f Mark calls to objc_retainBlock that don't result from casts by John McCall · 13 years ago
  94. 491306a Allow getting all source locations of selector identifiers in a ObjCMethodDecl. by Argyrios Kyrtzidis · 13 years ago
  95. 2b014d6 When performing an @throw in ARC, retain + autorelease by John McCall · 13 years ago
  96. aa2164c Change "Regions" to be "LexicalBlocks" since that's what they correspond to. by Eric Christopher · 13 years ago
  97. 578faa8 de-tmpify clang. by Benjamin Kramer · 13 years ago
  98. de24d44 Turn off the generation of unaligned atomic load/store; I'm going to explicitly error out on such cases in the backend, at least for the moment. by Eli Friedman · 13 years ago
  99. 265941b Refactoring, mostly to give ObjCPropertyDecls stronger invariants for by John McCall · 13 years ago
  100. e289d81 Switch LangOptions over to a .def file that describes header of the by Douglas Gregor · 13 years ago