Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Remove llvm.SI.tbuffer.store | Matt Arsenault | 2018-12-07 | 1 | -75/+0 |
| | | | | llvm-svn: 348619 | ||||
* | AMDGPU: Remove SITypeRewriter | Matt Arsenault | 2017-06-28 | 1 | -10/+10 |
| | | | | | | | This was an old workaround for using v16i8 in some old intrinsics for resource descriptors. llvm-svn: 306603 | ||||
* | [AMDGPU] Add intrinsics for tbuffer load and store | David Stuttard | 2017-06-22 | 1 | -4/+34 |
| | | | | | | | | | | | | | | | Intrinsic already existed for llvm.SI.tbuffer.store Needed tbuffer.load and also re-implementing the intrinsic as llvm.amdgcn.tbuffer.* Added CodeGen tests for the 2 new variants added. Left the original llvm.SI.tbuffer.store implementation to avoid issues with existing code Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl, tony-tye, tpr Differential Revision: https://reviews.llvm.org/D30687 llvm-svn: 306031 | ||||
* | AMDGPU: Add a shader calling convention | Nicolai Haehnle | 2016-04-06 | 1 | -6/+4 |
| | | | | | | | | | | | This makes it possible to distinguish between mesa shaders and other kernels even in the presence of compute shaders. Patch By: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Differential Revision: http://reviews.llvm.org/D18559 llvm-svn: 265589 | ||||
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+47 |
llvm-svn: 239657 |