summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
AgeCommit message (Expand)Author
2016-11-18[MIRPrinter] Print raw branch probabilities as expected by MIRParserGeoff Berry
2016-10-12[MIRParser] Parse lane masks for register live-insKrzysztof Parzyszek
2016-09-12GlobalISel: disambiguate types when printing MIRTim Northover
2016-09-11[CodeGen] Split out the notions of MI invariance and MI dereferenceability.Justin Lebar
2016-09-09GlobalISel: move type information to MachineRegisterInfo.Tim Northover
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-24MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing itMatthias Braun
2016-08-24MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun
2016-08-24MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.Matthias Braun
2016-08-22Fix crash from assert in r279466.Pete Cooper
2016-08-17GlobalISel: support irtranslation of icmp instructions.Tim Northover
2016-08-02[GlobalISel] Add Selected MachineFunction property.Ahmed Bougacha
2016-08-02[GlobalISel] Add RegBankSelected MachineFunction property.Ahmed Bougacha
2016-08-02[GlobalISel] Add Legalized MachineFunction property.Ahmed Bougacha
2016-07-29CodeGen: add new "intrinsic" MachineOperand kind.Tim Northover
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-07-26MIRParser: Use dot instead of colon to mark subregistersMatthias Braun
2016-07-26MIRParser: Use shorter cfi identifiersMatthias Braun
2016-07-26GlobalISel: omit braces on MachineInstr types when there's only one.Tim Northover
2016-07-25GlobalISel: add generic casts to IRTranslatorTim Northover
2016-07-22GlobalISel: allow multiple types on MachineInstrs.Tim Northover
2016-07-20GlobalISel: implement low-level type with just size & vector lanes.Tim Northover
2016-06-04MIR: Support MachineMemOperands without associated valueMatthias Braun
2016-04-14Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner
2016-04-08[MIR] Teach the mir printer how to print the register bank.Quentin Colombet
2016-03-28Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff
2016-03-08[MIR] Teach the parser/printer that generic virtual registers do not need a r...Quentin Colombet
2016-03-08[MIR] Teach the printer how to print complex types for generic machine instru...Quentin Colombet
2016-03-08[MIR] Print the type of generic machine instructions.Quentin Colombet
2016-03-07[MIR] Teach the MIPrinter about size for generic virtual registers.Quentin Colombet
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-09-25TargetRegisterInfo: Introduce PrintLaneMask.Matthias Braun
2015-09-09Save LaneMask with livein registersMatthias Braun
2015-08-27[WinEH] Add some support for code generating catchpadReid Kleckner
2015-08-24MachineBasicBlock: Add liveins() method returning an iterator_rangeMatthias Braun
2015-08-21MIR Serialization: Serialize the pointer IR expression values in the machineAlex Lorenz
2015-08-21MIR Serialization: Print MCSymbol operands.Alex Lorenz
2015-08-20MIR Serialization: Use the global value syntax for global value memory operands.Alex Lorenz
2015-08-20MIR Serialization: Change syntax for the call entry pseudo source values.Alex Lorenz
2015-08-19Fix test failure introduced by r245521.Alex Lorenz
2015-08-19MIR Serialization: Serialize unnamed local IR values in memory operands.Alex Lorenz
2015-08-19MIR Printer: Extract the code that prints IR slots to a separate function. NFC.Alex Lorenz
2015-08-19MIR Serialization: Serialize instruction's register ties.Alex Lorenz
2015-08-19MIR Serialization: Serialize defined registers that require 'def' register flag.Alex Lorenz
2015-08-19MIR Serialization: Serialize MMI's variable debug information.Alex Lorenz
2015-08-18MIR Serialization: Serialize the operand's bit mask target flags.Alex Lorenz
2015-08-18MIR Serialization: Serialize the frame information's stack protector index.Alex Lorenz
2015-08-17MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz