1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  3. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  4. b7477cf Fixup codegen for nested blocks that use copy/dispose in the inner by Mike Stump · 15 years ago
  5. 4927abd Remove -f__block as codegen for __block variables should be solid. by Mike Stump · 15 years ago
  6. a803b0e Fixup codegen for block literals that bleed copy/dispose information by Mike Stump · 15 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  8. a8b60c9 Fixup codegen for nested block literals so that we generate by Mike Stump · 15 years ago
  9. f8575aa Add codegen support for aggregate BlockDeclRefExprs. by Mike Stump · 15 years ago
  10. 7f28a9c Do up codegen for function static data and externs in functions in block by Mike Stump · 15 years ago
  11. 1edf6b6 codegen support for dispose helpers for block literals. by Mike Stump · 15 years ago
  12. 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 15 years ago
  13. 80bd206 Testcase for last fix. by Mike Stump · 15 years ago
  14. 1851b68 Finish off __Block_byref_id_object_dispose codegen for block literals. by Mike Stump · 15 years ago
  15. 45031c0 More codegen support for the copy/dispose helpers for block literals. by Mike Stump · 15 years ago
  16. a4f668f Framework for codegen for copy/dispose helpers. by Mike Stump · 15 years ago
  17. 797b632 Add codegen support for __block variables to call _Block_object_dispose as necessary. by Mike Stump · 15 years ago
  18. 58a8514 Fixup __block codegen in nested block literals. by Mike Stump · 15 years ago
  19. 58919e1 Add __block codegen testcase. We introduce a temporary flag to enable by Mike Stump · 15 years ago