| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removal Of Duplicate Test Cases and Addition Of Missing Check Statements | Sonam Kumari | 2014-12-09 | 1 | -21/+15 |
| * | InstCombine: Fold ((A | B) & C1) ^ (B & C2) -> (A & C1) ^ B if C1^C2=-1 | David Majnemer | 2014-08-21 | 1 | -0/+8 |
| * | InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B | Mayur Pandey | 2014-08-19 | 1 | -0/+13 |
| * | InstCombine: ((A | ~B) ^ (~A | B)) to A ^ B | David Majnemer | 2014-08-14 | 1 | -0/+13 |
| * | InstCombine: Combine (xor (or %a, %b) (xor %a, %b)) to (add %a, %b) | Karthik Bhat | 2014-08-13 | 1 | -0/+11 |
| * | This patch implements transform for pattern "(A | B) & ((~A) ^ B) -> (A & B)". | Suyog Sarda | 2014-08-01 | 1 | -0/+24 |
| * | InstCombine: Simplify (A ^ B) or/and (A ^ B ^ C) | David Majnemer | 2014-07-30 | 1 | -0/+20 |
| * | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -9/+9 |
| * | InstCombine: Add a bunch of combines of the form x | (y ^ z). | Benjamin Kramer | 2011-02-20 | 1 | -0/+94 |

