This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5155d5128ab [WebAssembly] Revert r319186 "Support bitcasted function ad [...] new 69d3274f508 [llvm-readobj] Fix mismatched line endings new 47856b25a74 Split TypeTableBuilder into two classes.
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: ...eTableBuilder.h => AppendingTypeTableBuilder.h} | 19 ++-- ...ypeTableBuilder.h => MergingTypeTableBuilder.h} | 14 +-- include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | 10 +- include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 4 +- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 +- .../CodeView/AppendingTypeTableBuilder.cpp | 101 +++++++++++++++++++++ lib/DebugInfo/CodeView/CMakeLists.txt | 3 +- ...ableBuilder.cpp => MergingTypeTableBuilder.cpp} | 57 +++++------- lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 30 +++--- lib/ObjectYAML/CodeViewYAMLTypes.cpp | 17 ++-- tools/llvm-pdbutil/llvm-pdbutil.cpp | 9 +- tools/llvm-readobj/COFFDumper.cpp | 17 ++-- tools/llvm-readobj/ObjDumper.h | 13 +-- tools/llvm-readobj/llvm-readobj.cpp | 20 ++-- .../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 6 +- .../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 7 +- 16 files changed, 211 insertions(+), 120 deletions(-) copy include/llvm/DebugInfo/CodeView/{TypeTableBuilder.h => AppendingTypeTableBuil [...] rename include/llvm/DebugInfo/CodeView/{TypeTableBuilder.h => MergingTypeTableBuil [...] create mode 100644 lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp rename lib/DebugInfo/CodeView/{TypeTableBuilder.cpp => MergingTypeTableBuilder.cpp} (77%)