This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e2f88d3b9a1 Specify REQUIRES: default_triple in a few tests new 2e7b4c5405d AMDGPU: Consolidate SubtargetPredicate definitions new 901e22891db AMDGPU: Extend extract_vector_elt fneg combine to fabs new ee52da49b0d DAG: Fix not legalizing vector fcanonicalizes new db159759834 [WebAssembly] Write DWARF data into wasm object file
The 4 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/BinaryFormat/Wasm.h | 5 +- include/llvm/BinaryFormat/WasmRelocs.def | 2 + include/llvm/Object/RelocVisitor.h | 24 +++ include/llvm/Object/Wasm.h | 5 + lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 1 + lib/MC/WasmObjectWriter.cpp | 189 ++++++++++++++++++--- lib/Object/WasmObjectFile.cpp | 36 +++- lib/ObjectYAML/WasmYAML.cpp | 3 + lib/Target/AMDGPU/AMDGPU.td | 7 + lib/Target/AMDGPU/SIISelLowering.cpp | 6 +- lib/Target/AMDGPU/SIInstructions.td | 7 - .../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 29 +++- test/CodeGen/AMDGPU/fabs.f16.ll | 43 +++++ test/CodeGen/AMDGPU/fcanonicalize.ll | 13 ++ test/CodeGen/AMDGPU/mad-mix.ll | 8 +- test/MC/WebAssembly/debug-info.ll | 166 +++++++++++++++++- test/MC/WebAssembly/dwarfdump.ll | 95 +++++++++++ tools/llvm-readobj/WasmDumper.cpp | 2 + tools/obj2yaml/wasm2yaml.cpp | 3 + tools/yaml2obj/yaml2wasm.cpp | 21 ++- 20 files changed, 614 insertions(+), 51 deletions(-) create mode 100644 test/MC/WebAssembly/dwarfdump.ll