aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/xor2.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+90
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-7/+7
* fix a typoShuxin Yang2012-12-051-1/+1
* For rdar://12329730, last piece.Shuxin Yang2012-12-041-0/+16
* rdar://12329730 (defect 2)Shuxin Yang2012-11-261-0/+15
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-131-1/+1
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-121-1/+1
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-111-1/+1
* Revert r108141 again, sigh.Benjamin Kramer2010-07-121-14/+0
* Reapply 108136 with an ugly pasto fixed.Benjamin Kramer2010-07-121-0/+14
* Revert r108136 until I figure out why it broke selfhost.Benjamin Kramer2010-07-121-14/+0
* instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...Benjamin Kramer2010-07-121-0/+14
* This test case:Bill Wendling2010-03-031-4/+4
* optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner2010-01-191-0/+10
* teach instcombine to simplify xor's harder, catching theChris Lattner2009-10-111-0/+11
* convert xor2 to filecheck, merge in a random regtestChris Lattner2009-10-111-1/+16
* 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
* For PR1319:Reid Spencer2007-04-141-3/+1
* new testcase for PR1253Chris Lattner2007-04-031-0/+19