This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 956642c7f94 [WebAssembly] Assembler: support special floats: infinity / nan new 44efaf5ba66 [WebAssembly] Simplify regcopy.mir new d62ea46def0 [llvm-lipo] Implement -create (with hardcoded alignments)
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: .../WebAssembly/{regcopy.mir => reg-copy.mir} | 33 +-- test/tools/llvm-lipo/Inputs/arm64-slice.yaml | 101 ++++++++++ test/tools/llvm-lipo/Inputs/armv7-slice.yaml | 76 +++++++ test/tools/llvm-lipo/Inputs/x86_64-slice.yaml | 89 +++++++++ test/tools/llvm-lipo/create-executable.test | 11 + test/tools/llvm-lipo/create-invalid-input.test | 8 + test/tools/llvm-lipo/create-without-alignment.test | 32 +++ .../thin-executable-universal-binary.test | 2 +- tools/llvm-lipo/LipoOpts.td | 5 + tools/llvm-lipo/llvm-lipo.cpp | 222 +++++++++++++++++++-- 10 files changed, 532 insertions(+), 47 deletions(-) rename test/CodeGen/WebAssembly/{regcopy.mir => reg-copy.mir} (69%) create mode 100644 test/tools/llvm-lipo/Inputs/arm64-slice.yaml create mode 100644 test/tools/llvm-lipo/Inputs/armv7-slice.yaml create mode 100644 test/tools/llvm-lipo/Inputs/x86_64-slice.yaml create mode 100644 test/tools/llvm-lipo/create-executable.test create mode 100644 test/tools/llvm-lipo/create-invalid-input.test create mode 100644 test/tools/llvm-lipo/create-without-alignment.test