aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-071-40/+0
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Do not ignore iv uses outside the loop.Devang Patel2008-09-171-2/+1
* If loop induction variable's start value is less then its exit value then do ...Devang Patel2008-07-091-1/+1
* Do not erase induction variable increment if it is used outside the loop.Devang Patel2008-05-191-0/+41