Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -1/+1 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -4/+4 |
* | InstCombine: (X ^ signbit) + C -> X + (signbit ^ C) | David Majnemer | 2013-05-06 | 1 | -0/+10 |
* | InstCombine: Add a combine that turns (2^n)-1 ^ x back into (2^n)-1 - x iff x... | Benjamin Kramer | 2011-12-24 | 1 | -0/+12 |
* | ComputeMaskedBits: Make knownzero computation more aggressive for ctlz with u... | Benjamin Kramer | 2011-12-24 | 1 | -0/+13 |
* | InstCombine: Canonicalize (2^n)-1 - x into (2^n)-1 ^ x iff x is known to be s... | Benjamin Kramer | 2011-12-24 | 1 | -0/+12 |