This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eef5da2 [InstCombine] regenerate some checks new cc92828 CodeGen/Passes: Pass MachineFunction as functor arg; NFC new 01b8943 [WebAssembly] Implement more WebAssembly binary encoding.
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/CodeGen/Passes.h | 7 ++- lib/CodeGen/IfConversion.cpp | 9 ++- lib/CodeGen/MachineInstrBundle.cpp | 10 ++-- lib/Target/ARM/ARMTargetMachine.cpp | 8 +-- .../InstPrinter/WebAssemblyInstPrinter.cpp | 26 +++------ .../MCTargetDesc/WebAssemblyAsmBackend.cpp | 6 +- .../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 25 ++++---- .../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 10 ++++ .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 67 ++++++++++------------ .../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 36 ++++++------ .../MCTargetDesc/WebAssemblyTargetStreamer.h | 3 + lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 13 ++--- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 2 - .../WebAssembly/WebAssemblyExplicitLocals.cpp | 22 +++---- lib/Target/WebAssembly/WebAssemblyInstrCall.td | 16 ++++-- lib/Target/WebAssembly/WebAssemblyInstrControl.td | 12 ++-- lib/Target/WebAssembly/WebAssemblyInstrFloat.td | 4 +- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 7 --- lib/Target/WebAssembly/WebAssemblyInstrInteger.td | 4 +- .../WebAssembly/WebAssemblyMachineFunctionInfo.h | 4 ++ 20 files changed, 144 insertions(+), 147 deletions(-)