1. 6ea4841 Fix a bug with block layout when the block contains something by John McCall · 12 years ago
  2. 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
  3. 46ec70e When emitting l-values for bool non-__block decl references, make a pointer by John McCall · 14 years ago
  4. c71a491 Preserve more information from a block's original function declarator, if one by John McCall · 14 years ago
  5. 52d0b59 Fix testsuite for blocks mangling change by Douglas Gregor · 14 years ago
  6. fb97cf2 don't slap noalias attribute on stret result arguments. by Chris Lattner · 14 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  9. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  10. dd2fb9c Don't assert when we think we need copy/dispose, but don't need them. by Mike Stump · 15 years ago
  11. f1c97eb use of predefined identifiers like __func__ at global scope warn in sema, by Chris Lattner · 15 years ago
  12. 0e4f40e Attributes on block functions were not being set. by Daniel Dunbar · 15 years ago
  13. a17d7cc Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. by Anders Carlsson · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. 4de9fce Do some blocks cleanup and simplification. Fix a crash, and add a test case. by Anders Carlsson · 15 years ago