This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21463ca [XRay][docs] Examples for how to use XRay new 839e869 AMDGPU: Rename isKernel new 546a462 [WebAssembly] Initial linking metadata support
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/CodeGen/MachineModuleInfoImpls.h | 12 +- include/llvm/Support/Wasm.h | 18 +++ include/llvm/Support/WasmRelocs/WebAssembly.def | 2 + lib/MC/WasmObjectWriter.cpp | 146 +++++++++++++++++---- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +- lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 17 ++- lib/Target/AMDGPU/AMDGPUMachineFunction.h | 9 +- .../InstPrinter/WebAssemblyInstPrinter.cpp | 15 +++ .../InstPrinter/WebAssemblyInstPrinter.h | 2 + .../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 60 +++++++-- .../MCTargetDesc/WebAssemblyTargetStreamer.h | 13 +- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 2 + .../WebAssembly/WebAssemblyFrameLowering.cpp | 11 +- 13 files changed, 262 insertions(+), 47 deletions(-)