| Commit message (Expand) | Author | Age | Files | Lines |
| * | [GISel][UnitTest] Fix a bunch of tests that were not doing anything | Quentin Colombet | 2019-10-11 | 1 | -0/+9 |
| * | [MachineIRBuilder] Fix an assertion failure with buildMerge | Quentin Colombet | 2019-10-11 | 1 | -0/+39 |
| * | GlobalISel: Add G_FMAD instruction | Matt Arsenault | 2019-09-06 | 1 | -0/+4 |
| * | [GISel]: Add GISelKnownBits analysis | Aditya Nandakumar | 2019-08-06 | 1 | -0/+2 |
| * | GlobalISel: Add G_ATOMICRMW_{FADD|FSUB} | Matt Arsenault | 2019-07-30 | 1 | -0/+30 |
| * | CodeGen: Introduce a class for registers | Matt Arsenault | 2019-06-24 | 1 | -9/+9 |
| * | GlobalISel: Define integer min/max instructions | Matt Arsenault | 2019-05-17 | 1 | -0/+25 |
| * | GlobalISel: Add fp<->int casts to MachineIRBuilder | Matt Arsenault | 2019-05-17 | 1 | -0/+24 |
| * | GlobalISel: Add MIRBuilder wrappers for bitcount instructions | Matt Arsenault | 2019-05-17 | 1 | -0/+27 |
| * | GlobalISel: Add buildFMA to MachineIRBuilder | Matt Arsenault | 2019-05-16 | 1 | -0/+3 |
| * | GlobalISel: Add buildXor/buildNot | Matt Arsenault | 2019-05-16 | 1 | -0/+28 |
| * | GlobalISel: Add DstOp version of buildIntrinsic | Matt Arsenault | 2019-05-16 | 1 | -0/+28 |
| * | GlobalISel: Add buildFConstant for APFloat | Matt Arsenault | 2019-05-16 | 1 | -0/+5 |
| * | GlobalISel: Add some FP instructions to MachineIRBuilder | Matt Arsenault | 2019-05-16 | 1 | -0/+28 |
| * | GlobalISel: Add another overload of buildUnmerge | Matt Arsenault | 2019-04-05 | 1 | -0/+20 |
| * | GlobalISel: Allow constructing SrcOp/DstOp from MachineOperand | Matt Arsenault | 2019-02-04 | 1 | -0/+25 |
| * | GlobalISel: Fix CSE handling of buildConstant | Matt Arsenault | 2019-02-04 | 1 | -4/+36 |
| * | GlobalISel: Improve gtest usage | Matt Arsenault | 2019-02-04 | 1 | -2/+1 |
| * | GlobalISel: Make buildConstant handle vectors | Matt Arsenault | 2019-01-22 | 1 | -0/+36 |