1. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  2. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. 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
  5. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  6. b7477cf Fixup codegen for nested blocks that use copy/dispose in the inner by Mike Stump · 15 years ago
  7. 4927abd Remove -f__block as codegen for __block variables should be solid. by Mike Stump · 15 years ago
  8. a803b0e Fixup codegen for block literals that bleed copy/dispose information by Mike Stump · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  10. a8b60c9 Fixup codegen for nested block literals so that we generate by Mike Stump · 15 years ago
  11. f8575aa Add codegen support for aggregate BlockDeclRefExprs. by Mike Stump · 15 years ago
  12. 7f28a9c Do up codegen for function static data and externs in functions in block by Mike Stump · 15 years ago
  13. 1edf6b6 codegen support for dispose helpers for block literals. by Mike Stump · 15 years ago
  14. 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 15 years ago
  15. 80bd206 Testcase for last fix. by Mike Stump · 15 years ago
  16. 1851b68 Finish off __Block_byref_id_object_dispose codegen for block literals. by Mike Stump · 15 years ago
  17. 45031c0 More codegen support for the copy/dispose helpers for block literals. by Mike Stump · 15 years ago
  18. a4f668f Framework for codegen for copy/dispose helpers. by Mike Stump · 15 years ago
  19. 797b632 Add codegen support for __block variables to call _Block_object_dispose as necessary. by Mike Stump · 15 years ago
  20. 58a8514 Fixup __block codegen in nested block literals. by Mike Stump · 15 years ago
  21. 58919e1 Add __block codegen testcase. We introduce a temporary flag to enable by Mike Stump · 15 years ago