This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfe06dbe7c5 [ARM] Tighten f64<->f16 conversion requirements new 5ca4d748cca [WebAssembly] SIMD comparisons new e2b125cd4df [objcopy] make objcopy follow program header standards
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: lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 54 ++ test/CodeGen/WebAssembly/simd-comparisons.ll | 644 +++++++++++++++++++++ test/tools/llvm-objcopy/binary-input-arch.test | 4 +- test/tools/llvm-objcopy/many-sections.test | 4 +- test/tools/llvm-objcopy/relocatable-phdr.test | 16 + test/tools/llvm-objcopy/strip-sections.test | 2 +- tools/llvm-objcopy/Object.cpp | 13 +- 8 files changed, 726 insertions(+), 13 deletions(-) create mode 100644 test/CodeGen/WebAssembly/simd-comparisons.ll create mode 100644 test/tools/llvm-objcopy/relocatable-phdr.test