Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-26 | R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE | Tom Stellard | |
We need to intialize this to something and since clang does not set the shader type attribute and clang is used only for compute shaders, initializing it to COMPUTE seems like the best choice. Reviewed-by: Christian König <christian.koenig@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180620 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-04-01 | R600/SI: Share code recording ShaderTypeAttribute between generations | Vincent Lejeune | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178504 91177308-0d34-0410-b5e6-96231b3b80d8 |