This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4c1756 [InstCombine] change tests to show a more obvious transform p [...] new 4aa4497 [obj2yaml] [yaml2obj] Support for MachO nlist and string table new 13e11d7 Revert "[WebAssembly] Emit type signatures for declared functions" new 5142c10 [TailRecursionElimination] Refactor/cleanup.
The 3 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/ObjectYAML/MachOYAML.h | 15 + lib/ObjectYAML/MachOYAML.cpp | 11 + .../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 10 - .../MCTargetDesc/WebAssemblyTargetStreamer.h | 9 - lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 41 +- lib/Transforms/Scalar/TailRecursionElimination.cpp | 271 +++++------ test/CodeGen/WebAssembly/indirect-import.ll | 70 --- test/ObjectYAML/MachO/symtab.yaml | 511 +++++++++++++++++++++ tools/obj2yaml/macho2yaml.cpp | 37 ++ tools/yaml2obj/yaml2macho.cpp | 43 +- 10 files changed, 741 insertions(+), 277 deletions(-) delete mode 100644 test/CodeGen/WebAssembly/indirect-import.ll create mode 100644 test/ObjectYAML/MachO/symtab.yaml