summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* GlobalISel: translate floating-point constantsTim Northover2016-08-191-0/+5
* GlobalISel: support translating select instructions.Tim Northover2016-08-191-0/+10
* GlobalISel: improve representation of G_SEQUENCE and G_EXTRACTTim Northover2016-08-191-11/+26
* GlobalISel: support translation of extractvalue instructions.Tim Northover2016-08-191-1/+1
* GlobalISel: support overflow arithmetic intrinsics.Tim Northover2016-08-191-9/+15
* GlobalISel: support irtranslation of icmp instructions.Tim Northover2016-08-171-0/+11
* GlobalISel: implement narrowing for G_ADD.Tim Northover2016-08-041-0/+17
* GlobalISel: add code to widen scalar G_ADDTim Northover2016-08-041-0/+10
* GlobalISel: support translation of intrinsic calls.Tim Northover2016-07-291-0/+14
* GlobalISel: add generic conditional branch.Tim Northover2016-07-291-1/+7
* CodeGen: improve MachineInstrBuilder & MachineIRBuilder interfaceTim Northover2016-07-291-47/+47
* GlobalISel: add generic load and store instructions.Tim Northover2016-07-261-0/+17
* GlobalISel: add correct operand type to G_FRAME_INDEX instrs.Tim Northover2016-07-261-1/+1
* GlobalISel: add specialized buildCopy function to MachineInstrBuilder.Tim Northover2016-07-261-0/+4
* GlobalISel: give MachineInstrBuilder a uniform interface. NFC.Tim Northover2016-07-261-49/+11
* GlobalISel: add generic casts to IRTranslatorTim Northover2016-07-251-0/+12
* 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