| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove leftover MF->dump()'s from r368487 that break release builds | Daniel Sanders | 2019-08-09 | 1 | -4/+0 |
| * | [globalisel] Add G_SEXT_INREG | Daniel Sanders | 2019-08-09 | 1 | -0/+127 |
| * | [GISel]: Add GISelKnownBits analysis | Aditya Nandakumar | 2019-08-06 | 1 | -0/+14 |
| * | GlobalISel: Fix widenScalar for G_MERGE_VALUES to pointer | Matt Arsenault | 2019-08-01 | 1 | -0/+38 |
| * | Minor styling fix. NFC. | Michael Liao | 2019-07-18 | 1 | -2/+1 |
| * | GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sources | Matt Arsenault | 2019-07-17 | 1 | -6/+77 |
| * | GlobalISel: Handle more cases for widenScalar of G_MERGE_VALUES | Matt Arsenault | 2019-07-17 | 1 | -0/+34 |
| * | GlobalISel: widenScalar for G_BUILD_VECTOR | Matt Arsenault | 2019-07-08 | 1 | -0/+47 |
| * | GlobalISel: Implement lower for min/max | Matt Arsenault | 2019-07-01 | 1 | -0/+78 |
| * | GlobalISel: Use the original flags when lowering fneg to fsub | Matt Arsenault | 2019-06-17 | 1 | -0/+46 |
| * | GlobalISel: Implement fewerElementsVector for phi | Matt Arsenault | 2019-02-28 | 1 | -0/+94 |
| * | GlobalISel: Implement moreElementsVector for bit ops | Matt Arsenault | 2019-02-19 | 1 | -0/+40 |
| * | GlobalISel: Fix double count of offset for irregular vector breakdowns | Matt Arsenault | 2019-02-18 | 1 | -0/+48 |
| * | GlobalISel: Fix not calling observer when legalizing bitcount ops | Matt Arsenault | 2019-02-04 | 1 | -0/+65 |
| * | GlobalISel: Improve gtest usage | Matt Arsenault | 2019-02-04 | 1 | -28/+28 |
| * | GlobalISel: Allow bitcount ops to have different result type | Matt Arsenault | 2019-01-31 | 1 | -33/+47 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [GISel]: Add support for CSEing continuously during GISel passes. | Aditya Nandakumar | 2019-01-16 | 1 | -34/+35 |
| * | [globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del... | Daniel Sanders | 2018-12-14 | 1 | -4/+4 |
| * | [globalisel] Add GISelChangeObserver::changingInstr() | Daniel Sanders | 2018-12-12 | 1 | -0/+1 |
| * | [globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and... | Daniel Sanders | 2018-12-12 | 1 | -1/+1 |
| * | [GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ... | Aditya Nandakumar | 2018-12-11 | 1 | -21/+23 |
| * | [GISel]: Provide standard interface to observe changes in GISel passes | Aditya Nandakumar | 2018-12-05 | 1 | -14/+35 |
| * | [ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF | Diana Picus | 2018-11-26 | 1 | -0/+27 |
| * | [GISel]: Add legalization support for Widening UADDO/USUBO | Aditya Nandakumar | 2018-08-29 | 1 | -0/+75 |
| * | [GISel]: Add legalization support for widening bit counting operations | Aditya Nandakumar | 2018-08-22 | 1 | -0/+157 |
| * | Revert "Revert rr340111 "[GISel]: Add Legalization/lowering code for bit coun... | Aditya Nandakumar | 2018-08-21 | 1 | -0/+188 |
| * | Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting ope... | Reid Kleckner | 2018-08-20 | 1 | -188/+0 |
| * | [GISel]: Add Legalization/lowering code for bit counting operations | Aditya Nandakumar | 2018-08-18 | 1 | -0/+188 |