summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/not.ll
Commit message (Expand)AuthorAge
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* 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
* Implement PR2298. This transforms:Chris Lattner2008-05-09
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* The instruction combining pass removes dead instructions, there is no needChris Lattner2004-02-28
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* 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 test for demorgans law with constantsChris Lattner2003-03-10
* Test that demorgan's law is instcombined successfullyChris Lattner2002-08-23
* Add testcase for the not (setcc A, B) caseChris Lattner2002-08-21
* Fix buggy testcaseChris Lattner2002-08-20
* The not instruction is just a specialized form of XORChris Lattner2002-08-14
* These tests should not run -dce pass to cleanup instcombine.Chris Lattner2002-08-02
* New testcase to make sure not instructions get combinedChris Lattner2002-05-06