summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Update assembler for HSA Code Object v3Scott Linder2018-06-211-11/+143
* AMDHSA/NFC: Code object v3 updates (additional):Konstantin Zhuravlyov2018-06-121-13/+0
* AMDHSA: Code object v3 updatesKonstantin Zhuravlyov2018-06-121-0/+60
* AMDGPU/NFC: Set symbol's type that is coming from an argument inKonstantin Zhuravlyov2018-05-181-1/+1
* [AMDGPU] Provide machine -> name mappingTim Renouf2018-05-081-51/+67
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-301-0/+2
* AMDGPU: Remove unused private member of AMDGPUTargetELFStreamerKonstantin Zhuravlyov2018-02-161-1/+1
* AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov2018-02-161-2/+75
* AMDGPU: Add support for isa version noteKonstantin Zhuravlyov2017-10-141-3/+27
* AMDGPU/NFC: Move AMDGPU specific note types to ELF.hKonstantin Zhuravlyov2017-10-121-4/+4
* AMDGPU: Fix warnings introduced in r315526Konstantin Zhuravlyov2017-10-121-4/+4
* AMDGPU/NFC: Minor clean ups in HSA metadataKonstantin Zhuravlyov2017-10-111-25/+18
* AMDGPU/NFC: Minor clean ups in PAL metadataKonstantin Zhuravlyov2017-10-111-9/+12
* AMDGPU/NFC: Rename code object metadata as HSA metadataKonstantin Zhuravlyov2017-10-111-13/+13
* [AMDGPU] implemented pal metadataTim Renouf2017-10-031-0/+21
* 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