summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and.ll
Commit message (Expand)AuthorAge
* InstCombine: add more transformsDavid Majnemer2013-07-09
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* For PR1319:Reid Spencer2007-04-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcaseChris Lattner2006-02-13
* New testcaseChris Lattner2005-05-09
* new testcasesChris Lattner2005-05-06
* new testcase for unneeded andChris Lattner2005-05-06
* Add a bunch of tests for ANDs that should be eliminated.Chris Lattner2005-01-01
* Pull out failing test into a seperate file, which is xfailedChris Lattner2004-11-22
* New testcaseChris Lattner2004-10-08
* New testcasesChris Lattner2004-09-28
* New testcaseChris Lattner2004-09-27
* Add some tests for shr-and foldingChris Lattner2004-09-24
* New testcase for a pattern that occurs 20 times in perlbmkChris Lattner2004-09-23
* New testChris Lattner2004-06-18
* Two new tests for shifts followed by andsChris Lattner2003-09-19
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* I must have missed these when eliminating the cast to bool cannonicalizationsChris Lattner2003-08-13
* Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner2003-08-13
* More testcases, which I'll implement laterChris Lattner2003-07-24
* New testcaseChris Lattner2003-07-23
* New testcasesChris Lattner2003-07-23
* New testcaseChris Lattner2003-07-23
* New testcasesChris Lattner2003-07-22
* 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 optimizations:Chris Lattner2003-03-10
* * Add testcases for associative operatorsChris Lattner2003-03-10
* test for a variety of new transformations:Chris Lattner2003-02-18
* Modernize testcaseChris Lattner2003-02-18
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* More testcases I don't want to forget aboutChris Lattner2002-05-06
* New testcases so I don't forget about these algebraic simplificationsChris Lattner2002-05-06