This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4d051558e48 [APInt] In operator!, handle single word case by comparing [...] new 10dbf12dd66 Bitcode: Make the summary reader responsible for merging. NFCI. new ce5526513bd Adds initial llvm-dwarfdump --verify support with unit tests.
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/Bitcode/BitcodeReader.h | 9 + include/llvm/DebugInfo/DIContext.h | 4 + include/llvm/DebugInfo/DWARF/DWARFContext.h | 2 + include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 1 + include/llvm/IR/ModuleSummaryIndex.h | 7 - lib/Bitcode/Reader/BitcodeReader.cpp | 85 +++++--- lib/DebugInfo/DWARF/DWARFContext.cpp | 113 +++++++++++ lib/DebugInfo/DWARF/DWARFFormValue.cpp | 6 +- lib/IR/ModuleSummaryIndex.cpp | 36 ---- lib/LTO/LTO.cpp | 8 +- lib/LTO/ThinLTOCodeGenerator.cpp | 15 +- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 53 ++++- tools/llvm-lto/llvm-lto.cpp | 9 +- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 241 +++++++++++++++++++++++ 14 files changed, 499 insertions(+), 90 deletions(-)