This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4ae77eb46a Try to make gcc happy. new cbdd3896ec2 [opt-viewer] Don't Decode HTML bytes for Python 2 new d015c78f400 Support: On Windows, use CreateFileW to delete files in sys [...] new 091c043b907 [AMDGPU] Lower enqueued blocks and generate runtime metadata
The 3 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: docs/AMDGPUUsage.rst | 10 +++ include/llvm/Support/AMDGPUCodeObjectMetadata.h | 10 ++- lib/Support/AMDGPUCodeObjectMetadata.cpp | 2 + lib/Support/Windows/Path.inc | 35 ++++---- lib/Target/AMDGPU/AMDGPU.h | 4 + .../AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp | 98 ++++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 4 + lib/Target/AMDGPU/CMakeLists.txt | 1 + .../AMDGPUCodeObjectMetadataStreamer.cpp | 4 + .../code-object-metadata-from-llvm-ir-full.ll | 47 ++++++++++- test/CodeGen/AMDGPU/enqueue-kernel.ll | 92 ++++++++++++++++++++ tools/opt-viewer/opt-viewer.py | 7 +- 12 files changed, 291 insertions(+), 23 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPUOpenCLEnqueuedBlockLowering.cpp create mode 100644 test/CodeGen/AMDGPU/enqueue-kernel.ll