aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
AgeCommit message (Expand)Author
2011-02-10Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich
2009-09-28Move the dominator verification code out of special code embedded withinDan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-05-21Fix some incorrect logic in DominanceFrontier::splitBlock. Part of Eli Friedman
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-04-13New testcase where loop simplify is not updating domfrontiers correctlyChris Lattner