aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/shift.ll
AgeCommit message (Expand)Author
2008-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-14For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-02-12Make these tests fail if opt crashes.Chris Lattner
2006-01-06A case that instcombine is not catching.Chris Lattner
2005-09-18new testcaseChris Lattner
2005-05-08new testcaseChris Lattner
2005-05-06new testcaseChris Lattner
2004-09-28New testcasesChris Lattner
2004-09-27Testcases for rev 250 of InstructionCombining.cppChris Lattner
2004-05-25New testcaseChris Lattner
2004-04-09Testcase to make sure we can apply the shift to the operands of the select,Chris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-08-13Update test to represent new cannonicalization rules for multipliesChris Lattner
2003-08-12Right, instcombine cannot remove ((X >> C) << C) if it's signed.Chris Lattner
2003-08-12New testcasesChris Lattner
2003-07-24New testcases for signed shiftsChris Lattner
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner
2003-03-10Add a bunch of new testsChris Lattner
2003-03-10Modernize testcaseChris Lattner
2002-10-08Add new testcase for arithmetic shr of -1Chris Lattner
2002-09-10Check for cannonicalization of shl X, 1 -> add X, XChris Lattner
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-05-06Fix testcase, the 'shift out all bits' doesn't apply to signed types.Chris Lattner
2002-05-06New testcases so I don't forget about these algebraic simplificationsChris Lattner