[SROA] Fix PR24463, a crash I introduced in SROA by allowing it to
[oota-llvm.git] / test / Transforms / LoopReroll /
2015-07-24 Lawrence HuHandle loop with negtive induction variable increment
2015-06-24 Jingyue Wu[LSR] canonicalize Prod*(1<<C) to Prod<<C
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-16 James Molloy[LoopReroll] Relax some assumptions a little.
2015-02-16 James Molloy[LoopReroll] Don't crash on dead code
2015-02-12 James Molloy[LoopRerolling] Be more forgiving with instruction...
2015-02-11 James Molloy[LoopReroll] Introduce the concept of DAGRootSets.
2014-01-03 David PeixottoFix loop rerolling pass failure with non-consant loop...
2013-11-16 Hal FinkelAdd a loop rerolling pass