summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bswap.ll
AgeCommit message (Expand)AuthorFilesLines
2013-08-27DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover1-6/+101
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-3/+3
2011-10-13Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...Benjamin Kramer1-1/+1
2011-06-21Teach dag combine to match halfword byteswap patterns.Evan Cheng1-3/+35
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-2/+2
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner1-14/+17
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman1-2/+2
2007-04-16For PR1319:Reid Spencer1-1/+2
2007-04-02Let llvm-upgrade upgrade the bswap intrinsic.Reid Spencer1-6/+6
2007-04-01For PR1297:Reid Spencer1-6/+6
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer1-2/+2
2006-01-27X86 dag isel is now (soon) the default.Evan Cheng1-2/+2
2006-01-14bswap implementationNate Begeman1-0/+23