This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c11402ea82d [GlobalISel][X86_64] Support for G_SITOFP new 5c37ae1e46f [AMDGPU] Refactor HSAMetadataStream::emitKernel (NFC) new 7613264ef4a [CMake] Teach the build system to codesign built products
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: CMakeLists.txt | 3 + cmake/modules/AddLLVM.cmake | 29 ++++++++ cmake/platforms/iOS.cmake | 20 ++++++ lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 55 +--------------- lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 62 +---------------- .../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 64 ++++++++++++++++-- .../MCTargetDesc/AMDGPUHSAMetadataStreamer.h | 12 +++- lib/Target/AMDGPU/SIProgramInfo.h | 77 ++++++++++++++++++++++ 8 files changed, 200 insertions(+), 122 deletions(-) create mode 100644 lib/Target/AMDGPU/SIProgramInfo.h