This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0941775f0b Remove HAVE_REALPATH from config.h new d1e92f3b2aa [AMDGPU] Factored PAL metadata handling out into its own class new 9275184cf22 [Remarks] Fix mismatched delete due to missing virtual destructor
The 2 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: include/llvm/Support/AMDGPUMetadata.h | 19 +- lib/Remarks/RemarkParserImpl.h | 4 + lib/Support/AMDGPUMetadata.cpp | 14 -- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 111 ++---------- lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 2 - lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 16 +- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 43 +++-- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 18 +- lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp | 196 +++++++++++++++++++++ lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h | 87 +++++++++ lib/Target/AMDGPU/Utils/CMakeLists.txt | 1 + test/CodeGen/AMDGPU/elf-notes.ll | 3 +- tools/llvm-readobj/ELFDumper.cpp | 11 -- 13 files changed, 364 insertions(+), 161 deletions(-) create mode 100644 lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp create mode 100644 lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h