Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [IRTranslator] Translate unconditional branches. | Quentin Colombet | 2016-03-11 | 1 | -0/+7 |
* | [MachineIRBuilder] Rework buildInstr API to maximize code reuse. | Quentin Colombet | 2016-03-11 | 1 | -22/+24 |
* | [MachineIRBuilder] Rename the setter of MF for consistency with the getter. | Quentin Colombet | 2016-03-11 | 1 | -1/+1 |
* | [MachineIRBuilder] Rename the setter for MBB for consistency with the getter. | Quentin Colombet | 2016-03-11 | 1 | -2/+2 |
* | [Target] Add a helper function to check if an opcode is invalid after isel. | Quentin Colombet | 2016-02-11 | 1 | -1/+13 |
* | [GlobalISel] Teach the IRTranslator how to lower returns. | Quentin Colombet | 2016-02-11 | 1 | -0/+22 |
* | [GlobalISel] Add a MachineIRBuilder class. | Quentin Colombet | 2016-02-11 | 1 | -0/+61 |