[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / avx-vbroadcast.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-02-11 Robert LougherTeach the DAGCombiner how to fold concat_vector nodes...
2012-05-10 Nadav RotemAVX2: Add an additional broadcast idiom.
2012-05-10 Nadav RotemGenerate AVX/AVX2 shuffles even when there is a memory...
2012-04-08 Nadav RotemAVX2: Build splat vectors by broadcasting a scalar...
2012-01-10 Craig TopperFix a crash in AVX2 when trying to broadcast a double...
2011-11-15 Nadav RotemAVX: Add support for vbroadcast from BUILD_VECTOR and...
2011-09-01 Bruno Cardoso LopesFix vbroadcast matching logic to early unmatch if the...
2011-08-17 Bruno Cardoso LopesIntroduce matching patterns for vbroadcast AVX instruct...