OSDN Git Service

Merging r339822:
[android-x86/external-llvm.git] / lib / CodeGen / MIRPrinter.cpp
2018-05-03 Michael BergMachineInst support mapping SDNode fast math flags...
2018-04-25 Francis Visoiu Mistrih[MIR] Add support for debug metadata for fixed stack...
2018-04-06 Francis Visoiu Mistrih[MIR] Add support for MachineFrameInfo::LocalFrameSize
2018-03-30 Puyan Lotfi[MIR] Adding support for Named Virtual Registers in...
2018-03-14 Francis Visoiu Mistrih[CodeGen] Use MIR syntax for MachineMemOperand printing
2018-03-13 Francis Visoiu Mistrih[MIR] Allow frame-setup and frame-destroy on the same...
2018-02-28 Roman Tereshin[GlobalISel] Print/Parse FailedISel MachineFunction...
2018-01-26 Francis Visoiu Mistrih[MIR] Add support for addrspace in MIR
2018-01-19 Francis Visoiu Mistrih[CodeGen] Unify printing format of debug-location in...
2018-01-18 Francis Visoiu Mistrih[CodeGen][NFC] Rename IsVerbose to IsStandalone in...
2018-01-18 Francis Visoiu Mistrih[CodeGen] Print RegClasses on MI in verbose mode
2018-01-16 Francis Visoiu Mistrih[CodeGen][NFC] Correct case for printSubRegIdx
2018-01-10 Puyan Lotfi[MIR] Repurposing '$' sigil used by external symbols...
2018-01-09 Francis Visoiu Mistrih[MIR] Add support for the frame-destroy MachineInstr...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_BlockAddress operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_FPImmediate operands to...
2017-12-19 Francis Visoiu Mistrih[CodeGen] Refactor printOffset from MO and MIRPrinter
2017-12-19 Francis Visoiu Mistrih[CodeGen] Move printing MO_CFIIndex operands to Machine...
2017-12-15 Matthias BraunMachineFunction: Return reference from getFunction...
2017-12-15 Francis Visoiu Mistrih[CodeGen] Print stack object references as %(fixed...
2017-12-15 Francis Visoiu Mistrih[MIR] Add support for missing CFI directives
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print MCSymbol operands as <mcsymbol sym...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Move printing MO_Metadata operands to Machine...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print live-out register lists as liveout...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print global addresses as @foo in both MIR...
2017-12-14 Francis Visoiu Mistrih[CodeGen] Print external symbols as $symbol in both...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print jump-table index operands as %jump...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print target index operands as target-index...
2017-12-13 Francis Visoiu Mistrih[CodeGen] Print constant pool index operands as %const...
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_Immediate operands to Machin...
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_MachineBasicBlock operands...
2017-12-08 Francis Visoiu Mistrih[CodeGen] Move printing MO_CImmediate operands to Machi...
2017-12-07 Francis Visoiu Mistrih[CodeGen] Use MachineOperand::print in the MIRPrinter...
2017-12-04 Francis Visoiu Mistrih[CodeGen] Unify MBB reference format in both MIR and...
2017-12-01 Zachary TurnerMark all library options as hidden.
2017-11-30 Francis Visoiu Mistrih[CodeGen] Always use `printReg` to print registers...
2017-11-28 Daniel Sanders[mir] Print/Parse both MOLoad and MOStore when they...
2017-11-28 Francis Visoiu Mistrih[CodeGen] Rename functions PrintReg* to printReg*
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-08 David BlaikieTarget/TargetInstrInfo.h -> CodeGen/TargetInstrInfo...
2017-11-06 Bjorn Pettersson[MIRPrinter] Use %subreg.xxx syntax for subregister...
2017-11-02 Francis Visoiu Mistrih[AsmPrinterDwarf] Add support for .cfi_restore directive
2017-10-24 Justin BognerMIR: Print the register class or bank in vreg defs
2017-10-16 Krzysztof ParzyszekAdd iterator range MachineRegisterInfo::liveins(),...
2017-10-10 Justin BognerCodeGen: Minor cleanups to use MachineInstr::getMF...
2017-09-28 Matthias BraunMIR: Serialize CaleeSavedInfo Restored flag
2017-09-19 Quentin Colombet[MIRPrinter] Print empty successor lists when they...
2017-09-19 Quentin ColombetRevert "[MIRPrinter] Print empty successor lists when...
2017-09-19 Quentin Colombet[MIRPrinter] Print empty successor lists when they...
2017-08-02 Diana Picus[MIR] Print target-specific constant pools
2017-07-20 Matt ArsenaultAdd an ID field to StackObjects
2017-07-13 Geoff Berry[MIR] Add support for printing and parsing target MMO...
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-06-06 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-06 Matthias BraunMIRPrinter: Avoid assert() when printing empty INLINEAS...
2017-06-06 Vivek Pandya[Improve CodeGen Testing] This patch renables MIRPrinte...
2017-05-30 Tim NorthoverMIR: remove explicit "noVRegs" property.
2017-05-13 Vivek PandyaThis reverts r302984
2017-05-13 Vivek PandyaSimplify MIR Output used for Codegen Testing
2017-05-05 Matthias BraunMIParser/MIRPrinter: Compute block successors if not...
2017-05-01 Matthias BraunMachineFrameInfo: Track whether MaxCallFrameSize is...
2017-04-22 Daniel Sanders[globalisel][tablegen] Revise API for ComplexPattern...
2017-03-19 Oren Ben Simhon[MIR] Support Customed Register Mask and CSRs
2017-03-15 Tim NorthoverARM: avoid clobbering register in v6 jump-table expansion.
2017-03-14 Daniel Sanders[globalisel][tblgen] Add support for ComplexPatterns
2017-02-13 Tim NorthoverMIR: parse & print the atomic parts of a MachineMemOperand.
2017-01-05 Matthias BraunCodeGen: Assert that liveness is up to date when readin...
2016-12-17 Tom StellardAdd custom type for PseudoSourceValue
2016-12-15 Krzysztof ParzyszekExtract LaneBitmask into a separate type
2016-11-30 Matthias BraunMove VariableDbgInfo from MachineModuleInfo to MachineF...
2016-11-30 Matthias BraunMove FrameInstructions from MachineModuleInfo to Machin...
2016-11-18 Geoff Berry[MIRPrinter] Print raw branch probabilities as expected...
2016-10-12 Krzysztof Parzyszek[MIRParser] Parse lane masks for register live-ins
2016-09-12 Tim NorthoverGlobalISel: disambiguate types when printing MIR
2016-09-11 Justin Lebar[CodeGen] Split out the notions of MI invariance and...
2016-09-09 Tim NorthoverGlobalISel: move type information to MachineRegisterInfo.
2016-08-25 Matthias BraunMachineFunctionProperties/MIRParser: Rename AllVRegsAll...
2016-08-24 Matthias BraunMIRParser/MIRPrinter: Compute HasInlineAsm instead...
2016-08-24 Matthias BraunMachineRegisterInfo/MIR: Initialize tracksSubRegLivenes...
2016-08-24 Matthias BraunMIRParser/MIRPrinter: Compute isSSA instead of printing...
2016-08-22 Pete CooperFix crash from assert in r279466.
2016-08-17 Tim NorthoverGlobalISel: support irtranslation of icmp instructions.
2016-08-02 Ahmed Bougacha[GlobalISel] Add Selected MachineFunction property.
2016-08-02 Ahmed Bougacha[GlobalISel] Add RegBankSelected MachineFunction property.
2016-08-02 Ahmed Bougacha[GlobalISel] Add Legalized MachineFunction property.
2016-07-29 Tim NorthoverCodeGen: add new "intrinsic" MachineOperand kind.
2016-07-28 Matthias BraunMachineFunction: Return reference for getFrameInfo...
2016-07-26 Matthias BraunMIRParser: Use dot instead of colon to mark subregisters
2016-07-26 Matthias BraunMIRParser: Use shorter cfi identifiers
2016-07-26 Tim NorthoverGlobalISel: omit braces on MachineInstr types when...
2016-07-25 Tim NorthoverGlobalISel: add generic casts to IRTranslator
2016-07-22 Tim NorthoverGlobalISel: allow multiple types on MachineInstrs.
2016-07-20 Tim NorthoverGlobalISel: implement low-level type with just size...
2016-06-04 Matthias BraunMIR: Support MachineMemOperands without associated...
2016-04-14 Reid KlecknerSink DI metadata usage out of MachineInstr.h and Machin...
2016-04-08 Quentin Colombet[MIR] Teach the mir printer how to print the register...
2016-03-28 Derek SchuffIntroduce MachineFunctionProperties and the AllVRegsAll...
2016-03-08 Quentin Colombet[MIR] Teach the parser/printer that generic virtual...
next