This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6c942cd54c0 [llvm-readobj][ELF]Add demangling support new 70c3a1bd4a2 [ThinLTO] Add summary entries for index-based WPD new 3f4e6894183 Add -dump-input=always to cfi-devirt test to debug flake
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/LLVMBitCodes.h | 15 +++ include/llvm/IR/ModuleSummaryIndex.h | 58 +++++++++- lib/Analysis/ModuleSummaryAnalysis.cpp | 115 ++++++++++++++++++- lib/AsmParser/LLLexer.cpp | 3 + lib/AsmParser/LLParser.cpp | 168 +++++++++++++++++++++++++++- lib/AsmParser/LLParser.h | 2 + lib/AsmParser/LLToken.h | 3 + lib/Bitcode/Reader/BitcodeReader.cpp | 53 +++++++++ lib/Bitcode/Writer/BitcodeWriter.cpp | 61 +++++++++- lib/IR/AsmWriter.cpp | 38 +++++++ lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 45 ++++++-- test/Assembler/thinlto-vtable-summary.ll | 38 +++++++ test/ThinLTO/X86/cfi-devirt.ll | 10 +- test/ThinLTO/X86/devirt.ll | 146 ++++++++++++++++++++++++ tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 2 + 15 files changed, 726 insertions(+), 31 deletions(-) create mode 100644 test/Assembler/thinlto-vtable-summary.ll create mode 100644 test/ThinLTO/X86/devirt.ll