[x86] Merge the remaining test cases into vector-blend.ll and remove all
[oota-llvm.git] / test / CodeGen / X86 / vec_splat-3.ll
2014-08-02 Chandler Carruth[x86] Give this test a bare metal triple so it doesn...
2014-08-02 Chandler Carruth[x86] Teach the target shuffle mask extraction to recog...
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-01-26 Benjamin KramerX86: Do splat promotion later, so the optimizer can...
2013-01-26 Benjamin KramerFileCheckize and merge some tests.
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2008-12-23 Mon P WangAdded shuffle and splat test cases for r61365.