This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6706bad Set the vectorizer MaxInterleaveFactor for Exynos. new dc83305 [WebAssembly] Fix for 0xc call_indirect changes new b77f18e [Hexagon] Handle spills of partially defined double vector registers
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/Hexagon/HexagonFrameLowering.cpp | 57 ++++++---- lib/Target/WebAssembly/CMakeLists.txt | 1 + lib/Target/WebAssembly/WebAssembly.h | 1 + .../WebAssembly/WebAssemblyCallIndirectFixup.cpp | 117 +++++++++++++++++++++ lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 18 ++-- lib/Target/WebAssembly/WebAssemblyInstrCall.td | 37 +++++-- .../WebAssembly/WebAssemblyTargetMachine.cpp | 5 + test/CodeGen/Hexagon/expand-vstorerw-undef.ll | 95 +++++++++++++++++ test/CodeGen/WebAssembly/call.ll | 18 ++++ test/CodeGen/WebAssembly/reg-stackify.ll | 19 ++++ 10 files changed, 327 insertions(+), 41 deletions(-) create mode 100644 lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp create mode 100644 test/CodeGen/Hexagon/expand-vstorerw-undef.ll