summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/bitcast2.ll
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly disable AVX on a bunch of tests so they won't fail on AVX ↵Craig Topper2013-10-081-2/+2
| | | | | | machines post r192171. llvm-svn: 192173
* Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson2011-06-211-19/+1
| | | | | | | This is breaking compiler-rt and llvm-gcc builds on MacOSX when not using the integrated assembler. llvm-svn: 133524
* Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky2011-06-201-1/+19
| | | | | | movd when assembling. llvm-svn: 133452
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
| | | | llvm-svn: 81290
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
| | | | llvm-svn: 41097
* ensure we don't regress on these tests. We generate aweful code in x86-32 forChris Lattner2007-06-171-0/+13
these though. llvm-svn: 37619
OpenPOWER on IntegriCloud