This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e6e6b71 NVPTX: Trivial cleanups of NVPTXInferAddressSpaces new c20099f [WebAssembly] Add wasm support for llvm-readobj new 126da6d [InstCombine] enable (X <<nsw C1) >>s C2 --> X <<nsw (C1 - C2 [...] new 2a3b42c [ExecutionDepsFix] Improve clearance calculation for loops
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: include/llvm/Object/Wasm.h | 4 +- include/llvm/Support/Wasm.h | 2 +- lib/CodeGen/ExecutionDepsFix.cpp | 266 ++++++++++++++------- lib/Object/WasmObjectFile.cpp | 11 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 73 ++---- test/CodeGen/X86/break-false-dep.ll | 57 +++++ test/Transforms/InstCombine/shift.ll | 3 +- .../Inputs/trivial.obj.wasm} | Bin test/tools/llvm-readobj/file-headers.test | 11 + test/tools/llvm-readobj/sections.test | 46 ++++ tools/llvm-readobj/CMakeLists.txt | 1 + tools/llvm-readobj/ObjDumper.h | 4 + tools/llvm-readobj/WasmDumper.cpp | 92 +++++++ tools/llvm-readobj/llvm-readobj.cpp | 2 + 14 files changed, 423 insertions(+), 149 deletions(-) copy test/tools/{llvm-objdump/Inputs/test.wasm => llvm-readobj/Inputs/trivial.obj. [...] create mode 100644 tools/llvm-readobj/WasmDumper.cpp