summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bswap.ll
Commit message (Expand)AuthorAge
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-27
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...Benjamin Kramer2011-10-13
* Teach dag combine to match halfword byteswap patterns.Evan Cheng2011-06-21
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-21
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319:Reid Spencer2007-04-16
* Let llvm-upgrade upgrade the bswap intrinsic.Reid Spencer2007-04-02
* For PR1297:Reid Spencer2007-04-01
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* X86 dag isel is now (soon) the default.Evan Cheng2006-01-27
* bswap implementationNate Begeman2006-01-14