This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 03dc0681a4b [WebAssembly] Expand BUILD_PAIR nodes new 732eb589851 [PPC] Include tablegenerated PPCGenCallingConv.inc once new 3b68b45b637 [WebAssembly] Handle more types of uses in WebAssemblyAddMi [...]
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/PowerPC/CMakeLists.txt | 1 + lib/Target/PowerPC/PPCCallingConv.cpp | 108 +++++++++++++++++++++ lib/Target/PowerPC/PPCCallingConv.h | 29 ++++-- lib/Target/PowerPC/PPCCallingConv.td | 7 ++ lib/Target/PowerPC/PPCFastISel.cpp | 18 ---- lib/Target/PowerPC/PPCISelLowering.cpp | 95 ------------------ lib/Target/PowerPC/PPCISelLowering.h | 26 ----- .../WebAssemblyAddMissingPrototypes.cpp | 47 ++------- test/CodeGen/WebAssembly/add-prototypes.ll | 29 +++++- 9 files changed, 172 insertions(+), 188 deletions(-) create mode 100644 lib/Target/PowerPC/PPCCallingConv.cpp