| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Opportunistically use the C++ personality function in ObjC++ | John McCall | 2010-09-16 | 1 | -6/+6 |
| * | Implement the EH cleanup to call 'operator delete' if a new-expression throws | John McCall | 2010-09-14 | 1 | -27/+21 |
| * | More cleanup enabling. | John McCall | 2010-08-14 | 1 | -0/+22 |
| * | Sketch out a framework for delaying the activation of a cleanup. | John McCall | 2010-08-13 | 1 | -4/+36 |
| * | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall | 2010-07-23 | 1 | -10/+154 |
| * | Rename LazyCleanup -> Cleanup. No functionality change for these last three | John McCall | 2010-07-21 | 1 | -15/+15 |
| * | Rip out EHCleanupScope. | John McCall | 2010-07-21 | 1 | -62/+3 |
| * | The GNU-runtime ObjC personality function doesn't let us rethrow with URR for | John McCall | 2010-07-17 | 1 | -0/+26 |
| * | Teach IR generation how to lazily emit cleanups. This has a lot of advantages, | John McCall | 2010-07-13 | 1 | -3/+89 |
| * | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -0/+342 |

