[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / mul.ll
2015-04-18 David Majnemer[InstCombine] (mul nsw 1, INT_MIN) != (shl nsw 1, 31)
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-04 David MajnemerInstCombine: match can find ConstantExprs, don't assume...
2014-12-26 David MajnemerInstCombine: Infer nuw for multiplies
2014-12-26 David MajnemerInstCombe: Infer nsw for multiplies
2014-11-24 David MajnemerInstCombine: Don't create an unused instruction
2014-11-22 David MajnemerInstCombine: Propagate NSW/NUW for X*(1<<Y) -> X<<Y
2014-11-22 David MajnemerInstCombine: Propagate NSW for -X * -Y -> X * Y
2014-11-22 David MajnemerInstCombine: Preserve nsw/nuw for ((X << C2)*C1) -...
2014-11-22 David MajnemerInstCombine: Preserve nsw for (mul %V, -1) -> (sub...
2014-01-19 Benjamin KramerInstCombine: Teach most integer add/sub/mul/div combine...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2013-01-21 Paul RedmondTransform (sub 0, (zext bool to A)) to (sext bool to...
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-06-26 Evan ChengRemove a instcombine transform that (no longer?) makes...
2012-03-18 Nick LewyckyFactor out the multiply analysis code in ComputeMaskedB...
2009-10-11 Chris Lattnergeneralize a transformation even more: we don't care...
2009-10-11 Chris Lattnersimplify a transformation by making it more general.
2009-10-11 Chris Lattnerimplement rdar://7293527, a trivial instcombine that...
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...
2009-07-14 Eli FriedmanFix trivial todo in instcombine.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Dan GohmanCheck in test changes that I accidentally left out...
2008-08-11 Chris LattnerImplement support for simplifying vector comparisons...
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2007-07-16 Chris Lattnerrename function to avoid llvm-upgrade warning
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2004-02-23 Chris LattnerHandle the unsigned form as well
2004-02-23 Chris LattnerAdd a slight variant of test10
2004-02-23 Chris LattnerThis multiply can be eliminated
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-11 Chris LattnerNew testcase
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerFix testcase
2003-06-25 Chris LattnerAdd test for instcombine -1*X -> -X
2003-03-10 Chris Lattner* Add testcases for associative operators
2003-03-10 Chris LattnerModernize testcase
2003-02-18 Chris Lattnertest for a variety of new transformations:
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-04-29 Chris LattnerNew test cases for mul folding