aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/not.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+7
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Implement PR2298. This transforms:Chris Lattner2008-05-091-0/+10
* 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