Merge r261331: avoid out of bounds loads for interleaved access vectorization
[oota-llvm.git] / test / Transforms / LoopVectorize / induction.ll
2015-09-02 James Molloy[LV] Don't bail to MiddleBlock if a runtime check fails...
2015-09-02 James Molloy[LV] Refactor all runtime check emissions into helper...
2015-09-02 James Molloy[LV] Switch to using canonical induction variables.
2015-08-25 Wei MiThe patch replace the overflow check in loop vectorizat...
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...
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-06-22 Arnold SchwaighoferLoopVectorizer: Fix a dominance issue
2014-05-29 Arnold SchwaighoferLoopVectorizer: Add a check that the backedge taken...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-11-18 Arnold SchwaighoferLoopVectorizer: Extend the induction variable to a...
2013-11-01 Arnold SchwaighoferLoopVectorizer: Perform redundancy elimination on induc...
2013-10-02 Matt ArsenaultFix missing CHECK-LABELs
2013-05-14 Arnold SchwaighoferLoopVectorize: Handle loops with multiple forward induc...