aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/SimplifyCFG/invoke.ll
AgeCommit message (Expand)AuthorFilesLines
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin1-6/+6
2012-07-16fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)Nuno Lopes1-0/+22
2012-07-02fix the regression I introduced in r159385 (it's necessary to update PHI node...Nuno Lopes1-0/+33
2012-06-28make simplifyCFG erase invokes to readonly/readnone functionsNuno Lopes1-1/+40
2012-06-25improve optimization of invoke instructions:Nuno Lopes1-0/+45