aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-14.ll
AgeCommit message (Collapse)Author
2011-06-21Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson
This is breaking compiler-rt and llvm-gcc builds on MacOSX when not using the integrated assembler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133524 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-20Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky
movd when assembling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133452 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81290 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-15Make better use of instructions that clear high bits; fix various 2-wide ↵Evan Cheng
shuffle bugs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45058 91177308-0d34-0410-b5e6-96231b3b80d8