Instruction::isAssociative() returns true for fmul/fadd if they are tagged "unsafe...
[oota-llvm.git] / test / Transforms / LoopVectorize / gcc-examples.ll
2012-11-17 Nadav RotemLoopVectorizer: Add initial support for pointer inducti...
2012-11-13 Duncan SandsRelax the restrictions on vector of pointer types,...
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-19 Nadav RotemVectorizer: Add support for loop reductions.
2012-10-18 Nadav RotemVectorizer: Add support for loops with an unknown count...
2012-10-17 Nadav RotemAdd a loop vectorizer.