]> granicus.if.org Git - llvm/commit
AMDGPU/NFC: Rename code object metadata as HSA metadata
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Wed, 11 Oct 2017 22:18:53 +0000 (22:18 +0000)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Wed, 11 Oct 2017 22:18:53 +0000 (22:18 +0000)
commit44bc30dd6d6019569062b5dd9f1f33861290a737
treef93971794b1a3b215aec00067a55dd16c0c940a6
parentb4627db34f35839793634be9f0ae36d0ecc0871f
AMDGPU/NFC: Rename code object metadata as HSA metadata

  - Rename AMDGPUCodeObjectMetadata to AMDGPUMetadata (PAL metadata will be included in this file in the follow up change)
  - Rename AMDGPUCodeObjectMetadataStreamer to AMDGPUHSAMetadataStreamer
  - Introduce HSAMD namespace
  - Other minor name changes in function and test names

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315522 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
include/llvm/Support/AMDGPUMetadata.h [moved from include/llvm/Support/AMDGPUCodeObjectMetadata.h with 91% similarity]
lib/Support/AMDGPUMetadata.cpp [moved from lib/Support/AMDGPUCodeObjectMetadata.cpp with 93% similarity]
lib/Support/CMakeLists.txt
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp [moved from lib/Target/AMDGPU/MCTargetDesc/AMDGPUCodeObjectMetadataStreamer.cpp with 89% similarity]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUHSAMetadataStreamer.h [moved from lib/Target/AMDGPU/MCTargetDesc/AMDGPUCodeObjectMetadataStreamer.h with 82% similarity]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt
test/CodeGen/AMDGPU/hsa-metadata-deduce-ro-arg.ll [moved from test/CodeGen/AMDGPU/code-object-metadata-deduce-ro-arg.ll with 100% similarity]
test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll [moved from test/CodeGen/AMDGPU/code-object-metadata-from-llvm-ir-full.ll with 99% similarity]
test/CodeGen/AMDGPU/hsa-metadata-images.ll [moved from test/CodeGen/AMDGPU/code-object-metadata-images.ll with 100% similarity]
test/CodeGen/AMDGPU/hsa-metadata-invalid-ocl-version-1.ll [moved from test/CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-1.ll with 100% similarity]
test/CodeGen/AMDGPU/hsa-metadata-invalid-ocl-version-2.ll [moved from test/CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-2.ll with 100% similarity]
test/CodeGen/AMDGPU/hsa-metadata-invalid-ocl-version-3.ll [moved from test/CodeGen/AMDGPU/code-object-metadata-invalid-ocl-version-3.ll with 100% similarity]
test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props.ll [moved from test/CodeGen/AMDGPU/code-object-metadata-kernel-code-props.ll with 100% similarity]
test/CodeGen/AMDGPU/hsa-metadata-kernel-debug-props.ll [moved from test/CodeGen/AMDGPU/code-object-metadata-kernel-debug-props.ll with 100% similarity]
test/MC/AMDGPU/hsa-metadata-kernel-args.s [moved from test/MC/AMDGPU/code-object-metadata-kernel-args.s with 94% similarity]
test/MC/AMDGPU/hsa-metadata-kernel-attrs.s [moved from test/MC/AMDGPU/code-object-metadata-kernel-attrs.s with 88% similarity]
test/MC/AMDGPU/hsa-metadata-kernel-code-props.s [moved from test/MC/AMDGPU/code-object-metadata-kernel-code-props.s with 90% similarity]
test/MC/AMDGPU/hsa-metadata-kernel-debug-props.s [moved from test/MC/AMDGPU/code-object-metadata-kernel-debug-props.s with 91% similarity]
test/MC/AMDGPU/hsa-metadata-unknown-key.s [moved from test/MC/AMDGPU/code-object-metadata-unknown-key.s with 96% similarity]
test/MC/AMDGPU/hsa.s