This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cdc2ace [Hexagon] Undo shift folding where it could simplify addressing mode new 8f5a7d6 [WebAssembly] Add support for using a wasm global for the sta [...]
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 | 24 +++++ .../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 23 +++++ .../MCTargetDesc/WebAssemblyTargetStreamer.h | 5 + lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 6 ++ .../WebAssembly/WebAssemblyFrameLowering.cpp | 86 ++++++++++------- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 34 +++++-- test/CodeGen/WebAssembly/stack-alignment.ll | 102 ++++++++++++--------- 9 files changed, 221 insertions(+), 87 deletions(-)