aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/bswap-fold.ll
Commit message (Expand)AuthorAgeFilesLines
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-171-4/+0
* Fold bswap(undef) to undef.Dan Gohman2010-02-171-0/+6
* implement the transform requested in PR5284Chris Lattner2010-01-011-7/+24
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* implement some simple bswap optimizations, rdar://5992453Chris Lattner2008-06-181-4/+27
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-17/+18
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* For PR1319:Reid Spencer2007-04-141-2/+4
* Revert the name changes for llvm.bswap to allow (and test) llvm-upgrade ofReid Spencer2007-04-021-7/+7
* For PR1297:Reid Spencer2007-04-011-7/+7
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* new testcase, bswaps should be eliminated.Chris Lattner2006-11-291-0/+26