This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6ed2a4 [IRCE] Return a Value*, not SCEV* from parseRangeCheck; NFC new 3dce157 [ThinLTO] Change ODR resolution and internalization to be ind [...] new fe03e32 Dump symbol record details in llvm-pdbdump
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/TypeDumper.h | 7 +- include/llvm/IR/ModuleSummaryIndex.h | 13 + include/llvm/LTO/ThinLTOCodeGenerator.h | 6 +- lib/DebugInfo/CodeView/SymbolDumper.cpp | 8 +- lib/DebugInfo/CodeView/TypeDumper.cpp | 15 +- lib/LTO/ThinLTOCodeGenerator.cpp | 466 ++++++++++++++++----------- test/DebugInfo/COFF/asm.ll | 6 +- test/DebugInfo/COFF/multifile.ll | 6 +- test/DebugInfo/COFF/multifunction.ll | 18 +- test/DebugInfo/COFF/simple.ll | 6 +- test/DebugInfo/PDB/pdbdump-headers.test | 277 ++++++++++------ tools/llvm-pdbdump/llvm-pdbdump.cpp | 68 ++-- 12 files changed, 551 insertions(+), 345 deletions(-)