1. 194428c Make test compatible with ARM hosts. by Eli Friedman · 13 years ago
  2. 1cd76e8 Don't apply NRVO to over-aligned variables. The caller only by John McCall · 13 years ago
  3. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
  4. 12e9f8e Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2 of 3. by Eli Friedman · 13 years ago
  5. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  6. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  7. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  8. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
  9. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  10. f5d8f46 Promote the static getNRVOCandidate() function, which computed the by Douglas Gregor · 14 years ago
  11. da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 14 years ago
  12. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  13. 3d91bbc Ensure that destructors are called for NRVO'd objects when the by Douglas Gregor · 14 years ago
  14. 72bf425 Attempt to satisfy Release-Asserts build by Douglas Gregor · 14 years ago
  15. b5b30b9 When applying the named return value optimization, we still need to by Douglas Gregor · 14 years ago
  16. d86c477 Implement a simple form of the C++ named return value optimization for by Douglas Gregor · 14 years ago