| Commit message (Expand) | Author | Age | Files | Lines |
| * | [AMDGPU] Don't create MachinePointerInfos with an UndefValue pointer | Jay Foad | 2019-12-23 | 1 | -8/+2 |
| * | [AArch64] Static (de)allocation of SVE stack objects. | Sander de Smalen | 2019-10-03 | 1 | -0/+2 |
| * | [AMDGPU] Extend buffer intrinsics with swizzling | Piotr Sobczak | 2019-10-02 | 1 | -0/+4 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -14/+14 |
| * | [AMDGPU] Add the adjusted FP as a livein register. | Michael Liao | 2019-07-16 | 1 | -8/+13 |
| * | [AMDGPU] Skip calculating callee saved registers for entry function. | Michael Liao | 2019-07-11 | 1 | -1/+5 |
| * | [AMDGPU] gfx908 agpr spilling | Stanislav Mekhanoshin | 2019-07-11 | 1 | -1/+1 |
| * | Add parentheses to silence warning. | Bill Wendling | 2019-07-08 | 1 | -6/+6 |
| * | AMDGPU: Fix unused variable in release build | Matt Arsenault | 2019-07-08 | 1 | -3/+3 |
| * | AMDGPU: Make s34 the FP register | Matt Arsenault | 2019-07-08 | 1 | -114/+394 |
| * | [NFC] A test commit to check the access permission. Removed a blank line. | Christudasan Devadasan | 2019-07-05 | 1 | -1/+0 |
| * | AMDGPU: Add pass to lower SGPR spills | Matt Arsenault | 2019-07-03 | 1 | -33/+27 |
| * | [AMDGPU] Fix Livereg computation during epilogue insertion | Matt Arsenault | 2019-06-26 | 1 | -1/+2 |
| * | AMDGPU: Fix unused variable | Matt Arsenault | 2019-06-26 | 1 | -1/+0 |
| * | AMDGPU: Check MRI for callee saved regs instead of TRI | Matt Arsenault | 2019-06-26 | 1 | -4/+2 |
| * | Don't look for the TargetFrameLowering in the implementation | Matt Arsenault | 2019-06-25 | 1 | -2/+1 |
| * | [AMDGPU] Remove unused variable AllSGPRSpilledToVGPRs. NFC | Bjorn Pettersson | 2019-06-24 | 1 | -5/+1 |
| * | AMDGPU: Cleanup checking when spills need emergency slots | Matt Arsenault | 2019-06-24 | 1 | -7/+6 |
| * | AMDGPU: Fix ignoring DisableFramePointerElim in leaf functions | Matt Arsenault | 2019-06-20 | 1 | -11/+7 |
| * | Fix clang -Wcovered-switch-default after stack-id change by D60137 | Fangrui Song | 2019-06-17 | 1 | -8/+7 |
| * | Describe stack-id as an enum | Sander de Smalen | 2019-06-17 | 1 | -1/+12 |
| * | [AMDGPU] gfx10 conditional registers handling | Stanislav Mekhanoshin | 2019-06-16 | 1 | -6/+16 |
| * | AMDGPU: Don't fix emergency stack slot at offset 0 | Matt Arsenault | 2019-06-05 | 1 | -16/+11 |
| * | AMDGPU: Invert frame index offset interpretation | Matt Arsenault | 2019-06-05 | 1 | -90/+85 |
| * | AMDGPU: Fix not adding ImplicitBufferPtr as a live-in | Matt Arsenault | 2019-05-31 | 1 | -1/+4 |
| * | AMDGPU: Don't enable all lanes with non-CSR VGPR spills | Matt Arsenault | 2019-05-28 | 1 | -39/+49 |
| * | AMDGPU: Activate all lanes when spilling CSR VGPR for SGPR spills | Matt Arsenault | 2019-05-24 | 1 | -26/+66 |
| * | [AMDGPU] gfx1010 VMEM and SMEM implementation | Stanislav Mekhanoshin | 2019-04-30 | 1 | -0/+22 |
| * | Enforce StackID definition in PEI | Sander de Smalen | 2019-04-02 | 1 | -2/+2 |
| * | AMDGPU: Remove debugger related subtarget features | Matt Arsenault | 2019-02-21 | 1 | -47/+1 |
| * | [AMDGPU] Fix CS scratch setup on pre-GCN3 ASICs | Carl Ritson | 2019-02-08 | 1 | -1/+3 |
| * | GlobalISel: Fix creating MMOs with align 0 | Matt Arsenault | 2019-01-31 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | AMDGPU: Rename isAmdCodeObjectV2 -> isAmdHsaOrMesa | Konstantin Zhuravlyov | 2018-10-04 | 1 | -4/+4 |
| * | AMDGPU: Refactor Subtarget classes | Tom Stellard | 2018-07-11 | 1 | -15/+15 |
| * | AMDGPU: Pass function directly instead of MachineFunction | Matt Arsenault | 2018-05-29 | 1 | -7/+8 |
| * | AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers | Tom Stellard | 2018-05-22 | 1 | -0/+1 |
| * | AMDGPU: Assign enum name to stack ID | Matt Arsenault | 2018-04-23 | 1 | -0/+1 |
| * | [AMDGPU] For OS type AMDPAL, fixed scratch on compute shader | Tim Renouf | 2018-04-10 | 1 | -2/+6 |
| * | AMDGPU: Fix build warning in release | Matt Arsenault | 2018-03-29 | 1 | -2/+0 |
| * | AMDGPU: Support realigning stack | Matt Arsenault | 2018-03-29 | 1 | -8/+74 |
| * | Revert "[AMDGPU] For OS type AMDPAL, fixed scratch on compute shader" | Tim Renouf | 2018-03-28 | 1 | -4/+2 |
| * | [AMDGPU] For OS type AMDPAL, fixed scratch on compute shader | Tim Renouf | 2018-03-27 | 1 | -2/+4 |
| * | [AMDGPU] Scratch setup fix on AMDPAL gfx9+ merge shader | Tim Renouf | 2018-02-26 | 1 | -1/+14 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -3/+3 |
| * | AMDGPU: Fix set but not used warnings related to AMDGPUAS | Konstantin Zhuravlyov | 2017-11-01 | 1 | -2/+1 |
| * | [AMDGPU] AMDPAL scratch buffer support | Tim Renouf | 2017-09-29 | 1 | -2/+59 |
| * | AMDGPU: Don't spill SP reg like a normal CSR | Matt Arsenault | 2017-09-13 | 1 | -0/+9 |
| * | AMDGPU: Pass special input registers to functions | Matt Arsenault | 2017-08-03 | 1 | -6/+6 |
| * | AMDGPU: Fix clobbering CSR VGPRs when spilling SGPR to it | Matt Arsenault | 2017-08-02 | 1 | -3/+22 |