Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCost
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2009-01-19-UnconditionalTrappingConstantExpr.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-01-05 Dan GohmanFix SpeculativelyExecuteBB to either speculate all...
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-01-22 Chris Lattnerfix a testcase.
2009-01-20 Bill WendlingTemporarily XFAIL until this can be looked at. r62557...
2009-01-20 Chris Lattneranother fix for PR3354
2009-01-19 Chris LattnerFix a problem exposed by PR3354: simplifycfg was making...