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