Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB" | David Majnemer | 2016-06-25 | 1 | -0/+2 |
* | [SimplifyCFG] Stop inserting calls to llvm.trap for UB | David Majnemer | 2016-06-25 | 1 | -2/+0 |
* | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 1 | -12/+12 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -6/+6 |
* | fix PR13339 (remove the predecessor from the unwind BB when removing an invoke) | Nuno Lopes | 2012-07-16 | 1 | -0/+22 |
* | fix the regression I introduced in r159385 (it's necessary to update PHI node... | Nuno Lopes | 2012-07-02 | 1 | -0/+33 |
* | make simplifyCFG erase invokes to readonly/readnone functions | Nuno Lopes | 2012-06-28 | 1 | -1/+40 |
* | improve optimization of invoke instructions: | Nuno Lopes | 2012-06-25 | 1 | -0/+45 |