aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/xor.ll
AgeCommit message (Expand)Author
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-01new testcasesChris Lattner
2006-02-27New testcasesChris Lattner
2006-02-12Make these tests fail if opt crashes.Chris Lattner
2005-05-06new testcaseChris Lattner
2005-04-24Test that xor/select are folded into a select with inverted operands.Chris Lattner
2004-02-16Add a test for the "swap idiom", which LLVM should be able to unravel.Chris Lattner
2004-02-16Test for xor chainsChris Lattner
2003-11-05New testcase for the other sideChris Lattner
2003-11-04Since we're in the neighborhood, test for the inverseChris Lattner
2003-11-04Add a generalization of the previous caseChris Lattner
2003-11-04New testcase for masking operation that frequently occurs in the pool allocatorChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-08-13Add some more tests for: (A <setcc1> B) logicalop (A <setcc2> B)Chris Lattner
2003-08-13Reorganize tests because we no longer cannonicalize X != 0 -> cast X to boolChris Lattner
2003-07-23New testcasesChris Lattner
2003-07-23Renumber tests sequentiallyChris Lattner
2003-07-23Split the or and xor tests into two separate filesChris Lattner