Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AMDGPU] gfx1010 VMEM and SMEM implementation | Stanislav Mekhanoshin | 2019-04-30 | 1 | -3/+3 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D61330 llvm-svn: 359621 | ||||
* | AMDGPU: Add support for cross address space synchronization scopes | Konstantin Zhuravlyov | 2019-03-25 | 1 | -4/+4 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D59517 llvm-svn: 356946 | ||||
* | [AMDGPU] Add support for immediate operand for S_ENDPGM | David Stuttard | 2019-03-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | Summary: Add support for immediate operand in S_ENDPGM Change-Id: I0c56a076a10980f719fb2a8f16407e9c301013f6 Reviewers: alexshap Subscribers: qcolombet, arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, eraman, arphaman, Petar.Avramovic, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59213 llvm-svn: 355902 | ||||
* | [AMDGPU] Simplify memory legalizer | Tony Tye | 2018-06-07 | 1 | -0/+69 |
- Make code easier to maintain. - Avoid generating waitcnts for VMEM if the address sppace does not involve VMEM. - Add support to generate waitcnts for LDS and GDS memory. Differential Revision: https://reviews.llvm.org/D47504 llvm-svn: 334241 |