aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll
AgeCommit message (Expand)Author
2010-10-07Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-12-04Rewrite code that 1) filters loops and 2) calculates new loop bounds.Devang Patel
2007-09-25Add transformation to update loop interation space. Now,Devang Patel