1. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 11 years ago
  2. 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 12 years ago
  3. 9230997 A number of test cases assume that an "int" parameter or return value by Ulrich Weigand · 12 years ago
  4. 194428c Make test compatible with ARM hosts. by Eli Friedman · 13 years ago
  5. 1cd76e8 Don't apply NRVO to over-aligned variables. The caller only by John McCall · 13 years ago
  6. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
  7. 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
  8. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  9. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  10. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  11. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  12. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  13. f5d8f46 Promote the static getNRVOCandidate() function, which computed the by Douglas Gregor · 14 years ago
  14. da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 14 years ago
  15. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  16. 3d91bbc Ensure that destructors are called for NRVO'd objects when the by Douglas Gregor · 14 years ago
  17. 72bf425 Attempt to satisfy Release-Asserts build by Douglas Gregor · 14 years ago
  18. b5b30b9 When applying the named return value optimization, we still need to by Douglas Gregor · 14 years ago
  19. d86c477 Implement a simple form of the C++ named return value optimization for by Douglas Gregor · 14 years ago