summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/xor2.ll
Commit message (Expand)AuthorAge
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-13
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-12
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-11
* Revert r108141 again, sigh.Benjamin Kramer2010-07-12
* Reapply 108136 with an ugly pasto fixed.Benjamin Kramer2010-07-12
* Revert r108136 until I figure out why it broke selfhost.Benjamin Kramer2010-07-12
* instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...Benjamin Kramer2010-07-12
* This test case:Bill Wendling2010-03-03
* optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner2010-01-19
* teach instcombine to simplify xor's harder, catching theChris Lattner2009-10-11
* convert xor2 to filecheck, merge in a random regtestChris Lattner2009-10-11
* 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
* For PR1319:Reid Spencer2007-04-14
* new testcase for PR1253Chris Lattner2007-04-03