This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c9eed7 Requires the AVR backend for running test/CodeGen/AVR new 7fe28f8 ThinLTO: handles modules with empty summaries new ccef33b ThinLTO: don't perform incremental LTO on module without a hash new 98a1ca1 [OptRemarks] Remove non-printable chars from function name
The 3 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/IR/DiagnosticInfo.h | 2 +- lib/Bitcode/Reader/BitcodeReader.cpp | 4 +-- lib/IR/DiagnosticInfo.cpp | 2 ++ lib/IR/ModuleSummaryIndex.cpp | 21 +++++++------ lib/LTO/LTO.cpp | 12 ++++++-- lib/LTO/ThinLTOCodeGenerator.cpp | 13 ++++++-- .../{cache.ll => empty_module_with_cache.ll} | 3 -- test/ThinLTO/X86/cache.ll | 22 ++++++++++++++ test/ThinLTO/X86/empty_module_with_cache.ll | 35 ++++++++++++++++++++++ .../Transforms/Inline/optimization-remarks-yaml.ll | 4 +-- tools/llvm-lto/llvm-lto.cpp | 2 ++ 11 files changed, 96 insertions(+), 24 deletions(-) copy test/ThinLTO/X86/Inputs/{cache.ll => empty_module_with_cache.ll} (70%) create mode 100644 test/ThinLTO/X86/empty_module_with_cache.ll