This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f1962c363a [APFloat] Move the integerPartWidth constant into APFloatBa [...] new d8c55ee753f Delete TypeDatabase.
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/CVRecord.h | 5 +- .../DebugInfo/CodeView/LazyRandomTypeCollection.h | 40 ++- include/llvm/DebugInfo/CodeView/TypeDatabase.h | 84 ------ .../llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h | 62 ---- .../llvm/DebugInfo/CodeView/TypeTableCollection.h | 11 +- lib/DebugInfo/CodeView/CMakeLists.txt | 2 - .../CodeView/LazyRandomTypeCollection.cpp | 135 ++++----- lib/DebugInfo/CodeView/TypeDatabase.cpp | 146 --------- lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp | 330 --------------------- lib/DebugInfo/CodeView/TypeTableCollection.cpp | 58 ++-- tools/llvm-readobj/COFFDumper.cpp | 2 +- 11 files changed, 115 insertions(+), 760 deletions(-) delete mode 100644 include/llvm/DebugInfo/CodeView/TypeDatabase.h delete mode 100644 include/llvm/DebugInfo/CodeView/TypeDatabaseVisitor.h delete mode 100644 lib/DebugInfo/CodeView/TypeDatabase.cpp delete mode 100644 lib/DebugInfo/CodeView/TypeDatabaseVisitor.cpp