| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Merge memtag instructions with adjacent stack slots." | Evgenii Stepanov | 2020-01-08 | 1 | -4/+0 |
| * | Merge memtag instructions with adjacent stack slots. | Evgenii Stepanov | 2020-01-08 | 1 | -0/+4 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [LLVM][Alignment] Introduce Alignment In MachineFrameInfo | Guillaume Chatelet | 2019-08-21 | 1 | -1/+1 |
| * | [PEI] Don't re-allocate a pre-allocated stack protector slot | Francis Visoiu Mistrih | 2019-07-17 | 1 | -2/+19 |
| * | [CodeGen][NFC] Simplify checks for stack protector index checking | Francis Visoiu Mistrih | 2019-07-17 | 1 | -9/+7 |
| * | [DebugInfo] Avoid adding too much indirection to pointer-valued variables | Jeremy Morse | 2019-07-01 | 1 | -2/+11 |
| * | PEI: Add default handling of spills to registers | Matt Arsenault | 2019-06-26 | 1 | -9/+22 |
| * | Describe stack-id as an enum | Sander de Smalen | 2019-06-17 | 1 | -8/+14 |
| * | [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC) | Petar Jovanovic | 2019-05-20 | 1 | -2/+4 |
| * | [DebugInfo] DW_OP_deref_size in PrologEpilogInserter. | Markus Lavin | 2019-04-30 | 1 | -3/+17 |
| * | Revert r358268 "[DebugInfo] DW_OP_deref_size in PrologEpilogInserter." | Hans Wennborg | 2019-04-12 | 1 | -13/+3 |
| * | [DebugInfo] DW_OP_deref_size in PrologEpilogInserter. | Markus Lavin | 2019-04-12 | 1 | -3/+13 |
| * | Enforce StackID definition in PEI | Sander de Smalen | 2019-04-02 | 1 | -2/+25 |
| * | PEI: Delay checking requiresFrameIndexReplacementScavenging | Matt Arsenault | 2019-03-27 | 1 | -4/+10 |
| * | [DebugInfo] Keep parameter DBG_VALUEs before prologue code | David Stenberg | 2019-02-12 | 1 | -0/+49 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Take SPAdj into account for STATEPOINT liveness args | Than McIntosh | 2018-11-26 | 1 | -1/+1 |
| * | [Power9] Allow gpr callee saved spills in prologue to vectors registers | Zaara Syeda | 2018-11-09 | 1 | -0/+28 |
| * | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-13 | 1 | -9/+5 |
| * | Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe... | Matthias Braun | 2018-07-12 | 1 | -5/+9 |
| * | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-12 | 1 | -9/+5 |
| * | [DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property | Mikael Holmen | 2018-06-21 | 1 | -0/+1 |
| * | Use MF instead of Fn for MachineFunction references. NFC | Francis Visoiu Mistrih | 2018-06-05 | 1 | -97/+97 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -11/+13 |
| * | [PEI][NFC] Move StackSize opt-remark code next to -warn-stack code | Francis Visoiu Mistrih | 2018-02-05 | 1 | -7/+6 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -8/+8 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -2/+2 |
| * | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 1 | -1/+1 |
| * | [PEI] Simplify handling of targets with no phys regs. NFC | Francis Visoiu Mistrih | 2017-11-03 | 1 | -13/+3 |
| * | [NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure | Vivek Pandya | 2017-10-11 | 1 | -5/+6 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-10-10 | 1 | -17/+38 |
| * | [PEI] Remove required properties and use 'if' instead of std::function | Reid Kleckner | 2017-10-06 | 1 | -49/+23 |
| * | [CodeGen] Emit necessary .note sections for -fsplit-stack | Than McIntosh | 2017-09-27 | 1 | -1/+5 |
| * | Retire the llvm.dbg.mir hack after r311594. | Adrian Prantl | 2017-08-23 | 1 | -3/+0 |
| * | Add "Restored" flag to CalleeSavedInfo | Krzysztof Parzyszek | 2017-08-10 | 1 | -2/+2 |
| * | Remove PrologEpilogInserter's usage of DBG_VALUE's offset field | Adrian Prantl | 2017-08-01 | 1 | -4/+9 |
| * | [OptRemark] Allow streaming of 64-bit integers | Adam Nemet | 2017-07-27 | 1 | -1/+1 |
| * | [PEI] Fix refactoring from r308664 | Francis Visoiu Mistrih | 2017-07-20 | 1 | -1/+1 |
| * | [PEI] Separate saving and restoring CSRs into different functions. NFC | Francis Visoiu Mistrih | 2017-07-20 | 1 | -66/+51 |
| * | Revert "[PEI] Simplify handling of targets with no phys regs. NFC" | Francis Visoiu Mistrih | 2017-07-20 | 1 | -8/+23 |
| * | Revert "[PEI] Separate saving and restoring CSRs into different functions. NFC" | Francis Visoiu Mistrih | 2017-07-20 | 1 | -51/+66 |
| * | [PEI] Separate saving and restoring CSRs into different functions. NFC | Francis Visoiu Mistrih | 2017-07-20 | 1 | -66/+51 |
| * | Revert "[PEI] Separate saving and restoring CSRs into different functions. NFC" | Francis Visoiu Mistrih | 2017-07-20 | 1 | -51/+66 |
| * | [PEI] Add basic opt-remarks support | Francis Visoiu Mistrih | 2017-07-19 | 1 | -0/+13 |
| * | [PEI] Simplify handling of targets with no phys regs. NFC | Francis Visoiu Mistrih | 2017-07-19 | 1 | -23/+8 |
| * | [PEI] Separate saving and restoring CSRs into different functions. NFC | Francis Visoiu Mistrih | 2017-07-19 | 1 | -66/+51 |
| * | Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue" | Daniel Jasper | 2017-06-29 | 1 | -4/+0 |
| * | [X86] Correct dwarf unwind information in function epilogue | Petar Jovanovic | 2017-06-28 | 1 | -0/+4 |