1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  4. 4b9bcd6 Don't copy just to capture a strong block pointer under ARC. by John McCall · 11 years ago
  5. 495cfa4 Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring. by Nadav Rotem · 12 years ago
  6. b6a6079 Under ARC, when we're passing the address of a strong variable by John McCall · 12 years ago
  7. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
  8. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 12 years ago
  9. df76f1e Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue by Chad Rosier · 12 years ago
  10. 82c458e objective-C arc: load of a __weak object happens via call to by Fariborz Jahanian · 12 years ago
  11. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  12. a97d2ec objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. by Fariborz Jahanian · 12 years ago
  13. f22ae65 objective-C block meta-data. This patch completes meta-data by Fariborz Jahanian · 12 years ago
  14. 015f33b At -O0, prefer objc_storeStrong with a null new value to the by John McCall · 12 years ago
  15. 9f357de During jump-scope checking, build an ExprWithCleanups immediately by John McCall · 12 years ago
  16. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  17. ddfc8a1 objc-arc: captured block variable accessed in its block literal by Fariborz Jahanian · 12 years ago
  18. 73f428c Enter an expression evaluation context when parsing by John McCall · 12 years ago
  19. 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 · 13 years ago
  20. 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
  21. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  22. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  23. a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
  24. 3382f65 Extract the blocks-related ARC tests into their own file. by John McCall · 13 years ago