This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c0367e30fe [mips] clang-format MipsSubtarget.cpp. new e3e384aef78 [LLD/PDB] Write actual records to the globals stream. new 88fcc3a2fb1 Add documentation for llvm-pdbutil.
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: docs/CommandGuide/index.rst | 1 + docs/CommandGuide/llvm-pdbutil.rst | 585 +++++++++++++++++++++ .../CodeView/{TypeName.h => RecordName.h} | 10 +- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 4 +- include/llvm/DebugInfo/CodeView/TypeRecord.h | 4 + .../llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h | 6 + lib/DebugInfo/CodeView/CMakeLists.txt | 2 +- .../CodeView/LazyRandomTypeCollection.cpp | 2 +- .../CodeView/{TypeName.cpp => RecordName.cpp} | 81 ++- lib/DebugInfo/CodeView/TypeTableCollection.cpp | 2 +- lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 39 +- 11 files changed, 714 insertions(+), 22 deletions(-) create mode 100644 docs/CommandGuide/llvm-pdbutil.rst rename include/llvm/DebugInfo/CodeView/{TypeName.h => RecordName.h} (65%) rename lib/DebugInfo/CodeView/{TypeName.cpp => RecordName.cpp} (76%)