This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c038deab68 ARM: add extra test for addrmode folding. new f393f97e655 [llvm-readobj] Update readobj to re-use parsing code. new ff945996648 [CodeView] Use actual strings for dealing with checksums an [...]
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: .../CodeView/ModuleDebugFileChecksumFragment.h | 10 ++- .../CodeView/ModuleDebugInlineeLinesFragment.h | 13 ++-- .../DebugInfo/CodeView/ModuleDebugLineFragment.h | 11 ++- include/llvm/DebugInfo/CodeView/StringTable.h | 9 ++- .../DebugInfo/CodeView/SymbolVisitorDelegate.h | 4 +- include/llvm/DebugInfo/PDB/Native/PDBStringTable.h | 7 +- .../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 3 + include/llvm/Support/BinaryStreamArray.h | 2 + include/llvm/Support/BinaryStreamRef.h | 3 + .../CodeView/ModuleDebugFileChecksumFragment.cpp | 21 +++--- .../CodeView/ModuleDebugInlineeLinesFragment.cpp | 17 +++-- lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp | 14 ++-- lib/DebugInfo/CodeView/StringTable.cpp | 18 +++-- lib/DebugInfo/CodeView/SymbolDumper.cpp | 25 +++---- lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 20 ++++-- tools/llvm-pdbdump/Diff.cpp | 26 +++++-- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 26 ++++--- tools/llvm-pdbdump/YAMLOutputStyle.cpp | 9 ++- tools/llvm-pdbdump/llvm-pdbdump.cpp | 53 ++++---------- tools/llvm-readobj/COFFDumper.cpp | 80 +++++++++++----------- tools/llvm-readobj/llvm-readobj.h | 5 ++ unittests/DebugInfo/PDB/ErrorChecking.h | 12 ++++ unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 19 +++-- 23 files changed, 243 insertions(+), 164 deletions(-)