When InstCombine simplifies a load -> extract element to gep -> load, place
[oota-llvm.git] / test / Transforms / LoopIndexSplit /
2009-06-27 Dan GohmanDon't try to split a loop when the controlling icmp...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-03-30 Devang PatelLoop Index Split can eliminate a loop if it can determi...
2009-03-02 Devang PatelIf branch conditions' one successor is dominating anoth...
2009-02-06 Devang PatelIgnore DbgInfoIntrinsics.
2008-12-04 Devang PatelRewrite code that 1) filters loops and 2) calculates...
2008-11-10 Devang PatelIf the sign of exit condition and split condition does...
2008-10-10 Devang PatelCheck loop exit predicate properly while eliminating...
2008-10-06 Devang PatelFix typo, fix PR 2865.
2008-09-18 Devang PatelsplitLoop does not handle split condition EQ.
2008-09-17 Devang PatelDo not ignore iv uses outside the loop.
2008-07-09 Devang PatelIf loop induction variable's start value is less then...
2008-06-03 Owen AndersonTestcase for LoopIndexSplit and DomFrontier.
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-19 Devang PatelDo not erase induction variable increment if it is...
2008-03-24 Devang PatelAdd incoming value from header only if phi node has...
2008-02-14 Devang PatelIf loop header is also loop exiting block then OrigPN...
2008-02-13 Devang PatelA loop latch phi node may have uses inside loop, not...
2008-02-13 Devang PatelWhile moving exit condition, do not drop loop latch...
2008-02-13 Devang PatelKeep track of exit value operand number when operands...
2008-02-08 Devang PatelFix PR 1995.
2008-01-29 Devang PatelFilter loops that subtract induction variables.
2007-12-03 Devang PatelIf ExitValue operand is also defined in Loop header...
2007-09-25 Devang PatelHandle multiple induction variables.
2007-09-25 Devang PatelAdd transformation to update loop interation space...
2007-09-21 Devang PatelFix PR1692
2007-09-10 Devang PatelFilter exit conditions which are not yet handled.
2007-08-25 Devang PatelConstant split values needs upper bound and lower bound...
2007-08-25 Devang PatelWhile calculating upper loop bound for first loop and...
2007-08-20 Devang PatelDo not split loops rejected by processOneIterationLoop().
2007-08-17 Devang PatelAdd loop index split tests.