aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and.ll
AgeCommit message (Expand)Author
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-02-13new testcaseChris Lattner
2005-05-09New testcaseChris Lattner
2005-05-06new testcasesChris Lattner
2005-05-06new testcase for unneeded andChris Lattner
2005-01-01Add a bunch of tests for ANDs that should be eliminated.Chris Lattner
2004-11-22Pull out failing test into a seperate file, which is xfailedChris Lattner
2004-10-08New testcaseChris Lattner
2004-09-28New testcasesChris Lattner
2004-09-27New testcaseChris Lattner
2004-09-24Add some tests for shr-and foldingChris Lattner
2004-09-23New testcase for a pattern that occurs 20 times in perlbmkChris Lattner
2004-06-18New testChris Lattner
2003-09-19Two new tests for shifts followed by andsChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-08-13I must have missed these when eliminating the cast to bool cannonicalizationsChris Lattner
2003-08-13Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner
2003-07-24More testcases, which I'll implement laterChris Lattner
2003-07-23New testcaseChris Lattner
2003-07-23New testcasesChris Lattner
2003-07-23New testcaseChris Lattner
2003-07-22New testcasesChris 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 optimizations:Chris Lattner
2003-03-10* Add testcases for associative operatorsChris Lattner
2003-02-18test for a variety of new transformations:Chris Lattner
2003-02-18Modernize testcaseChris Lattner
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-05-06More testcases I don't want to forget aboutChris Lattner
2002-05-06New testcases so I don't forget about these algebraic simplificationsChris Lattner