This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4b1dbe69de [WebAssembly] MC: Include unnamed data when writing wasm files new 63d6d7548d9 Fix a bug in MappedBlockStream. new ae12b7b3603 [pdb] pad source file name buffer at the end instead of the [...] new 7814846d2db Make BinaryStreamReader::readCString a bit faster. new 522178bccc1 [CodeView Type Merging] Don't keep re-allocating temp serializer. new 064b7cce39d [lld] Fix a bug where we continually re-follow type servers.
The 5 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/TypeSerializer.h | 2 + include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 18 ++++---- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 16 +++---- .../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 1 + .../DebugInfo/PDB/Native/PDBTypeServerHandler.h | 5 +-- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 +- lib/DebugInfo/CodeView/TypeSerializer.cpp | 13 ++++++ lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 15 +++---- lib/DebugInfo/MSF/MappedBlockStream.cpp | 32 +++++++------- lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 25 +++++++---- lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp | 11 ++--- lib/Support/BinaryStreamReader.cpp | 27 ++++++------ test/DebugInfo/PDB/Inputs/source-names-1.yaml | 8 ++++ test/DebugInfo/PDB/Inputs/source-names-2.yaml | 8 ++++ test/DebugInfo/PDB/pdbdump-source-names.test | 20 +++++++++ unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 51 +++++++++++----------- 16 files changed, 153 insertions(+), 103 deletions(-) create mode 100644 test/DebugInfo/PDB/Inputs/source-names-1.yaml create mode 100644 test/DebugInfo/PDB/Inputs/source-names-2.yaml create mode 100644 test/DebugInfo/PDB/pdbdump-source-names.test