IR: Add 'distinct' MDNodes to bitcode and assembly
[oota-llvm.git] / test / Transforms / LoopVectorize / non-const-n.ll
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-09 Nadav RotemRemove the -licm pass from the loop vectorizer test...
2013-01-05 Nadav RotemForce a fixed unroll count on the target independent...
2012-10-31 Nadav RotemLoopVectorize: Preserve NSW, NUW and IsExact flags.
2012-10-24 Nadav RotemLoopVectorizer: Add a basic cost model which uses the...
2012-10-18 Nadav RotemVectorizer: Add support for loops with an unknown count...
2012-10-17 Nadav RotemAdd a loop vectorizer.