summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bitcast2.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2017-04-26[X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa
2013-10-08Explicitly disable AVX on a bunch of tests so they won't fail on AVX machines...Craig Topper
2011-06-21Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson
2011-06-20Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-17ensure we don't regress on these tests. We generate aweful code in x86-32 forChris Lattner