This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e90d44039a6 [x86/MIR] Implement support for pre- and post-instruction s [...] new 5e5a9f7ee34 [WebAssembly] CFG stackify support for exception handling new 1466a5a3703 DebugInfo: Remove command line (& target-based) disabling o [...]
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/AsmPrinter/DwarfCompileUnit.cpp | 4 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 - lib/CodeGen/AsmPrinter/DwarfDebug.h | 6 - lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 650 ++++++++++++++++++---- test/CodeGen/WebAssembly/cfg-stackify-eh.mir | 322 +++++++++++ test/CodeGen/WebAssembly/exception.ll | 4 + test/DebugInfo/NVPTX/cu-range-hole.ll | 2 +- test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 2 +- test/DebugInfo/NVPTX/debug-info.ll | 2 +- test/DebugInfo/NVPTX/debug-loc-offset.ll | 4 +- test/DebugInfo/X86/no-public-sections.ll | 31 -- test/DebugInfo/X86/sections_as_references.ll | 6 +- 12 files changed, 878 insertions(+), 161 deletions(-) create mode 100644 test/CodeGen/WebAssembly/cfg-stackify-eh.mir delete mode 100644 test/DebugInfo/X86/no-public-sections.ll