aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/bswap.ll
AgeCommit message (Expand)Author
2008-10-05rewrite bswap matching to be more general, allowing arbitraryChris Lattner
2008-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-03-03instcombine doesn't do CSE, simplify unrelated detailChris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-29new bswap idiomChris Lattner
2006-07-10Add tests for 16-bit byteswaps.Chris Lattner
2006-06-15new testcase, instcombine should turn these into llvm.bswap intrinsics.Chris Lattner