This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f550b4adcb7 Update the Visual Studio Integration from user feedback. new cef9a05f4d2 [WebAssembly] TableGen backend for stackifying instructions new 6d962e33747 [Pipeliner] Fix incorrect phi values in the epilog and kernel
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/CodeGen/MachinePipeliner.cpp | 61 ++-- lib/Target/WebAssembly/CMakeLists.txt | 1 + lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 361 +--------------------- test/CodeGen/Hexagon/swp-epilog-phi11.ll | 33 ++ utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/TableGen.cpp | 8 +- utils/TableGen/TableGenBackends.h | 1 + utils/TableGen/WebAssemblyStackifierEmitter.cpp | 31 ++ 8 files changed, 111 insertions(+), 386 deletions(-) create mode 100644 test/CodeGen/Hexagon/swp-epilog-phi11.ll create mode 100644 utils/TableGen/WebAssemblyStackifierEmitter.cpp