Model stacksave and stackrestore as both writing memory, since we
[oota-llvm.git] / test / Transforms / InstCombine / shift.ll
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...