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