1. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  2. 80558d2 Fix Objective-C++ exceptions (GNU runtime). by David Chisnall · 13 years ago
  3. 36f893c Move all the cleanups framework code into a single file. Pure motion. by John McCall · 13 years ago
  4. 4468078 ARM EH uses a different personality function in C. by John McCall · 14 years ago
  5. b259383 Opportunistically use the C++ personality function in ObjC++ by John McCall · 14 years ago
  6. 7d8647f Implement the EH cleanup to call 'operator delete' if a new-expression throws by John McCall · 14 years ago
  7. 838d796 More cleanup enabling. by John McCall · 14 years ago
  8. cd2d2b7 Sketch out a framework for delaying the activation of a cleanup. by John McCall · 14 years ago
  9. ff8e115 Revise cleanup IR generation to fix a major bug with cleanups (PR7686) by John McCall · 14 years ago
  10. 1f0fca5 Rename LazyCleanup -> Cleanup. No functionality change for these last three by John McCall · 14 years ago
  11. 7495f22 Rip out EHCleanupScope. by John McCall · 14 years ago
  12. 8262b6a The GNU-runtime ObjC personality function doesn't let us rethrow with URR for by John McCall · 14 years ago
  13. da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 14 years ago
  14. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago