This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 327ae58 [statepoints][experimental] Add support for live-in semantics [...] new 57e1968 [codeview] Emit vtable shape information
The 1 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/CodeViewDebug.cpp | 25 +- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 1 + lib/DebugInfo/CodeView/TypeDumper.cpp | 1 + test/DebugInfo/COFF/types-data-members.ll | 64 ++-- test/DebugInfo/COFF/vftables.ll | 526 ++++++++++++++++++++++++++++++ 5 files changed, 573 insertions(+), 44 deletions(-) create mode 100644 test/DebugInfo/COFF/vftables.ll