This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 49ab5d59922 [WebAssembly] Add data size and alignement to linking section new 08da5c5be51 [WebAssembly] Add support for printing relocations with llv [...] new 5cc4d23410a [AArch64] Performance enhancements for Cavium ThunderX2 T99
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 | 1 + lib/Object/WasmObjectFile.cpp | 5 +- lib/Target/AArch64/AArch64InstrInfo.td | 4 +- lib/Target/AArch64/AArch64SchedThunderX2T99.td | 1221 +++++++++++++++++--- .../llvm-objdump/WebAssembly/relocations.test | 8 + tools/llvm-objdump/llvm-objdump.cpp | 20 +- 6 files changed, 1090 insertions(+), 169 deletions(-) create mode 100644 test/tools/llvm-objdump/WebAssembly/relocations.test