summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* AMDGPU: Remove deprecated and unused elf definitionsKonstantin Zhuravlyov2017-06-051-28/+0
* [AMDGPU] Do not emit isa info as code object metadataKonstantin Zhuravlyov2017-03-221-15/+8
* [AMDGPU] Emit kernel code properties as code object metadataKonstantin Zhuravlyov2017-03-221-2/+3
* [AMDGPU] Restructure code object metadata creationKonstantin Zhuravlyov2017-03-221-30/+39
* Rename PT_NOTE namespace name used in AMDGPUPTNote.hYaxun Liu2017-03-101-8/+8
* [AMDGPU] Runtime metadata fixes:Konstantin Zhuravlyov2017-02-271-5/+19
* AMDGPU: Fix trailing whitespaceMatt Arsenault2017-02-101-1/+1
* [AMDGPU] Add target information that is required by tools to metadataKonstantin Zhuravlyov2017-02-081-4/+6
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-4/+3
* AMDGPU: [AMDGPU] Assembler: add .hsa_code_object_metadata directive for funct...Sam Kolton2016-12-191-68/+78
* AMDGPU: Emit runtime metadata version 2 as YAMLYaxun Liu2016-12-141-309/+5
* [AMDGPU] TargetStreamer: Fix .note section nameSam Kolton2016-11-111-2/+2
* AMDGPU: Emit runtime metadata as a note element in .note sectionYaxun Liu2016-11-101-14/+364
* [AMDGPU] Make note record name a static const member of target streamerKonstantin Zhuravlyov2016-10-201-13/+14
* [AMDGPU] Mark .note section SHF_ALLOC so lld creates a segment for itKonstantin Zhuravlyov2016-10-171-2/+4
* [AMDGPU] Assembler: rename amd_kernel_code_t asm names according to specSam Kolton2016-09-091-163/+4
* AMDGPU/SI: Add support for AMD code object version 2.Tom Stellard2016-05-051-4/+0
* AMDGPU/SI: Correctly emit agent global segment variables when targeting HSATom Stellard2015-12-021-0/+28
* AMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU_HSA_KERNELTom Stellard2015-11-061-0/+17
* AMDGPU/SI: Use .hsatext section instead of .text for HSATom Stellard2015-09-251-1/+5
* AMDGPU/SI: Update amd_kernel_code_t definition and add assembler supportTom Stellard2015-06-261-0/+179
* AMDGPU/SI: Add hsa code object directivesTom Stellard2015-06-261-0/+118
OpenPOWER on IntegriCloud