summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/xor.ll
Commit message (Expand)AuthorAge
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* 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
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* For PR1319:Reid Spencer2007-04-14
* creative way to add one.Chris Lattner2007-04-02
* For PR761:Reid Spencer2007-01-26
* new testcaseChris Lattner2007-01-05
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcasesChris Lattner2006-04-01
* New testcasesChris Lattner2006-02-27
* Make these tests fail if opt crashes.Chris Lattner2006-02-12
* new testcaseChris Lattner2005-05-06
* Test that xor/select are folded into a select with inverted operands.Chris Lattner2005-04-24
* Add a test for the "swap idiom", which LLVM should be able to unravel.Chris Lattner2004-02-16
* Test for xor chainsChris Lattner2004-02-16
* New testcase for the other sideChris Lattner2003-11-05
* Since we're in the neighborhood, test for the inverseChris Lattner2003-11-04
* Add a generalization of the previous caseChris Lattner2003-11-04
* New testcase for masking operation that frequently occurs in the pool allocatorChris Lattner2003-11-04
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Add some more tests for: (A <setcc1> B) logicalop (A <setcc2> B)Chris Lattner2003-08-13
* Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner2003-08-13
* New testcasesChris Lattner2003-07-23
* Renumber tests sequentiallyChris Lattner2003-07-23
* Split the or and xor tests into two separate filesChris Lattner2003-07-23