summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [IRTranslator] Translate unconditional branches.Quentin Colombet2016-03-111-0/+7
| | | | llvm-svn: 263265
* [MachineIRBuilder] Rework buildInstr API to maximize code reuse.Quentin Colombet2016-03-111-22/+24
| | | | llvm-svn: 263264
* [MachineIRBuilder] Rename the setter of MF for consistency with the getter.Quentin Colombet2016-03-111-1/+1
| | | | llvm-svn: 263262
* [MachineIRBuilder] Rename the setter for MBB for consistency with the getter.Quentin Colombet2016-03-111-2/+2
| | | | llvm-svn: 263261
* [Target] Add a helper function to check if an opcode is invalid after isel.Quentin Colombet2016-02-111-1/+13
| | | | llvm-svn: 260590
* [GlobalISel] Teach the IRTranslator how to lower returns.Quentin Colombet2016-02-111-0/+22
| | | | llvm-svn: 260562
* [GlobalISel] Add a MachineIRBuilder class.Quentin Colombet2016-02-111-0/+61
Helper class to build machine instrs. This is a higher abstraction than MachineInstrBuilder. llvm-svn: 260547
OpenPOWER on IntegriCloud