X86: Align the stack on word boundaries in LowerFormalArguments()
[oota-llvm.git] / test / CodeGen / X86 / avx2-vbroadcast.ll
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