[X86][AVX] Added tests to load+broadcast non-zero'th vector elements
[oota-llvm.git] / test / CodeGen / X86 / avx2-vbroadcast.ll
2015-12-07 Simon Pilgrim[X86][AVX] Added tests to load+broadcast non-zero'th...
2015-11-28 Simon Pilgrim[X86][AVX2] Tidied up PBROADCAST tests
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-03-26 Quentin Colombet[X86] Add broadcast instructions to the table used...
2014-03-24 Quentin Colombet[X86][ISelDAG] Add missing fallback patterns for avx2...
2014-02-11 Robert LougherTeach the DAGCombiner how to fold concat_vector nodes...
2013-07-18 Stephen LinUpdate to more CodeGen tests to use CHECK-LABEL for...
2012-07-01 Elena DemikhovskyOptimization of shuffle node that can fit to the regist...
2012-05-19 Nadav RotemAdd support for additional in-reg vbroadcast patterns
2012-04-24 Nadav RotemAVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes...
2012-04-09 Nadav RotemFix a bug in the lowering of broadcasts: ConstantPools...
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-18 Nadav RotemAdd AVX2 vpbroadcast support