Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / InstCombine / xor.ll
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-01 Chris Lattnernew testcases
2006-02-27 Chris LattnerNew testcases
2006-02-12 Chris LattnerMake these tests fail if opt crashes.
2005-05-06 Chris Lattnernew testcase
2005-04-24 Chris LattnerTest that xor/select are folded into a select with...
2004-02-16 Chris LattnerAdd a test for the "swap idiom", which LLVM should...
2004-02-16 Chris LattnerTest for xor chains
2003-11-05 Chris LattnerNew testcase for the other side
2003-11-04 Chris LattnerSince we're in the neighborhood, test for the inverse
2003-11-04 Chris LattnerAdd a generalization of the previous case
2003-11-04 Chris LattnerNew testcase for masking operation that frequently...
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-08-13 Chris LattnerAdd some more tests for: (A <setcc1> B) logicalop ...
2003-08-13 Chris LattnerReorganize tests because we no longer cannonicalize...
2003-07-23 Chris LattnerNew testcases
2003-07-23 Chris LattnerRenumber tests sequentially
2003-07-23 Chris LattnerSplit the or and xor tests into two separate files