summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move FrameInstructions from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-2/+2
* [MIRPrinter] Print raw branch probabilities as expected by MIRParserGeoff Berry2016-11-181-1/+4
* [MIRParser] Parse lane masks for register live-insKrzysztof Parzyszek2016-10-121-1/+1
* GlobalISel: disambiguate types when printing MIRTim Northover2016-09-121-9/+33
* [CodeGen] Split out the notions of MI invariance and MI dereferenceability.Justin Lebar2016-09-111-0/+2
* GlobalISel: move type information to MachineRegisterInfo.Tim Northover2016-09-091-14/+4
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-2/+0
* MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing itMatthias Braun2016-08-241-1/+0
* MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun2016-08-241-1/+0
* MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.Matthias Braun2016-08-241-1/+0
* Fix crash from assert in r279466.Pete Cooper2016-08-221-1/+1
* GlobalISel: support irtranslation of icmp instructions.Tim Northover2016-08-171-0/+6
* [GlobalISel] Add Selected MachineFunction property.Ahmed Bougacha2016-08-021-0/+2
* [GlobalISel] Add RegBankSelected MachineFunction property.Ahmed Bougacha2016-08-021-0/+2
* [GlobalISel] Add Legalized MachineFunction property.Ahmed Bougacha2016-08-021-0/+3
* CodeGen: add new "intrinsic" MachineOperand kind.Tim Northover2016-07-291-0/+13
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-2/+2
* MIRParser: Use dot instead of colon to mark subregistersMatthias Braun2016-07-261-1/+1
* MIRParser: Use shorter cfi identifiersMatthias Braun2016-07-261-5/+5
* GlobalISel: omit braces on MachineInstr types when there's only one.Tim Northover2016-07-261-4/+5
* GlobalISel: add generic casts to IRTranslatorTim Northover2016-07-251-1/+1
* GlobalISel: allow multiple types on MachineInstrs.Tim Northover2016-07-221-2/+7
* GlobalISel: implement low-level type with just size & vector lanes.Tim Northover2016-07-201-2/+2
* MIR: Support MachineMemOperands without associated valueMatthias Braun2016-06-041-3/+4
* Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner2016-04-141-0/+1
* [MIR] Teach the mir printer how to print the register bank.Quentin Colombet2016-04-081-5/+8
* Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff2016-03-281-0/+3
* [MIR] Teach the parser/printer that generic virtual registers do not need a r...Quentin Colombet2016-03-081-2/+7
* [MIR] Teach the printer how to print complex types for generic machine instru...Quentin Colombet2016-03-081-1/+2
* [MIR] Print the type of generic machine instructions.Quentin Colombet2016-03-081-0/+4
* [MIR] Teach the MIPrinter about size for generic virtual registers.Quentin Colombet2016-03-071-4/+12
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+2
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-2/+2
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+2
* TargetRegisterInfo: Introduce PrintLaneMask.Matthias Braun2015-09-251-2/+1
* Save LaneMask with livein registersMatthias Braun2015-09-091-2/+5
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-1/+1
* MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun2015-08-241-3/+5
* MIR Serialization: Serialize the pointer IR expression values in the machineAlex Lorenz2015-08-211-6/+7
* MIR Serialization: Print MCSymbol operands.Alex Lorenz2015-08-211-3/+4
* MIR Serialization: Use the global value syntax for global value memory operands.Alex Lorenz2015-08-201-1/+4
* MIR Serialization: Change syntax for the call entry pseudo source values.Alex Lorenz2015-08-201-1/+2
* Fix test failure introduced by r245521.Alex Lorenz2015-08-191-0/+6
* MIR Serialization: Serialize unnamed local IR values in memory operands.Alex Lorenz2015-08-191-2/+2
* MIR Printer: Extract the code that prints IR slots to a separate function. NFC.Alex Lorenz2015-08-191-4/+8
* MIR Serialization: Serialize instruction's register ties.Alex Lorenz2015-08-191-5/+24
* MIR Serialization: Serialize defined registers that require 'def' register flag.Alex Lorenz2015-08-191-3/+8
* MIR Serialization: Serialize MMI's variable debug information.Alex Lorenz2015-08-191-2/+27
* MIR Serialization: Serialize the operand's bit mask target flags.Alex Lorenz2015-08-181-5/+37
* MIR Serialization: Serialize the frame information's stack protector index.Alex Lorenz2015-08-181-2/+11
OpenPOWER on IntegriCloud