| Commit message (Expand) | Author | Age | Files | Lines |
| * | AMDGPU/GlobalISel: Fix argument lowering for vectors of pointers | Matt Arsenault | 2020-01-09 | 1 | -2/+18 |
| * | [AMDGPU] Don't create MachinePointerInfos with an UndefValue pointer | Jay Foad | 2019-12-23 | 1 | -2/+1 |
| * | [globalisel] Rename G_GEP to G_PTR_ADD | Daniel Sanders | 2019-11-05 | 1 | -1/+1 |
| * | [GISel][CallLowering] Make isIncomingArgumentHandler a pure virtual method | Quentin Colombet | 2019-10-18 | 1 | -0/+2 |
| * | AMDGPU/GlobalISel: Rename MIRBuilder to B. NFC | Austin Kerbow | 2019-09-09 | 1 | -66/+66 |
| * | [GlobalISel][CallLowering] Add support for splitting types according to calli... | Amara Emerson | 2019-09-03 | 1 | -1/+2 |
| * | [GlobalISel][CallLowering] Rename isArgumentHandler() -> isIncomingArgumentHa... | Amara Emerson | 2019-08-05 | 1 | -1/+1 |
| * | AMDGPU/GlobalISel: Don't reject shader types | Matt Arsenault | 2019-08-05 | 1 | -4/+0 |
| * | [AMDGPU] Fix typo. | Michael Liao | 2019-07-26 | 1 | -2/+2 |
| * | AMDGPU/GlobalISel: Handle most function return types | Matt Arsenault | 2019-07-26 | 1 | -32/+136 |
| * | AMDGPU/GlobalISel: Fix MMO flags for kernel argument loads | Matt Arsenault | 2019-07-19 | 1 | -1/+1 |
| * | AMDGPU/GlobalISel: Support arguments with multiple registers | Matt Arsenault | 2019-07-19 | 1 | -29/+46 |
| * | AMDGPU/GlobalISel: Rewrite lowerFormalArguments | Matt Arsenault | 2019-07-19 | 1 | -170/+301 |
| * | AMDGPU/GlobalISel: Move kernel argument handling to separate function | Matt Arsenault | 2019-07-11 | 1 | -42/+56 |
| * | AMDGPU/GlobalISel: Handle more input argument intrinsics | Matt Arsenault | 2019-07-01 | 1 | -41/+60 |
| * | AMDGPU/GlobalISel: Legalize workgroup ID intrinsics | Matt Arsenault | 2019-07-01 | 1 | -0/+27 |
| * | AMDGPU/GlobalISel: Legalize workitem ID intrinsics | Matt Arsenault | 2019-07-01 | 1 | -0/+33 |
| * | [GlobalISel] Accept multiple vregs in lowerFormalArgs | Diana Picus | 2019-06-27 | 1 | -9/+19 |
| * | GlobalISel: Remove unsigned variant of SrcOp | Matt Arsenault | 2019-06-24 | 1 | -14/+14 |
| * | CodeGen: Introduce a class for registers | Matt Arsenault | 2019-06-24 | 1 | -5/+5 |
| * | AMDGPU/GlobalISel: Add wave scratch offset argument | Matt Arsenault | 2019-05-30 | 1 | -0/+42 |
| * | AMDGPU/GlobalISel: Implement call lowering for shaders returning values | Tom Stellard | 2019-04-09 | 1 | -3/+73 |
| * | [AMDGPU] Add support for immediate operand for S_ENDPGM | David Stuttard | 2019-03-12 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | AMDGPU: Remove remnants of old address space mapping | Matt Arsenault | 2018-08-31 | 1 | -3/+3 |
| * | [GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per V... | Alexander Ivchenko | 2018-08-02 | 1 | -1/+2 |
| * | AMDGPU: Refactor Subtarget classes | Tom Stellard | 2018-07-11 | 1 | -2/+2 |
| * | AMDGPU/GlobalISel: Implement custom kernel arg lowering | Matt Arsenault | 2018-07-05 | 1 | -13/+35 |
| * | AMDGPU: Pass function directly instead of MachineFunction | Matt Arsenault | 2018-05-29 | 1 | -1/+1 |
| * | AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers | Tom Stellard | 2018-05-22 | 1 | -0/+1 |
| * | AMDGPU/GlobalISel: Don't try to lower hull shaders | Tom Stellard | 2018-05-07 | 1 | -2/+3 |
| * | AMDGPU/GlobalISel: Don't try to lower geometry shaders | Tom Stellard | 2018-04-30 | 1 | -0/+3 |
| * | AMDGPU/GlobalISel: Fall-back to SelectionDAG for non-void functions | Tom Stellard | 2018-04-24 | 1 | -0/+4 |
| * | AMDGPU/GlobalISel: Add support for amdgpu_ps calling convention | Tom Stellard | 2018-04-24 | 1 | -14/+49 |
| * | [AMDGPU] Change constant addr space to 4 | Yaxun Liu | 2018-02-13 | 1 | -1/+1 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -2/+2 |
| * | AMDGPU: Pass special input registers to functions | Matt Arsenault | 2017-08-03 | 1 | -2/+2 |
| * | [GlobalISel] Make GlobalISel a non-optional library. | Quentin Colombet | 2017-08-03 | 1 | -4/+0 |
| * | AMDGPU/GlobalISel: Add support for amdgpu_vs calling convention | Tom Stellard | 2017-08-01 | 1 | -4/+24 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [AMDGPU] Get address space mapping by target triple environment | Yaxun Liu | 2017-03-27 | 1 | -3/+3 |
| * | Recommit: [globalisel] Change LLT constructor string into an LLT-based object... | Daniel Sanders | 2017-03-07 | 1 | -1/+1 |
| * | Revert r297177: Change LLT constructor string into an LLT-based object ... | Daniel Sanders | 2017-03-07 | 1 | -1/+1 |
| * | [globalisel] Change LLT constructor string into an LLT-based object that know... | Daniel Sanders | 2017-03-07 | 1 | -1/+1 |
| * | Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl... | Daniel Sanders | 2017-02-28 | 1 | -1/+1 |
| * | [globalisel] Change LLT constructor string into an LLT subclass that knows ho... | Daniel Sanders | 2017-02-28 | 1 | -1/+1 |
| * | AMDGPU: Fix release build broken by r293551 | Tom Stellard | 2017-01-30 | 1 | -1/+0 |
| * | Re-commit AMDGPU/GlobalISel: Add support for simple shaders | Tom Stellard | 2017-01-30 | 1 | -3/+130 |
| * | Revert "AMDGPU/GlobalISel: Add support for simple shaders" | Tom Stellard | 2017-01-30 | 1 | -130/+3 |
| * | AMDGPU/GlobalISel: Add support for simple shaders | Tom Stellard | 2017-01-30 | 1 | -3/+130 |