summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FPEnv] Invert sense of MIFlag::FPExcept flagUlrich Weigand2020-01-101-2/+2
* [MIR] Fix cyclic dependency of MIR formatterPeng Guo2020-01-101-2/+1
* Revert "Revert "[MIR] Target specific MIR formating and parsing""Daniel Sanders2020-01-081-2/+25
* Revert "[MIR] Target specific MIR formating and parsing"Nico Weber2020-01-081-25/+2
* [MIR] Target specific MIR formating and parsingPeng Guo2020-01-081-2/+25
* Revert "[MIR] Target specific MIR formating and parsing"Daniel Sanders2020-01-081-25/+2
* [MIR] Target specific MIR formating and parsingPeng Guo2020-01-081-2/+25
* [MIR] Add MIR parsing for heap alloc site instruction markersAmy Huang2019-11-051-0/+7
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment][NFC] Align(1) to Align::None() conversionsGuillaume Chatelet2019-09-181-1/+1
* [Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet2019-09-181-3/+2
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-111-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-3/+4
* [DebugInfo] Allow bundled calls in the MIR's call site infoDavid Stenberg2019-08-191-2/+3
* GlobalISel: Change representation of shuffle masksMatt Arsenault2019-08-131-1/+2
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* [MachineFunction] Base support for call site info trackingDjordje Todorovic2019-06-271-0/+37
* Describe stack-id as an enumSander de Smalen2019-06-171-2/+3
* Allow target to handle STRICT floating-point nodesUlrich Weigand2019-06-051-0/+2
* MIR: Fix printer crashing on dead CSR frame indexesMatt Arsenault2019-05-281-0/+3
* MIR: Allow targets to serialize MachineFunctionInfoMatt Arsenault2019-03-141-0/+5
* MIR: Preserve incoming frame index numbersMatt Arsenault2019-02-221-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Power9] Allow gpr callee saved spills in prologue to vectors registersZaara Syeda2018-11-091-12/+14
* [MIR] Add hasWinCFI fieldSanjin Sijaric2018-10-241-0/+1
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-0/+2
* add IR flags to MIMichael Berg2018-09-111-0/+6
* [x86/MIR] Implement support for pre- and post-instruction symbols, asChandler Carruth2018-08-161-0/+18
* MachineInst support mapping SDNode fast math flags for support in Back End co...Michael Berg2018-05-031-0/+14
* [MIR] Add support for debug metadata for fixed stack objectsFrancis Visoiu Mistrih2018-04-251-13/+21
* [MIR] Add support for MachineFrameInfo::LocalFrameSizeFrancis Visoiu Mistrih2018-04-061-0/+1
* [MIR] Adding support for Named Virtual Registers in MIR.Puyan Lotfi2018-03-301-0/+2
* [CodeGen] Use MIR syntax for MachineMemOperand printingFrancis Visoiu Mistrih2018-03-141-154/+2
* [MIR] Allow frame-setup and frame-destroy on the same instructionFrancis Visoiu Mistrih2018-03-131-1/+1
* [GlobalISel] Print/Parse FailedISel MachineFunction propertyRoman Tereshin2018-02-281-0/+2
* [MIR] Add support for addrspace in MIRFrancis Visoiu Mistrih2018-01-261-0/+2
* [CodeGen] Unify printing format of debug-location in both MIR and -debugFrancis Visoiu Mistrih2018-01-191-2/+2
* [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::printFrancis Visoiu Mistrih2018-01-181-1/+1
* [CodeGen] Print RegClasses on MI in verbose modeFrancis Visoiu Mistrih2018-01-181-2/+2
* [CodeGen][NFC] Correct case for printSubRegIdxFrancis Visoiu Mistrih2018-01-161-1/+1
* [MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.Puyan Lotfi2018-01-101-1/+1
* [MIR] Add support for the frame-destroy MachineInstr flagFrancis Visoiu Mistrih2018-01-091-0/+3
* [CodeGen] Move printing MO_BlockAddress operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-191-38/+3
* [CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-191-7/+2
* [CodeGen] Move printing MO_IntrinsicID operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-191-12/+2
* [CodeGen] Move printing MO_FPImmediate operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-191-3/+1
* [CodeGen] Refactor printOffset from MO and MIRPrinterFrancis Visoiu Mistrih2017-12-191-15/+2
* [CodeGen] Move printing MO_CFIIndex operands to MachineOperand::printFrancis Visoiu Mistrih2017-12-191-118/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-3/+3
* [CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and d...Francis Visoiu Mistrih2017-12-151-7/+2
OpenPOWER on IntegriCloud