Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D38753
AMDGPU: Bring HSA metadata on par with the specification ClosedPublic Authored by kzhuravl on Oct 10 2017, 11:36 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: tpr, dstuttard, yaxunl and 3 others. · View Herald TranscriptOct 10 2017, 11:36 AM kzhuravl retitled this revision from AMDGPU: Brint HSA metadata on par with the specification to AMDGPU: Bring HSA metadata on par with the specification.Oct 10 2017, 11:37 AM This revision is now accepted and ready to land.Oct 10 2017, 6:59 PM Closed by commit rL315821: AMDGPU: Bring HSA metadata on par with the specification (authored by kzhuravl). · Explain WhyOct 14 2017, 12:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 119037 llvm/trunk/docs/AMDGPUUsage.rst
llvm/trunk/include/llvm/Support/AMDGPUMetadata.h
llvm/trunk/lib/Support/AMDGPUMetadata.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUHSAMetadataStreamer.h
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp
llvm/trunk/test/CodeGen/AMDGPU/elf-notes.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-deduce-ro-arg.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-images.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll
llvm/trunk/test/CodeGen/AMDGPU/hsa-metadata-kernel-debug-props.ll
llvm/trunk/test/MC/AMDGPU/hsa-metadata-kernel-args.s
llvm/trunk/test/MC/AMDGPU/hsa-metadata-kernel-attrs.s
llvm/trunk/test/MC/AMDGPU/hsa-metadata-kernel-code-props.s
llvm/trunk/test/MC/AMDGPU/hsa-metadata-kernel-debug-props.s
llvm/trunk/test/MC/AMDGPU/hsa-metadata-unknown-key.s
llvm/trunk/test/MC/AMDGPU/hsa.s
|