summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/MCTargetDesc/AMDGPUELFObjectWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-39/+0
| | | | llvm-svn: 239657
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-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 memoryTom Stellard2014-07-211-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 Espindola2014-03-271-1/+1
| | | | llvm-svn: 204961
* Remove unused argument.Rafael Espindola2014-03-271-3/+2
| | | | llvm-svn: 204956
* R600: Emit ELF formatted code rather than raw ISA.Tom Stellard2013-04-151-0/+39
llvm-svn: 179544
OpenPOWER on IntegriCloud