This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2757ca62d77 [CodeView] Fix random access of type names. new 46016f24b43 [WebAssembly] Use __stack_pointer global when writing wasm binary
The 1 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/CodeGen/MachineModuleInfoImpls.h | 27 ----------- lib/CodeGen/MachineModuleInfoImpls.cpp | 1 - lib/MC/WasmObjectWriter.cpp | 8 +++- lib/Object/WasmObjectFile.cpp | 4 +- .../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 18 +++----- .../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 2 +- .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 3 +- .../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 2 + lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 7 --- .../WebAssembly/WebAssemblyFrameLowering.cpp | 29 +++--------- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 32 +++++-------- test/CodeGen/WebAssembly/byval.ll | 14 +++--- test/CodeGen/WebAssembly/reg-stackify.ll | 2 +- test/CodeGen/WebAssembly/stack-alignment.ll | 24 +++++----- test/CodeGen/WebAssembly/userstack.ll | 52 +++++++++++----------- test/MC/WebAssembly/func-address.ll | 5 +-- test/MC/WebAssembly/stack-ptr.ll | 21 +++++++++ 17 files changed, 106 insertions(+), 145 deletions(-) create mode 100644 test/MC/WebAssembly/stack-ptr.ll