| Commit message (Expand) | Author | Age | Files | Lines |
| * | llc/MIR: Fix setFunctionAttributes for MIR functions | Matt Arsenault | 2020-01-06 | 1 | -17/+28 |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -1/+1 |
| * | Add a missing space in a MIR parser error message | David Stenberg | 2019-09-20 | 1 | -1/+1 |
| * | [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir... | Guillaume Chatelet | 2019-09-11 | 1 | -1/+1 |
| * | [LLVM][Alignment] Make functions using log of alignment explicit | Guillaume Chatelet | 2019-09-05 | 1 | -1/+1 |
| * | [DebugInfo] Allow bundled calls in the MIR's call site info | David Stenberg | 2019-08-19 | 1 | -2/+2 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -4/+4 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -1/+1 |
| * | [MachineFunction] Base support for call site info tracking | Djordje Todorovic | 2019-06-27 | 1 | -0/+47 |
| * | Describe stack-id as an enum | Sander de Smalen | 2019-06-17 | 1 | -0/+9 |
| * | Enforce StackID definition in PEI | Sander de Smalen | 2019-04-02 | 1 | -3/+3 |
| * | MIR: Freeze reserved regs after parsing everything | Matt Arsenault | 2019-03-27 | 1 | -3/+8 |
| * | MIR: Allow targets to serialize MachineFunctionInfo | Matt Arsenault | 2019-03-14 | 1 | -1/+20 |
| * | MIR: Stop reinitializing target information for every use | Matt Arsenault | 2019-03-12 | 1 | -66/+12 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -2/+3 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -3/+2 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -2/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MIR] Add hasWinCFI field | Sanjin Sijaric | 2018-10-24 | 1 | -0/+1 |
| * | [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL | Reid Kleckner | 2018-10-01 | 1 | -0/+1 |
| * | [MIR] Add support for debug metadata for fixed stack objects | Francis Visoiu Mistrih | 2018-04-25 | 1 | -4/+7 |
| * | [MIR] Add support for MachineFrameInfo::LocalFrameSize | Francis Visoiu Mistrih | 2018-04-06 | 1 | -0/+1 |
| * | [MIR] Adding support for Named Virtual Registers in MIR. | Puyan Lotfi | 2018-03-30 | 1 | -3/+13 |
| * | [GlobalISel] Print/Parse FailedISel MachineFunction property | Roman Tereshin | 2018-02-28 | 1 | -0/+2 |
| * | LLParser: add an argument for overriding data layout and do not check alloca ... | Yaxun Liu | 2018-01-30 | 1 | -1/+1 |
| * | AArch64: Fix emergency spillslot being out of reach for large callframes | Matthias Braun | 2018-01-19 | 1 | -0/+2 |
| * | Revert "AArch64: Fix emergency spillslot being out of reach for large callfra... | Matthias Braun | 2018-01-10 | 1 | -2/+0 |
| * | AArch64: Fix emergency spillslot being out of reach for large callframes | Matthias Braun | 2018-01-10 | 1 | -0/+2 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -2/+2 |
| * | MIRParser: Avoid reading uninitialized memory on generic vregs | Justin Bogner | 2017-11-17 | 1 | -0/+1 |
| * | Add DK_Remark to SMDiagnostic | Adam Nemet | 2017-10-12 | 1 | -0/+3 |
| * | MIR: Serialize CaleeSavedInfo Restored flag | Matthias Braun | 2017-09-28 | 1 | -5/+7 |
| * | [MIR] Print target-specific constant pools | Diana Picus | 2017-08-02 | 1 | -0/+4 |
| * | Add an ID field to StackObjects | Matt Arsenault | 2017-07-20 | 1 | -0/+3 |
| * | llc: Add ability to parse mir from stdin | Matthias Braun | 2017-06-06 | 1 | -1/+1 |
| * | CodeGen: Refactor MIR parsing | Matthias Braun | 2017-06-06 | 1 | -57/+79 |
| * | MIR: remove explicit "noVRegs" property. | Tim Northover | 2017-05-30 | 1 | -2/+0 |
| * | MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFC | Matthias Braun | 2017-05-01 | 1 | -1/+2 |
| * | MIR: Allow parsing of empty machine functions | Justin Bogner | 2017-04-11 | 1 | -3/+0 |
| * | [MIR] Support Customed Register Mask and CSRs | Oren Ben Simhon | 2017-03-19 | 1 | -18/+18 |
| * | ARM: avoid clobbering register in v6 jump-table expansion. | Tim Northover | 2017-03-15 | 1 | -0/+2 |
| * | MIRParser: Allow regclass specification on operand | Matthias Braun | 2017-01-18 | 1 | -5/+6 |
| * | Move VariableDbgInfo from MachineModuleInfo to MachineFunction | Matthias Braun | 2016-11-30 | 1 | -1/+1 |
| * | MIRParser: Add support for parsing vreg reg alloc hints | Tom Stellard | 2016-11-15 | 1 | -2/+3 |
| * | MIRParser: Rewrite register info initialization; mostly NFC | Matthias Braun | 2016-10-11 | 1 | -43/+74 |
| * | Don't create a SymbolTable in Function when the LLVMContext discards value na... | Mehdi Amini | 2016-09-17 | 1 | -1/+1 |
| * | [MIR Parser] Fix Build! | Mehdi Amini | 2016-09-17 | 1 | -1/+1 |
| * | MIR Parser: issue an error when the Context discard value names. | Mehdi Amini | 2016-09-17 | 1 | -0/+8 |
| * | GlobalISel: disambiguate types when printing MIR | Tim Northover | 2016-09-12 | 1 | -2/+2 |
| * | GlobalISel: move type information to MachineRegisterInfo. | Tim Northover | 2016-09-09 | 1 | -2/+2 |