summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/shift.ll
Commit message (Expand)AuthorAge
...
* Remove usage of grep-not scriptChris Lattner2003-06-28
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-28
* Add a bunch of new testsChris Lattner2003-03-10
* Modernize testcaseChris Lattner2003-03-10
* Add new testcase for arithmetic shr of -1Chris Lattner2002-10-08
* Check for cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-10
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* Fix testcase, the 'shift out all bits' doesn't apply to signed types.Chris Lattner2002-05-06
* New testcases so I don't forget about these algebraic simplificationsChris Lattner2002-05-06