This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9473ad8 [ImplicitNullChecks] Properly update the live-in of the block [...] new 4a4743c Parse module information from DBI stream. new 05e0103 Fix bugs in llvm-objdump printing the last word for -section [...]
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/PDB/Raw/ModInfo.h | 62 +++++++++ include/llvm/DebugInfo/PDB/Raw/PDBDbiStream.h | 5 + lib/DebugInfo/PDB/CMakeLists.txt | 1 + lib/DebugInfo/PDB/Raw/ModInfo.cpp | 142 +++++++++++++++++++++ lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp | 20 ++- test/DebugInfo/PDB/pdbdump-headers.test | 24 ++++ test/tools/llvm-objdump/Inputs/section.macho-armv7 | Bin 232 -> 308 bytes test/tools/llvm-objdump/macho-sections.test | 6 +- tools/llvm-objdump/MachODump.cpp | 4 +- tools/llvm-pdbdump/llvm-pdbdump.cpp | 23 ++++ 10 files changed, 282 insertions(+), 5 deletions(-) create mode 100644 include/llvm/DebugInfo/PDB/Raw/ModInfo.h create mode 100644 lib/DebugInfo/PDB/Raw/ModInfo.cpp