Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU/SI: Emit constant variables in the .hsatext section when targeting HSA | Tom Stellard | 2015-12-15 | 1 | -4/+1 |
| | | | | | | | | | | Reviewers: arsenm Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D15426 llvm-svn: 255689 | ||||
* | AMDGPU/SI: Emit constant arrays in the .text section | Tom Stellard | 2015-12-10 | 1 | -0/+90 |
Summary: This allows us to remove the END_OF_TEXT_LABEL hack we had been using and simplifies the fixups used to compute the address of constant arrays. Reviewers: arsenm Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D15257 llvm-svn: 255204 |