| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-04-22 | remove cleanup branches to the resume block | Ariel Ben-Yehuda | -0/+1 | |
| This improves LLVM performance by 10% lost during the shimmir transition. | ||||
| 2017-03-31 | Ignore tests for the personality slot lifetimes on MSVC | Björn Steinbrink | -0/+2 | |
| Exception handling on MSVC targets doesn't use personality slots. | ||||
| 2017-03-29 | Emit proper lifetime start intrinsics for personality slots | Björn Steinbrink | -0/+39 | |
| We currently only emit a single call to the lifetime start intrinsic for the personality slot alloca. This happens because we create that call at the time that we create the alloca, instead of creating it each time we start using it. Because LLVM usually removes the alloca before the lifetime intrinsics are even considered, this didn't cause any problems yet, but we should fix this anyway. | ||||
