aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-19[DebugInfo] Allow bundled calls in the MIR's call site infoDavid Stenberg1-2/+2
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-4/+4
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/+47
2019-06-17Describe stack-id as an enumSander de Smalen1-0/+9
2019-04-02Enforce StackID definition in PEISander de Smalen1-3/+3
2019-03-27MIR: Freeze reserved regs after parsing everythingMatt Arsenault1-3/+8
2019-03-14MIR: Allow targets to serialize MachineFunctionInfoMatt Arsenault1-1/+20
2019-03-12MIR: Stop reinitializing target information for every useMatt Arsenault1-66/+12
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+3
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-3/+2
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
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/+1
2018-04-25[MIR] Add support for debug metadata for fixed stack objectsFrancis Visoiu Mistrih1-4/+7
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-3/+13
2018-02-28[GlobalISel] Print/Parse FailedISel MachineFunction propertyRoman Tereshin1-0/+2
2018-01-30LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu1-1/+1
2018-01-19AArch64: Fix emergency spillslot being out of reach for large callframesMatthias Braun1-0/+2
2018-01-10Revert "AArch64: Fix emergency spillslot being out of reach for large callfra...Matthias Braun1-2/+0
2018-01-10AArch64: Fix emergency spillslot being out of reach for large callframesMatthias Braun1-0/+2
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-2/+2
2017-11-17MIRParser: Avoid reading uninitialized memory on generic vregsJustin Bogner1-0/+1
2017-10-12Add DK_Remark to SMDiagnosticAdam Nemet1-0/+3
2017-09-28MIR: Serialize CaleeSavedInfo Restored flagMatthias Braun1-5/+7
2017-08-02[MIR] Print target-specific constant poolsDiana Picus1-0/+4
2017-07-20Add an ID field to StackObjectsMatt Arsenault1-0/+3
2017-06-06llc: Add ability to parse mir from stdinMatthias Braun1-1/+1
2017-06-06CodeGen: Refactor MIR parsingMatthias Braun1-57/+79
2017-05-30MIR: remove explicit "noVRegs" property.Tim Northover1-2/+0
2017-05-01MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFCMatthias Braun1-1/+2
2017-04-11MIR: Allow parsing of empty machine functionsJustin Bogner1-3/+0
2017-03-19[MIR] Support Customed Register Mask and CSRsOren Ben Simhon1-18/+18
2017-03-15ARM: avoid clobbering register in v6 jump-table expansion.Tim Northover1-0/+2
2017-01-18MIRParser: Allow regclass specification on operandMatthias Braun1-5/+6
2016-11-30Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun1-1/+1
2016-11-15MIRParser: Add support for parsing vreg reg alloc hintsTom Stellard1-2/+3
2016-10-11MIRParser: Rewrite register info initialization; mostly NFCMatthias Braun1-43/+74
2016-09-17Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini1-1/+1
2016-09-17[MIR Parser] Fix Build!Mehdi Amini1-1/+1
2016-09-17MIR Parser: issue an error when the Context discard value names.Mehdi Amini1-0/+8
2016-09-12GlobalISel: disambiguate types when printing MIRTim Northover1-2/+2
2016-09-09GlobalISel: move type information to MachineRegisterInfo.Tim Northover1-2/+2
2016-09-08[YAMLIO] Add the ability to map with context.Zachary Turner1-1/+2
2016-08-26[MFProperties] Introduce a reset method with no argument.Quentin Colombet1-1/+1
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun1-2/+4
2016-08-24MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing itMatthias Braun1-10/+13
2016-08-24MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...Matthias Braun1-1/+0