summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-17.ll
Commit message (Expand)AuthorAge
* Explicitly disable AVX on a bunch of tests so they won't fail on AVX machines...Craig Topper2013-10-08
* Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson2011-06-21
* Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky2011-06-20
* test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-w...NAKAMURA Takumi2011-03-16
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2.Chris Lattner2008-04-20
* Not all x86-64 machines have sse3 apparently.Chris Lattner2008-04-20
* Fix the x86-64 side of PR2108 by adding a v2f64 version ofChris Lattner2008-04-10