1. df76f1e Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue by Chad Rosier · 12 years ago
  2. 82c458e objective-C arc: load of a __weak object happens via call to by Fariborz Jahanian · 12 years ago
  3. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  4. a97d2ec objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. by Fariborz Jahanian · 12 years ago
  5. f22ae65 objective-C block meta-data. This patch completes meta-data by Fariborz Jahanian · 12 years ago
  6. 015f33b At -O0, prefer objc_storeStrong with a null new value to the by John McCall · 12 years ago
  7. 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
  8. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  9. ddfc8a1 objc-arc: captured block variable accessed in its block literal by Fariborz Jahanian · 12 years ago
  10. 73f428c Enter an expression evaluation context when parsing by John McCall · 12 years ago
  11. 5c89c39 Try to handle qualifiers more consistently for array InitListExprs. Fixes <rdar://problem/10907510>, and makes the ASTs a bit more self-consistent. by Eli Friedman · 12 years ago
  12. 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
  13. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  14. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  15. a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
  16. 3382f65 Extract the blocks-related ARC tests into their own file. by John McCall · 13 years ago