This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aa73713 Always traverse GlobalVariable initializer when computing the [...] new 9ab3b37 Store and emit original name in combined index
The 1 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 | 2 + include/llvm/IR/ModuleSummaryIndex.h | 12 +++ lib/Bitcode/Reader/BitcodeReader.cpp | 88 ++++++++++++++++------ lib/Bitcode/Writer/BitcodeWriter.cpp | 14 ++++ .../thinlto-function-summary-originalnames.ll | 24 ++++++ tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 + 6 files changed, 116 insertions(+), 25 deletions(-) create mode 100644 test/Bitcode/thinlto-function-summary-originalnames.ll