This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eadc14f [codeview] Add new directives to record inlined call site line info new 6874fa8 AMDGPU: Add hidden kernel arguments to runtime metadata new fab897d [lib/LTO] Add a way to run a custom pipeline
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/LTO/Config.h | 7 + lib/LTO/LLVMBuild.txt | 1 + lib/LTO/LTOBackend.cpp | 46 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 201 ++-- lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 39 +- test/CodeGen/AMDGPU/runtime-metadata.ll | 1435 +++++++++++++++++++++++++++-- test/tools/llvm-lto2/X86/pipeline.ll | 24 + tools/llvm-lto2/llvm-lto2.cpp | 7 + 8 files changed, 1606 insertions(+), 154 deletions(-) create mode 100644 test/tools/llvm-lto2/X86/pipeline.ll