aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/not.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-29/+28
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* The instruction combining pass removes dead instructions, there is no needChris Lattner2004-02-281-1/+1
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-161-1/+1
* 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 test for demorgans law with constantsChris Lattner2003-03-101-0/+17
* Test that demorgan's law is instcombined successfullyChris Lattner2002-08-231-0/+10
* Add testcase for the not (setcc A, B) caseChris Lattner2002-08-211-0/+5
* Fix buggy testcaseChris Lattner2002-08-201-3/+3
* The not instruction is just a specialized form of XORChris Lattner2002-08-141-3/+3
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-021-1/+1
* New testcase to make sure not instructions get combinedChris Lattner2002-05-061-0/+16