This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d6b95e9be38 [llvm-mca] Speed up the computation of the wait/ready/issue [...] new 54c1354d1ea [WebAssembly] Cleanup of the way globals and global flags a [...]
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/MC/MCExpr.h | 1 + lib/MC/MCExpr.cpp | 1 + lib/MC/MCWasmStreamer.cpp | 1 - .../MCTargetDesc/WebAssemblyFixupKinds.h | 2 - .../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 2 +- .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 10 +++++ .../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 9 +++- .../WebAssembly/WebAssemblyFrameLowering.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 20 ++++++--- lib/Target/WebAssembly/WebAssemblyMCInstLower.h | 2 +- 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 +++++++++++----------- 15 files changed, 83 insertions(+), 63 deletions(-)