Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Refactor argument lowering | Matt Arsenault | 2017-04-11 | 1 | -2/+3 |
| | | | | | | | Split into smaller functions and prepare for handling non-entry functions. llvm-svn: 299998 | ||||
* | AMDGPU: Add a shader calling convention | Nicolai Haehnle | 2016-04-06 | 1 | -0/+21 |
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 |