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