Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GlobalISel: Start adding computeNumSignBits to GISelKnownBits | Matt Arsenault | 2020-01-06 | 1 | -0/+78 |
* | [GISel][UnitTest] Fix a bunch of tests that were not doing anything | Quentin Colombet | 2019-10-11 | 1 | -3/+2 |
* | [globalisel][knownbits] Account for missing type constraints | Daniel Sanders | 2019-09-05 | 1 | -0/+26 |
* | [globalisel][knownbits] Correct a typo that prevented a test working as intended | Daniel Sanders | 2019-09-05 | 1 | -1/+1 |
* | [globalisel] Support trivial COPY in GISelKnownBits | Daniel Sanders | 2019-09-04 | 1 | -0/+6 |
* | GlobalISel: Add maskedValueIsZero and signBitIsZero to known bits | Matt Arsenault | 2019-08-29 | 1 | -0/+16 |
* | [GlobalISel]: Add KnownBits for G_XOR | Aditya Nandakumar | 2019-08-13 | 1 | -0/+16 |
* | [GISel]: Fix a bug in KnownBits where we should have been using SizeInBits | Aditya Nandakumar | 2019-08-12 | 1 | -0/+16 |
* | [GISel]: Add GISelKnownBits analysis | Aditya Nandakumar | 2019-08-06 | 1 | -0/+56 |