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