This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 48ed4ab Rename AnalyzeBranch* to analyzeBranch*. new 6b0141c [AMDGPU] Add metadata for runtime
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 | 229 ++++++++ lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 4 + lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 138 +++++ test/CodeGen/AMDGPU/runtime-metadata.ll | 848 ++++++++++++++++++++++++++++++ 4 files changed, 1219 insertions(+) create mode 100644 lib/Target/AMDGPU/AMDGPURuntimeMetadata.h create mode 100644 test/CodeGen/AMDGPU/runtime-metadata.ll