This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd5266d548b [WebAssembly] Refactor atomic operation definitions (NFC) new fd5a6ee2b6f [WebAssembly] Generalize section ordering constraints new 7be6d48a758 [PowerPC] exploit P9 instruction maddld. Differential Revis [...]
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/Object/Wasm.h | 49 +++++++----- lib/Object/WasmObjectFile.cpp | 69 +++++++++++++++-- lib/Target/PowerPC/P9InstrResources.td | 2 +- lib/Target/PowerPC/PPCInstr64Bit.td | 14 +++- test/CodeGen/PowerPC/maddld.ll | 115 +++++++++++++++++++++++++++++ test/Object/wasm-relocs-and-producers.yaml | 60 +++++++++++++++ 6 files changed, 277 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/PowerPC/maddld.ll create mode 100644 test/Object/wasm-relocs-and-producers.yaml