InstCombine: canonicalize sext-and --> select
[oota-llvm.git] / test / Transforms / InstCombine / mul.ll
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