[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / LoopVectorize / 2012-10-20-infloop.ll
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2013-01-05 Nadav RotemForce a fixed unroll count on the target independent...
2012-12-24 Nadav RotemLoopVectorizer: Fix an endless loop in the code that...
2012-10-24 Nadav RotemLoopVectorizer: Add a basic cost model which uses the...
2012-10-21 Nadav RotemVectorizer: fix a bug in the classification of inductio...
2012-10-20 Nadav RotemFix an infinite loop in the loop-vectorizer.