| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ARM] Use the correct opcodes for Thumb2 segmented stack frame lowering | David Green | 2020-01-06 | 1 | -2/+4 |
| * | Revert "[ARM] Allocatable Global Register Variables for ARM" | Carey Williams | 2019-11-29 | 1 | -15/+2 |
| * | [ARM] Allocatable Global Register Variables for ARM | Anna Welker | 2019-11-18 | 1 | -2/+15 |
| * | Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2) | Sander de Smalen | 2019-10-29 | 1 | -0/+6 |
| * | Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn... | Simon Pilgrim | 2019-10-29 | 1 | -6/+0 |
| * | Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2) | Sander de Smalen | 2019-10-28 | 1 | -0/+6 |
| * | Reverted r375425 as it broke some buildbots. | Sander de Smalen | 2019-10-21 | 1 | -6/+0 |
| * | [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2) | Sander de Smalen | 2019-10-21 | 1 | -0/+6 |
| * | Use Align for TFL::TransientStackAlignment | Guillaume Chatelet | 2019-10-21 | 1 | -1/+1 |
| * | Revert "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize" | Krasimir Georgiev | 2019-09-18 | 1 | -6/+0 |
| * | [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize | Sander de Smalen | 2019-09-18 | 1 | -0/+6 |
| * | [ARM] Reserve an emergency spill slot for fp16 addressing modes that need it | David Green | 2019-09-17 | 1 | -1/+14 |
| * | [ARM] Fix for MVE load/store stack accesses | David Green | 2019-09-17 | 1 | -7/+26 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -3/+3 |
| * | Reland: Fix and test inter-procedural register allocation for ARM | Oliver Stannard | 2019-08-05 | 1 | -2/+1 |
| * | Revert Fix and test inter-procedural register allocation for ARM | Douglas Yung | 2019-08-02 | 1 | -1/+2 |
| * | Fix and test inter-procedural register allocation for ARM | Oliver Stannard | 2019-08-02 | 1 | -2/+1 |
| * | [IPRA][ARM] Make use of the "returned" parameter attribute | Oliver Stannard | 2019-07-22 | 1 | -0/+6 |
| * | [ARM] Don't reserve R12 on Thumb1 as an emergency spill slot. | Eli Friedman | 2019-06-26 | 1 | -17/+81 |
| * | [ARM] Make sure to save/restore LR when we use tBfar. | Eli Friedman | 2019-03-19 | 1 | -3/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Replace "no-frame-pointer-*" function attributes with "frame-pointer" | Francis Visoiu Mistrih | 2019-01-14 | 1 | -3/+2 |
| * | ARM: use correct offset from base pointer (r6) in call frame regions. | Tim Northover | 2018-12-07 | 1 | -0/+1 |
| * | Notify the linker when a TU compiled with split-stack has a function without ... | Sterling Augustine | 2018-11-26 | 1 | -2/+8 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -3/+2 |
| * | ARM: fix Thumb2 CodeGen for ldrex with folded frame-index. | Tim Northover | 2018-09-07 | 1 | -0/+1 |
| * | [AArch64] Add Tiny Code Model for AArch64 | David Green | 2018-08-22 | 1 | -0/+2 |
| * | [ARM] Avoid spilling lr with Thumb1 tail calls. | Eli Friedman | 2018-08-08 | 1 | -2/+7 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | [X86,ARM] Retain split-stack prolog check for sibling calls | Than McIntosh | 2018-06-26 | 1 | -2/+4 |
| * | [ARM] Back up R4 and LR if calling the stack probe function | Martin Storsjo | 2018-05-14 | 1 | -0/+11 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -32/+36 |
| * | Reapply ARM: Do not spill CSR to stack on entry to noreturn functions | Tim Northover | 2018-04-07 | 1 | -0/+12 |
| * | Revert "ARM: Do not spill CSR to stack on entry to noreturn functions" | Vitaly Buka | 2018-04-07 | 1 | -11/+0 |
| * | [ARM] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-05 | 1 | -3/+3 |
| * | ARM: Do not spill CSR to stack on entry to noreturn functions | Tim Northover | 2018-04-05 | 1 | -0/+11 |
| * | Fix location of comment in EmitPopInst | Thomas Preud'homme | 2018-03-05 | 1 | -1/+1 |
| * | [ARM] Fix access to stack arguments when re-aligning SP in Armv6m | Momchil Velikov | 2018-03-02 | 1 | -3/+5 |
| * | Support for the mno-stack-arg-probe flag | Hans Wennborg | 2018-02-23 | 1 | -1/+2 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -10/+10 |
| * | [CodeGen] Print register names in lowercase in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-28 | 1 | -4/+4 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -7/+7 |
| * | ARM: Fix PR32578 | Matthias Braun | 2017-11-28 | 1 | -1/+1 |
| * | 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 | -1/+1 |
| * | [ARM] Dynamic stack alignment for 16-bit Thumb | Momchil Velikov | 2017-10-22 | 1 | -7/+7 |
| * | ARM: Fix cases where CSI Restored bit is not cleared | Matthias Braun | 2017-09-28 | 1 | -8/+5 |
| * | [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin... | Eugene Zelenko | 2017-09-20 | 1 | -3/+6 |
| * | Fix ARMv4 support | Joerg Sonnenberger | 2017-08-28 | 1 | -3/+2 |
| * | Add "Restored" flag to CalleeSavedInfo | Krzysztof Parzyszek | 2017-08-10 | 1 | -5/+14 |