1. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  2. ddb5a39 Unify return type checking for functions and ObjC methods. Move all the by Eli Friedman · 11 years ago
  3. 9b97adf Bugfix/Followup for r177086. by Adrian Prantl · 11 years ago
  4. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  5. 3ca23d7 objective-C blocks: Provide layout map for byref by Fariborz Jahanian · 12 years ago
  6. 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
  7. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  8. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  9. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  10. a5bcb8f Don't emit read barriers for reading __weak __block variables in non-GC mode. by John McCall · 13 years ago
  11. 3469585 Reorganize the emission of local variables. by John McCall · 14 years ago
  12. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 14 years ago
  13. 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 14 years ago
  14. ee50429 Allocate space in a block record for implicit references to the Objective C by John McCall · 14 years ago
  15. 00e2c63 fix an invalid use of super, you can't use super like this in a block! by Chris Lattner · 14 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. 8604fae Tests use the new clang. by Fariborz Jahanian · 15 years ago
  18. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  19. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  20. 49f59ec Skip the asm prefix when storing the name in block info. by Daniel Dunbar · 15 years ago
  21. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  22. 6cc88f7 Fix codegen for support for super inside block literal expressions. by Mike Stump · 15 years ago
  23. a66b4df add a testcase for recursion through blocks pointers, rdar://6676764. by Chris Lattner · 15 years ago