aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-19[DebugInfo] Allow bundled calls in the MIR's call site infoDavid Stenberg1-2/+3
2019-08-13GlobalISel: Change representation of shuffle masksMatt Arsenault1-1/+2
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-1/+1
2019-06-27[MachineFunction] Base support for call site info trackingDjordje Todorovic1-0/+37
2019-06-17Describe stack-id as an enumSander de Smalen1-2/+3
2019-06-05Allow target to handle STRICT floating-point nodesUlrich Weigand1-0/+2
2019-05-28MIR: Fix printer crashing on dead CSR frame indexesMatt Arsenault1-0/+3
2019-03-14MIR: Allow targets to serialize MachineFunctionInfoMatt Arsenault1-0/+5
2019-02-22MIR: Preserve incoming frame index numbersMatt Arsenault1-4/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-09[Power9] Allow gpr callee saved spills in prologue to vectors registersZaara Syeda1-12/+14
2018-10-24[MIR] Add hasWinCFI fieldSanjin Sijaric1-0/+1
2018-10-01[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner1-0/+2
2018-09-11add IR flags to MIMichael Berg1-0/+6
2018-08-16[x86/MIR] Implement support for pre- and post-instruction symbols, asChandler Carruth1-0/+18
2018-05-03MachineInst support mapping SDNode fast math flags for support in Back End co...Michael Berg1-0/+14
2018-04-25[MIR] Add support for debug metadata for fixed stack objectsFrancis Visoiu Mistrih1-13/+21
2018-04-06[MIR] Add support for MachineFrameInfo::LocalFrameSizeFrancis Visoiu Mistrih1-0/+1
2018-03-30[MIR] Adding support for Named Virtual Registers in MIR.Puyan Lotfi1-0/+2
2018-03-14[CodeGen] Use MIR syntax for MachineMemOperand printingFrancis Visoiu Mistrih1-154/+2
2018-03-13[MIR] Allow frame-setup and frame-destroy on the same instructionFrancis Visoiu Mistrih1-1/+1
2018-02-28[GlobalISel] Print/Parse FailedISel MachineFunction propertyRoman Tereshin1-0/+2
2018-01-26[MIR] Add support for addrspace in MIRFrancis Visoiu Mistrih1-0/+2
2018-01-19[CodeGen] Unify printing format of debug-location in both MIR and -debugFrancis Visoiu Mistrih1-2/+2
2018-01-18[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::printFrancis Visoiu Mistrih1-1/+1
2018-01-18[CodeGen] Print RegClasses on MI in verbose modeFrancis Visoiu Mistrih1-2/+2
2018-01-16[CodeGen][NFC] Correct case for printSubRegIdxFrancis Visoiu Mistrih1-1/+1
2018-01-10[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.Puyan Lotfi1-1/+1
2018-01-09[MIR] Add support for the frame-destroy MachineInstr flagFrancis Visoiu Mistrih1-0/+3
2017-12-19[CodeGen] Move printing MO_BlockAddress operands to MachineOperand::printFrancis Visoiu Mistrih1-38/+3
2017-12-19[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih1-7/+2
2017-12-19[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih1-12/+2
2017-12-19[CodeGen] Move printing MO_FPImmediate operands to MachineOperand::printFrancis Visoiu Mistrih1-3/+1
2017-12-19[CodeGen] Refactor printOffset from MO and MIRPrinterFrancis Visoiu Mistrih1-15/+2
2017-12-19[CodeGen] Move printing MO_CFIIndex operands to MachineOperand::printFrancis Visoiu Mistrih1-118/+2
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-3/+3
2017-12-15[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and d...Francis Visoiu Mistrih1-7/+2
2017-12-15[MIR] Add support for missing CFI directivesFrancis Visoiu Mistrih1-12/+66
2017-12-14[CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug outputFrancis Visoiu Mistrih1-4/+2
2017-12-14[CodeGen] Move printing MO_Metadata operands to MachineOperand::printFrancis Visoiu Mistrih1-4/+2
2017-12-14[CodeGen] Print live-out register lists as liveout(...) in both MIR and debug...Francis Visoiu Mistrih1-16/+2
2017-12-14[CodeGen] Print global addresses as @foo in both MIR and debug outputFrancis Visoiu Mistrih1-64/+3
2017-12-14[CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih1-12/+2
2017-12-13[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and de...Francis Visoiu Mistrih1-4/+2
2017-12-13[CodeGen] Print target index operands as target-index(target-specific) + 8 in...Francis Visoiu Mistrih1-23/+2
2017-12-13[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and ...Francis Visoiu Mistrih1-5/+2
2017-12-08[CodeGen] Move printing MO_Immediate operands to MachineOperand::printFrancis Visoiu Mistrih1-7/+7
2017-12-08[CodeGen] Move printing MO_MachineBasicBlock operands to MachineOperand::printFrancis Visoiu Mistrih1-4/+2
2017-12-08[CodeGen] Move printing MO_CImmediate operands to MachineOperand::printFrancis Visoiu Mistrih1-4/+2
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih1-92/+13