This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 66b46e1a8bb [BitVector] Add find_[first,last]_[set,unset]_in. new c254cb777d0 [CodeView] Simplify the use of visiting type records & streams. new e9eda65f4b4 Workaround for incorrect Win32 header on GCC.
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: include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 32 ++++++- .../DebugInfo/CodeView/RandomAccessTypeVisitor.h | 15 ---- include/llvm/DebugInfo/PDB/Native/TpiStream.h | 1 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +- lib/DebugInfo/CodeView/CVTypeDumper.cpp | 22 +---- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 99 ++++++++++++++++++++-- lib/DebugInfo/CodeView/RandomAccessTypeVisitor.cpp | 10 +-- lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 3 +- lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 17 +--- lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp | 3 +- lib/Support/CrashRecoveryContext.cpp | 10 +-- tools/llvm-pdbdump/Analyze.cpp | 15 +--- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 32 +++---- tools/llvm-pdbdump/PdbYaml.cpp | 14 ++- tools/llvm-pdbdump/YamlTypeDumper.cpp | 80 ++++++----------- .../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 1 + unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp | 20 ++--- 17 files changed, 202 insertions(+), 174 deletions(-)