summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/invalid-opencl-version-metadata2.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Restructure code object metadata creationKonstantin Zhuravlyov2017-03-221-7/+0
| | | | | | | | | | | | | | | | | - Rename runtime metadata -> code object metadata - Make metadata not flow - Switch enums to use ScalarEnumerationTraits - Cleanup and move AMDGPUCodeObjectMetadata.h to AMDGPU/MCTargetDesc - Introduce in-memory representation for attributes - Code object metadata streamer - Create metadata for isa and printf during EmitStartOfAsmFile - Create metadata for kernel during EmitFunctionBodyStart - Finalize and emit metadata to .note during EmitEndOfAsmFile - Other minor improvements/bug fixes Differential Revision: https://reviews.llvm.org/D29948 llvm-svn: 298552
* [AMDGPU] Add target information that is required by tools to metadataKonstantin Zhuravlyov2017-02-081-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D28760#fb670e28 llvm-svn: 294449
* AMDGPU: Emit runtime metadata version 2 as YAMLYaxun Liu2016-12-141-6/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D25046 llvm-svn: 289674
* AMDGPU: Emit runtime metadata as a note element in .note sectionYaxun Liu2016-11-101-3/+5
| | | | | | | | | | | | 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
* AMDGPU: Fix bug causing crash due to invalid opencl version metadata.Yaxun Liu2016-07-201-0/+9
Differential Revision: https://reviews.llvm.org/D22526 llvm-svn: 276119
OpenPOWER on IntegriCloud