Disable gvn non-local speculative loads under asan.
[oota-llvm.git] / test / Transforms / BBVectorize / simple-int.ll
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-24 Karthik BhatAllow vectorization of few missed llvm intrinsic calls...
2014-03-06 Raul E. SilveraChange math intrinsic attributes from readonly to readn...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2012-12-25 Hal FinkelBBVectorize: Enable vectorization of the fmuladd intrinsic
2012-10-31 Hal FinkelBBVectorize: Choose pair ordering to minimize shuffles
2012-03-31 Hal FinkelCorrectly vectorize powi.
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.