aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/shift.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-0/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-127/+146
* For PR1319:Reid Spencer2007-04-141-2/+1
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* Make these tests fail if opt crashes.Chris Lattner2006-02-121-0/+1
* A case that instcombine is not catching.Chris Lattner2006-01-061-0/+7
* new testcaseChris Lattner2005-09-181-0/+8
* new testcaseChris Lattner2005-05-081-0/+8
* new testcaseChris Lattner2005-05-061-0/+6
* New testcasesChris Lattner2004-09-281-0/+13
* Testcases for rev 250 of InstructionCombining.cppChris Lattner2004-09-271-0/+30
* New testcaseChris Lattner2004-05-251-0/+6
* Testcase to make sure we can apply the shift to the operands of the select,Chris Lattner2004-04-091-0/+13
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-161-1/+1
* Update test to represent new cannonicalization rules for multipliesChris Lattner2003-08-131-4/+7
* Right, instcombine cannot remove ((X >> C) << C) if it's signed.Chris Lattner2003-08-121-5/+5
* New testcasesChris Lattner2003-08-121-0/+13
* New testcases for signed shiftsChris Lattner2003-07-241-1/+12
* Remove usage of grep-not scriptChris Lattner2003-06-281-1/+1
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-281-4/+1
* Add a bunch of new testsChris Lattner2003-03-101-0/+30
* Modernize testcaseChris Lattner2003-03-101-5/+5
* Add new testcase for arithmetic shr of -1Chris Lattner2002-10-081-0/+5
* Check for cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-101-0/+4
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-021-1/+1
* Fix testcase, the 'shift out all bits' doesn't apply to signed types.Chris Lattner2002-05-061-3/+3
* New testcases so I don't forget about these algebraic simplificationsChris Lattner2002-05-061-0/+35