[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / shift.ll
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2014-12-10 David MajnemerConstantFold, InstSimplify: undef >>a x can be either...
2014-12-09 Ankur Garg[test/Transforms/InstCombine/shift.ll] Removed duplicat...
2014-12-08 Sonam KumariRemoval Of Duplicate Test Case from shift.ll file
2014-04-14 Matt ArsenaultRevert "Revert r206045, "Fix shift by constants for...
2014-04-14 NAKAMURA TakumiWhitespace.
2014-04-14 NAKAMURA TakumiRevert r206045, "Fix shift by constants for vector."
2014-04-11 Matt ArsenaultFix shift by constants for vector.
2013-08-30 Benjamin KramerInstCombine: Check for zero shift amounts before subtra...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-09 David MajnemerCommit r185909 was a misapplied patch, fix it
2013-02-01 Nadav RotemRevert r174152. The shift amount may overflow and in...
2013-02-01 Nadav RotemOptimize shift lefts of a constant by a value plus...
2012-12-12 Shuxin Yang- Fix a problematic way in creating all-the-1 APInt.
2012-12-04 Shuxin Yang For rdar://12329730, last piece.
2012-12-04 Shuxin Yangrdar://12329730 (2nd part, revised)
2012-12-04 Shuxin Yangrdar://12329730 (2nd part)
2012-04-23 Jakob Stoklund OlesenReapply r155136 after fixing PR12599.
2012-04-20 Jakob Stoklund OlesenRevert r155136 "Defer some shl transforms to DAGCombine."
2012-04-19 Jakob Stoklund OlesenDefer some shl transforms to DAGCombine.
2012-01-04 Nick LewyckyTeach instcombine all sorts of great stuff about shifts...
2011-12-31 Nick LewyckyMake use of the exact bit when optimizing '(X >>exact...
2011-07-29 Eli FriedmanMake sure to correctly clear the exact/nuw/nsw flags...
2011-05-23 Chris LattnerTransform any logical shift of a power of two into...
2011-04-29 Benjamin KramerInstCombine: turn (C1 << A) << C2) into (C1 << C2)...
2011-02-10 Chris LattnerEnhance a bunch of transformations in instcombine to...
2011-01-14 Duncan SandsMove some shift transforms out of instcombine and into...
2010-12-23 Owen AndersonWhen determining if we can fold (x >> C1) << C2, the...
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-08-27 Chris Lattnertidy up test.
2010-08-27 Chris LattnerEnhance the shift propagator to handle the case when...
2010-08-27 Chris LattnerImplement a pretty general logical shift propagation
2010-08-27 Chris Lattnermerge and filecheckize test
2010-08-27 Chris Lattnermerge two tests
2009-10-11 Chris Lattnermerge test into shift.ll, this also eliminates awful...
2009-10-11 Chris Lattnerconvert to filecheck.
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-03-24 Chris Lattnertwo changes:
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2007-04-14 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-02-12 Chris LattnerMake these tests fail if opt crashes.
2006-01-06 Chris LattnerA case that instcombine is not catching.
2005-09-18 Chris Lattnernew testcase
2005-05-08 Chris Lattnernew testcase
2005-05-06 Chris Lattnernew testcase
2004-09-28 Chris LattnerNew testcases
2004-09-27 Chris LattnerTestcases for rev 250 of InstructionCombining.cpp
2004-05-25 Chris LattnerNew testcase
2004-04-09 Chris LattnerTestcase to make sure we can apply the shift to the...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-08-13 Chris LattnerUpdate test to represent new cannonicalization rules...
2003-08-12 Chris LattnerRight, instcombine cannot remove ((X >> C) << C) if...
2003-08-12 Chris LattnerNew testcases
2003-07-24 Chris LattnerNew testcases for signed shifts
2003-06-28 Chris LattnerRemove usage of grep-not script
2003-06-28 Chris LattnerConvert scripts from using explicit control flow to...
2003-03-10 Chris LattnerAdd a bunch of new tests
2003-03-10 Chris LattnerModernize testcase
2002-10-08 Chris LattnerAdd new testcase for arithmetic shr of -1
2002-09-10 Chris LattnerCheck for cannonicalization of shl X, 1 -> add X, X
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-05-06 Chris LattnerFix testcase, the 'shift out all bits' doesn't apply...
2002-05-06 Chris LattnerNew testcases so I don't forget about these algebraic...