This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a378270eea [LoopIdiom] Move X86 specific atomic memcpy test to the X86 [...] new 2c18fa1f9c0 AMDGPU/NFC: Move amdgpu code object metadata to support
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: .../llvm/Support}/AMDGPUCodeObjectMetadata.h | 6 +- lib/Support/AMDGPUCodeObjectMetadata.cpp | 218 +++++++++++++++++++++ lib/Support/CMakeLists.txt | 1 + .../AMDGPUCodeObjectMetadataStreamer.cpp | 195 +----------------- .../AMDGPUCodeObjectMetadataStreamer.h | 2 +- 5 files changed, 224 insertions(+), 198 deletions(-) rename {lib/Target/AMDGPU/MCTargetDesc => include/llvm/Support}/AMDGPUCodeObjectMe [...] create mode 100644 lib/Support/AMDGPUCodeObjectMetadata.cpp