This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94ccde7 lit.cfg: Check value of build config rather than converting t [...] new d2fea82 AMDGPU: Emit runtime metadata version 2 as YAML
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 3 +- lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 167 +- lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp | 408 ++++ lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.h | 26 + .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 314 +-- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 34 +- lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt | 1 + .../AMDGPU/invalid-opencl-version-metadata1.ll | 8 +- .../AMDGPU/invalid-opencl-version-metadata2.ll | 8 +- .../AMDGPU/invalid-opencl-version-metadata3.ll | 8 +- test/CodeGen/AMDGPU/runtime-metadata.ll | 2493 ++------------------ tools/llvm-readobj/ELFDumper.cpp | 32 + tools/llvm-readobj/ObjDumper.h | 3 + tools/llvm-readobj/llvm-readobj.cpp | 7 + 14 files changed, 806 insertions(+), 2706 deletions(-) create mode 100644 lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.cpp create mode 100644 lib/Target/AMDGPU/MCTargetDesc/AMDGPURuntimeMD.h