This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce8f24e6d75 Fix a crash in llvm-objdump when printing a bad x86_64 relo [...] new cdc57825ed6 [LTO][ThinLTO] Use the linker resolutions to mark global va [...]
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/IR/ModuleSummaryIndex.h | 12 +++++++-- include/llvm/IR/ModuleSummaryIndexYAML.h | 8 +++--- lib/Analysis/ModuleSummaryAnalysis.cpp | 9 ++++--- lib/Bitcode/Reader/BitcodeReader.cpp | 4 ++- lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++ lib/LTO/LTO.cpp | 21 +++++++++++---- lib/Transforms/Utils/FunctionImportUtils.cpp | 17 ++++++++++++ test/Bitcode/thinlto-summary-local-5.0.ll | 22 +++++++++++++++ test/Bitcode/thinlto-summary-local-5.0.ll.bc | Bin 0 -> 1028 bytes test/LTO/Resolution/X86/comdat-mixed-lto.ll | 2 +- test/LTO/Resolution/X86/comdat.ll | 4 +-- test/LTO/Resolution/X86/commons.ll | 2 +- test/ThinLTO/X86/deadstrip.ll | 30 +++++++++++++-------- test/ThinLTO/X86/funcimport2.ll | 4 +-- test/ThinLTO/X86/internalize.ll | 9 ++++--- test/ThinLTO/X86/reference_non_importable.ll | 2 +- test/Transforms/LowerTypeTests/import-unsat.ll | 1 + .../PGOProfile/thinlto_samplepgo_icp2.ll | 2 +- test/Transforms/WholeProgramDevirt/import-indir.ll | 1 + 19 files changed, 115 insertions(+), 37 deletions(-) create mode 100644 test/Bitcode/thinlto-summary-local-5.0.ll create mode 100644 test/Bitcode/thinlto-summary-local-5.0.ll.bc