aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-28.ll
AgeCommit message (Expand)Author
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-15merge a bunch more sse3 tests into sse3.llChris Lattner
2009-02-23Generate better code for v8i16 shuffles on SSE2Nate Begeman
2009-01-02Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng
2008-12-23Added shuffle and splat test cases for r61365.Mon P Wang