summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* GlobalISel: implement legalization pass, with just one transformation.Tim Northover2016-07-221-0/+32
* GlobalISel: implement alloca instructionTim Northover2016-07-221-0/+8
* GlobalISel: implement low-level type with just size & vector lanes.Tim Northover2016-07-201-7/+7
* [IRTranslator] Translate unconditional branches.Quentin Colombet2016-03-111-0/+7
* [MachineIRBuilder] Rework buildInstr API to maximize code reuse.Quentin Colombet2016-03-111-22/+24
* [MachineIRBuilder] Rename the setter of MF for consistency with the getter.Quentin Colombet2016-03-111-1/+1
* [MachineIRBuilder] Rename the setter for MBB for consistency with the getter.Quentin Colombet2016-03-111-2/+2
* [Target] Add a helper function to check if an opcode is invalid after isel.Quentin Colombet2016-02-111-1/+13
* [GlobalISel] Teach the IRTranslator how to lower returns.Quentin Colombet2016-02-111-0/+22
* [GlobalISel] Add a MachineIRBuilder class.Quentin Colombet2016-02-111-0/+61
OpenPOWER on IntegriCloud