summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MIRParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* llc/MIR: Fix setFunctionAttributes for MIR functionsMatt Arsenault2020-01-061-17/+28
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* Add a missing space in a MIR parser error messageDavid Stenberg2019-09-201-1/+1
* [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-1/+1
* [DebugInfo] Allow bundled calls in the MIR's call site infoDavid Stenberg2019-08-191-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* 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/+47
* Describe stack-id as an enumSander de Smalen2019-06-171-0/+9
* Enforce StackID definition in PEISander de Smalen2019-04-021-3/+3
* MIR: Freeze reserved regs after parsing everythingMatt Arsenault2019-03-271-3/+8
* MIR: Allow targets to serialize MachineFunctionInfoMatt Arsenault2019-03-141-1/+20
* MIR: Stop reinitializing target information for every useMatt Arsenault2019-03-121-66/+12
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-2/+3
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-3/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MIR] Add hasWinCFI fieldSanjin Sijaric2018-10-241-0/+1
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-0/+1
* [MIR] Add support for debug metadata for fixed stack objectsFrancis Visoiu Mistrih2018-04-251-4/+7
* [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-3/+13
* [GlobalISel] Print/Parse FailedISel MachineFunction propertyRoman Tereshin2018-02-281-0/+2
* LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu2018-01-301-1/+1
* AArch64: Fix emergency spillslot being out of reach for large callframesMatthias Braun2018-01-191-0/+2
* Revert "AArch64: Fix emergency spillslot being out of reach for large callfra...Matthias Braun2018-01-101-2/+0
* AArch64: Fix emergency spillslot being out of reach for large callframesMatthias Braun2018-01-101-0/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* MIRParser: Avoid reading uninitialized memory on generic vregsJustin Bogner2017-11-171-0/+1
* Add DK_Remark to SMDiagnosticAdam Nemet2017-10-121-0/+3
* MIR: Serialize CaleeSavedInfo Restored flagMatthias Braun2017-09-281-5/+7
* [MIR] Print target-specific constant poolsDiana Picus2017-08-021-0/+4
* Add an ID field to StackObjectsMatt Arsenault2017-07-201-0/+3
* llc: Add ability to parse mir from stdinMatthias Braun2017-06-061-1/+1
* CodeGen: Refactor MIR parsingMatthias Braun2017-06-061-57/+79
* MIR: remove explicit "noVRegs" property.Tim Northover2017-05-301-2/+0
* MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFCMatthias Braun2017-05-011-1/+2
* MIR: Allow parsing of empty machine functionsJustin Bogner2017-04-111-3/+0
* [MIR] Support Customed Register Mask and CSRsOren Ben Simhon2017-03-191-18/+18
* ARM: avoid clobbering register in v6 jump-table expansion.Tim Northover2017-03-151-0/+2
* MIRParser: Allow regclass specification on operandMatthias Braun2017-01-181-5/+6
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-1/+1
* MIRParser: Add support for parsing vreg reg alloc hintsTom Stellard2016-11-151-2/+3
* MIRParser: Rewrite register info initialization; mostly NFCMatthias Braun2016-10-111-43/+74
* Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini2016-09-171-1/+1
* [MIR Parser] Fix Build!Mehdi Amini2016-09-171-1/+1
* MIR Parser: issue an error when the Context discard value names.Mehdi Amini2016-09-171-0/+8
* GlobalISel: disambiguate types when printing MIRTim Northover2016-09-121-2/+2
* GlobalISel: move type information to MachineRegisterInfo.Tim Northover2016-09-091-2/+2
OpenPOWER on IntegriCloud