[InstCombine] Clear out nsw/nuw if we modify computation in the chain
[oota-llvm.git] / test / Transforms / InstCombine / bswap-fold.ll
2014-12-04 Simon Pilgrim[InstCombine] Minor optimization for bswap with binary ops
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2010-02-17 Dan GohmanFold bswap(undef) to undef.
2010-01-01 Chris Lattnerimplement the transform requested in PR5284
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-06-18 Chris Lattnerimplement some simple bswap optimizations, rdar://5992453
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-14 Reid SpencerFor PR1319:
2007-04-02 Reid SpencerRevert the name changes for llvm.bswap to allow (and...
2007-04-01 Reid SpencerFor PR1297:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-29 Chris Lattnernew testcase, bswaps should be eliminated.