This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7371eca X86: Remove dead code. NFC. new 4509ae4 [CodeView] Finish decoupling TypeDatabase from TypeDumper.
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: include/llvm/DebugInfo/CodeView/CVTypeDumper.h | 48 +- include/llvm/DebugInfo/CodeView/SymbolDumper.h | 8 +- .../{TypeDatabaseVisitor.h => TypeDumpVisitor.h} | 32 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 8 +- lib/DebugInfo/CodeView/CMakeLists.txt | 1 + lib/DebugInfo/CodeView/CVTypeDumper.cpp | 538 +-------------------- lib/DebugInfo/CodeView/SymbolDumper.cpp | 39 +- .../{CVTypeDumper.cpp => TypeDumpVisitor.cpp} | 177 +++---- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 37 +- tools/llvm-pdbdump/LLVMOutputStyle.h | 4 +- tools/llvm-readobj/COFFDumper.cpp | 24 +- 11 files changed, 187 insertions(+), 729 deletions(-) copy include/llvm/DebugInfo/CodeView/{TypeDatabaseVisitor.h => TypeDumpVisitor.h} (61%) copy lib/DebugInfo/CodeView/{CVTypeDumper.cpp => TypeDumpVisitor.cpp} (76%)