This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d62ea46def0 [llvm-lipo] Implement -create (with hardcoded alignments) new a7eae67847c Revert [llvm-lipo] Implement -create (with hardcoded alignments) new b29d4ba62fd [WebAssembly] Rename except_ref type to exnref
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/BinaryFormat/Wasm.h | 4 +- include/llvm/CodeGen/ValueTypes.td | 2 +- include/llvm/Support/MachineValueType.h | 4 +- lib/CodeGen/ValueTypes.cpp | 2 +- .../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 6 +- .../MCTargetDesc/WebAssemblyInstPrinter.cpp | 4 +- .../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 4 +- .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 22 +- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 21 +- .../WebAssembly/WebAssemblyCallIndirectFixup.cpp | 4 +- .../WebAssembly/WebAssemblyExplicitLocals.cpp | 20 +- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 26 +-- lib/Target/WebAssembly/WebAssemblyInstrCall.td | 12 +- lib/Target/WebAssembly/WebAssemblyInstrControl.td | 14 +- .../WebAssembly/WebAssemblyInstrExceptRef.td | 26 --- lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 6 +- lib/Target/WebAssembly/WebAssemblyInstrRef.td | 25 +++ .../WebAssembly/WebAssemblyLateEHPrepare.cpp | 27 ++- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 6 +- lib/Target/WebAssembly/WebAssemblyRegisterInfo.td | 4 +- test/CodeGen/WebAssembly/exception.ll | 12 +- test/MC/Disassembler/WebAssembly/wasm.txt | 2 +- test/MC/WebAssembly/basic-assembly.s | 4 +- test/MC/WebAssembly/objdump.s | 4 +- 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 ++------------------- .../WebAssembly/WebAssemblyExceptionInfoTest.cpp | 16 +- utils/TableGen/CodeGenTarget.cpp | 2 +- 36 files changed, 158 insertions(+), 671 deletions(-) delete mode 100644 lib/Target/WebAssembly/WebAssemblyInstrExceptRef.td create mode 100644 lib/Target/WebAssembly/WebAssemblyInstrRef.td delete mode 100644 test/tools/llvm-lipo/Inputs/arm64-slice.yaml delete mode 100644 test/tools/llvm-lipo/Inputs/armv7-slice.yaml delete mode 100644 test/tools/llvm-lipo/Inputs/x86_64-slice.yaml delete mode 100644 test/tools/llvm-lipo/create-executable.test delete mode 100644 test/tools/llvm-lipo/create-invalid-input.test delete mode 100644 test/tools/llvm-lipo/create-without-alignment.test