aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopIndexSplit
Commit message (Expand)AuthorAgeFilesLines
* splitLoop does not handle split condition EQ.Devang Patel2008-09-181-0/+38
* Do not ignore iv uses outside the loop.Devang Patel2008-09-173-4/+80
* If loop induction variable's start value is less then its exit value then do ...Devang Patel2008-07-092-1/+26
* Testcase for LoopIndexSplit and DomFrontier.Owen Anderson2008-06-031-0/+32
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Do not erase induction variable increment if it is used outside the loop.Devang Patel2008-05-191-0/+41
* Add incoming value from header only if phi node has any use inside the loop.Devang Patel2008-03-241-0/+69
* If loop header is also loop exiting block then OrigPN is incoming value for B...Devang Patel2008-02-141-0/+464
* A loop latch phi node may have uses inside loop, not just in loop header.Devang Patel2008-02-131-0/+74
* While moving exit condition, do not drop loop latch on the floor.Devang Patel2008-02-131-0/+72
* Keep track of exit value operand number when operands are swapped.Devang Patel2008-02-131-0/+67
* Fix PR 1995.Devang Patel2008-02-081-0/+48
* Filter loops that subtract induction variables.Devang Patel2008-01-291-0/+46
* If ExitValue operand is also defined in Loop header thenDevang Patel2007-12-031-0/+44
* Handle multiple induction variables.Devang Patel2007-09-251-0/+59
* Add transformation to update loop interation space. Now,Devang Patel2007-09-251-0/+57
* Fix PR1692Devang Patel2007-09-211-0/+63
* Filter exit conditions which are not yet handled.Devang Patel2007-09-101-0/+50
* Constant split values needs upper bound and lower bound check, just like any ...Devang Patel2007-08-251-0/+52
* While calculating upper loop bound for first loop and lower loop bound for se...Devang Patel2007-08-251-0/+52
* Do not split loops rejected by processOneIterationLoop().Devang Patel2007-08-202-4/+2
* Add loop index split tests.Devang Patel2007-08-177-0/+325