1. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  2. da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 14 years ago
  3. 252cd6a Stop testing for specific basic block numbers in this test. by John McCall · 14 years ago
  4. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  5. eaa18e4 When instantiating statements that involve conditions (if, while, do, by Douglas Gregor · 14 years ago
  6. 40e6299 Fix test for Release-Asserts build by Douglas Gregor · 14 years ago
  7. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 14 years ago
  8. e5712b1 Update tests in -Asserts mode. These tests really need to be rewritten... by Daniel Dunbar · 14 years ago
  9. edc95e7 Fix for Release-Asserts. by Mike Stump · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. d975206 Implement proper cleanup semantics for condition variables in for by Douglas Gregor · 15 years ago
  12. 345e7d2 Tweak the code-generation-for-condition-variables test case to get to what we want to test by Douglas Gregor · 15 years ago
  13. 99e9b4d Eliminate CXXConditionDeclExpr with extreme prejudice. by Douglas Gregor · 15 years ago
  14. 5656e14 Clean up the AST for while loops and fix several problems with by Douglas Gregor · 15 years ago
  15. d3d5301 Explicitly store the condition variable within switch statements, and by Douglas Gregor · 15 years ago
  16. 01234bb Introduce cleanup scopes for "if" statements in two places: by Douglas Gregor · 15 years ago