| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [AMDGPU] Bump up n_type for metadata v2 | Konstantin Zhuravlyov | 2017-01-25 | 1 | -1/+4 |
| | | | | | | | Differential Revision: https://reviews.llvm.org/D29115 llvm-svn: 293083 | ||||
| * | AMDGPU: Emit runtime metadata as a note element in .note section | Yaxun Liu | 2016-11-10 | 1 | -0/+42 |
| Currently runtime metadata is emitted as an ELF section with name .AMDGPU.runtime_metadata. However there is a standard way to convey vendor specific information about how to run an ELF binary, which is called vendor-specific note element (http://www.netbsd.org/docs/kernel/elf-notes.html). This patch lets AMDGPU backend emits runtime metadata as a note element in .note section. Differential Revision: https://reviews.llvm.org/D25781 llvm-svn: 286502 | |||||

