This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 53171e3cf8f [llvm-objcopy][NFC] simplify an error return new 9ac1c045584 [WebAssembly] clang-tidy (NFC) new 74695311606 GlobalISel: Fix CSE handling of buildConstant new 9eeb421361b GlobalISel: Fix parameter name in documentation
The 3 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/GlobalISel/MachineIRBuilder.h | 6 + include/llvm/MC/MCSectionWasm.h | 2 +- lib/BinaryFormat/Wasm.cpp | 8 +- lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp | 13 +++ lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 78 +++++++------ lib/MC/MCParser/WasmAsmParser.cpp | 47 ++++---- lib/MC/MCSectionWasm.cpp | 6 +- lib/MC/MCWasmObjectTargetWriter.cpp | 4 +- lib/MC/MCWasmStreamer.cpp | 14 +-- lib/MC/WasmObjectWriter.cpp | 62 +++++----- lib/Object/WasmObjectFile.cpp | 36 +++--- .../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 4 +- .../InstPrinter/WebAssemblyInstPrinter.cpp | 14 +-- .../MCTargetDesc/WebAssemblyAsmBackend.cpp | 7 +- .../MCTargetDesc/WebAssemblyMCAsmInfo.cpp | 2 +- .../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 22 ++-- .../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 4 +- .../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 30 ++--- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 30 ++--- lib/Target/WebAssembly/WebAssemblyCFGSort.cpp | 10 +- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 48 ++++---- .../WebAssembly/WebAssemblyCallIndirectFixup.cpp | 10 +- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 107 +++++++++-------- .../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 38 +++---- lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 43 ++++--- .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 58 +++++----- .../WebAssembly/WebAssemblyLowerGlobalDtors.cpp | 6 +- lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 31 +++-- lib/Target/WebAssembly/WebAssemblyMCInstLower.h | 4 +- .../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 20 ++-- .../WebAssembly/WebAssemblyMachineFunctionInfo.h | 8 +- .../WebAssembly/WebAssemblyMemIntrinsicResults.cpp | 12 +- .../WebAssemblyOptimizeLiveIntervals.cpp | 6 +- .../WebAssembly/WebAssemblyOptimizeReturned.cpp | 10 +- lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 28 ++--- .../WebAssemblyPrepareForLiveIntervals.cpp | 8 +- lib/Target/WebAssembly/WebAssemblyRegColoring.cpp | 24 ++-- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 126 ++++++++++----------- .../WebAssemblyRuntimeLibcallSignatures.cpp | 76 ++++++------- .../WebAssemblyRuntimeLibcallSignatures.h | 4 +- .../WebAssembly/WebAssemblySelectionDAGInfo.cpp | 2 +- .../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 6 +- .../WebAssembly/WebAssemblyTargetMachine.cpp | 2 +- .../WebAssembly/WebAssemblyTargetTransformInfo.cpp | 2 +- tools/llvm-objdump/WasmDump.cpp | 2 +- tools/llvm-readobj/WasmDumper.cpp | 2 +- tools/obj2yaml/wasm2yaml.cpp | 14 +-- tools/yaml2obj/yaml2wasm.cpp | 66 +++++------ unittests/CodeGen/GlobalISel/CSETest.cpp | 13 +++ .../CodeGen/GlobalISel/MachineIRBuilderTest.cpp | 40 ++++++- 51 files changed, 632 insertions(+), 587 deletions(-)