aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bswap.ll
AgeCommit message (Expand)Author
2011-10-13Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...Benjamin Kramer
2011-06-21Teach dag combine to match halfword byteswap patterns.Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-16For PR1319:Reid Spencer
2007-04-02Let llvm-upgrade upgrade the bswap intrinsic.Reid Spencer
2007-04-01For PR1297:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-01-27X86 dag isel is now (soon) the default.Evan Cheng
2006-01-14bswap implementationNate Begeman