summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
AgeCommit message (Expand)Author
2020-01-10[MIR] Fix cyclic dependency of MIR formatterPeng Guo
2020-01-08Revert "Revert "[MIR] Target specific MIR formating and parsing""Daniel Sanders
2020-01-08Revert "[MIR] Target specific MIR formating and parsing"Nico Weber
2020-01-08[MIR] Target specific MIR formating and parsingPeng Guo
2020-01-08Revert "[MIR] Target specific MIR formating and parsing"Daniel Sanders
2020-01-08[MIR] Target specific MIR formating and parsingPeng Guo
2019-11-05[MIR] Add MIR parsing for heap alloc site instruction markersAmy Huang
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet
2019-09-18[Alignment][NFC] Align(1) to Align::None() conversionsGuillaume Chatelet
2019-09-18[Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet
2019-09-11[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet
2019-09-05[LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet
2019-08-19[DebugInfo] Allow bundled calls in the MIR's call site infoDavid Stenberg
2019-08-13GlobalISel: Change representation of shuffle masksMatt Arsenault
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders
2019-06-27[MachineFunction] Base support for call site info trackingDjordje Todorovic
2019-06-17Describe stack-id as an enumSander de Smalen
2019-06-05Allow target to handle STRICT floating-point nodesUlrich Weigand
2019-05-28MIR: Fix printer crashing on dead CSR frame indexesMatt Arsenault
2019-03-14MIR: Allow targets to serialize MachineFunctionInfoMatt Arsenault
2019-02-22MIR: Preserve incoming frame index numbersMatt Arsenault
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-09[Power9] Allow gpr callee saved spills in prologue to vectors registersZaara Syeda
2018-10-24[MIR] Add hasWinCFI fieldSanjin Sijaric
2018-10-01[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner
2018-09-11add IR flags to MIMichael Berg
2018-08-16[x86/MIR] Implement support for pre- and post-instruction symbols, asChandler Carruth
2018-05-03MachineInst support mapping SDNode fast math flags for support in Back End co...Michael Berg
2018-04-25[MIR] Add support for debug metadata for fixed stack objectsFrancis Visoiu Mistrih
2018-04-06[MIR] Add support for MachineFrameInfo::LocalFrameSizeFrancis Visoiu Mistrih
2018-03-30[MIR] Adding support for Named Virtual Registers in MIR.Puyan Lotfi
2018-03-14[CodeGen] Use MIR syntax for MachineMemOperand printingFrancis Visoiu Mistrih
2018-03-13[MIR] Allow frame-setup and frame-destroy on the same instructionFrancis Visoiu Mistrih
2018-02-28[GlobalISel] Print/Parse FailedISel MachineFunction propertyRoman Tereshin
2018-01-26[MIR] Add support for addrspace in MIRFrancis Visoiu Mistrih
2018-01-19[CodeGen] Unify printing format of debug-location in both MIR and -debugFrancis Visoiu Mistrih
2018-01-18[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::printFrancis Visoiu Mistrih
2018-01-18[CodeGen] Print RegClasses on MI in verbose modeFrancis Visoiu Mistrih
2018-01-16[CodeGen][NFC] Correct case for printSubRegIdxFrancis Visoiu Mistrih
2018-01-10[MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.Puyan Lotfi
2018-01-09[MIR] Add support for the frame-destroy MachineInstr flagFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_BlockAddress operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_FPImmediate operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-19[CodeGen] Refactor printOffset from MO and MIRPrinterFrancis Visoiu Mistrih
2017-12-19[CodeGen] Move printing MO_CFIIndex operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-15[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and d...Francis Visoiu Mistrih
2017-12-15[MIR] Add support for missing CFI directivesFrancis Visoiu Mistrih