aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/bswap.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-271-6/+101
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-3/+3
* Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...Benjamin Kramer2011-10-131-1/+1
* Teach dag combine to match halfword byteswap patterns.Evan Cheng2011-06-211-3/+35
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-211-14/+17
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-2/+2
* For PR1319:Reid Spencer2007-04-161-1/+2
* Let llvm-upgrade upgrade the bswap intrinsic.Reid Spencer2007-04-021-6/+6
* For PR1297:Reid Spencer2007-04-011-6/+6
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* X86 dag isel is now (soon) the default.Evan Cheng2006-01-271-2/+2
* bswap implementationNate Begeman2006-01-141-0/+23