This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06d4c0251f3 [llvm-objdump] Use a counter for llvm-objdump -h instead of [...] new 569d5dbe57b [WebAssembly] Allow multivalue types in block signature operands new 9c7dd8ca502 Added support for "#pragma clang section relro=<name>"
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/IR/GlobalVariable.h | 1 + lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 2 + lib/Target/TargetLoweringObjectFile.cpp | 1 + .../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 34 ++++++----- lib/Target/WebAssembly/Disassembler/LLVMBuild.txt | 2 +- .../Disassembler/WebAssemblyDisassembler.cpp | 24 +++++++- .../MCTargetDesc/WebAssemblyInstPrinter.cpp | 18 +++++- .../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 1 + .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 24 +++++--- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 64 +++++++-------------- lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 58 ++++++++++++------- lib/Target/WebAssembly/WebAssemblyMCInstLower.h | 3 + test/CodeGen/WebAssembly/multivalue.ll | 24 ++++++-- test/MC/Disassembler/WebAssembly/wasm-error.txt | 5 +- test/MC/ELF/section-relro.ll | 65 ++++++++++++++++++++++ test/MC/WebAssembly/basic-assembly.s | 12 ++++ tools/llvm-mc/Disassembler.cpp | 15 ++--- tools/llvm-mc/Disassembler.h | 10 ++-- tools/llvm-mc/llvm-mc.cpp | 4 +- 19 files changed, 250 insertions(+), 117 deletions(-) create mode 100644 test/MC/ELF/section-relro.ll