Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -39/+0 |
| | | | | llvm-svn: 239657 | ||||
* | Use raw_pwrite_stream in the object writer/streamer. | Rafael Espindola | 2015-04-14 | 1 | -1/+1 |
| | | | | | | The ELF object writer will take advantage of that in the next commit. llvm-svn: 234950 | ||||
* | R600/SI: Store constant initializer data in constant memory | Tom Stellard | 2014-07-21 | 1 | -1/+2 |
| | | | | | | | | | | | | This implements a solution for constant initializers suggested by Vadim Girlin, where we store the data after the shader code and then use the S_GETPC instruction to compute its address. This saves use the trouble of creating a new buffer for constant data and then having to pass the pointer to the kernel via user SGPRs or the input buffer. llvm-svn: 213530 | ||||
* | Remove another unused argument. | Rafael Espindola | 2014-03-27 | 1 | -1/+1 |
| | | | | llvm-svn: 204961 | ||||
* | Remove unused argument. | Rafael Espindola | 2014-03-27 | 1 | -3/+2 |
| | | | | llvm-svn: 204956 | ||||
* | R600: Emit ELF formatted code rather than raw ISA. | Tom Stellard | 2013-04-15 | 1 | -0/+39 |
llvm-svn: 179544 |