aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopIndexSplit
AgeCommit message (Expand)Author
2007-09-25Handle multiple induction variables.Devang Patel
2007-09-25Add transformation to update loop interation space. Now,Devang Patel
2007-09-21Fix PR1692Devang Patel
2007-09-10Filter exit conditions which are not yet handled.Devang Patel
2007-08-25Constant split values needs upper bound and lower bound check, just like any ...Devang Patel
2007-08-25While calculating upper loop bound for first loop and lower loop bound for se...Devang Patel
2007-08-20Do not split loops rejected by processOneIterationLoop().Devang Patel
2007-08-17Add loop index split tests.Devang Patel