aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24[Alignment][NFC] Deprecate Align::None()Guillaume Chatelet1-1/+1
2020-01-10[FPEnv] Invert sense of MIFlag::FPExcept flagUlrich Weigand1-2/+2
2020-01-10[MIR] Fix cyclic dependency of MIR formatterPeng Guo1-2/+1
2020-01-08Revert "Revert "[MIR] Target specific MIR formating and parsing""Daniel Sanders1-2/+25
2020-01-08Revert "[MIR] Target specific MIR formating and parsing"Nico Weber1-25/+2
2020-01-08[MIR] Target specific MIR formating and parsingPeng Guo1-2/+25
2020-01-08Revert "[MIR] Target specific MIR formating and parsing"Daniel Sanders1-25/+2
2020-01-08[MIR] Target specific MIR formating and parsingPeng Guo1-2/+25
2019-11-05[MIR] Add MIR parsing for heap alloc site instruction markersAmy Huang1-0/+7
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet1-1/+1
2019-09-18[Alignment][NFC] Align(1) to Align::None() conversionsGuillaume Chatelet1-1/+1
2019-09-18[Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet1-3/+2
2019-09-11[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet1-1/+1
2019-09-05[LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet1-3/+4
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