This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce4da272347 llvm/test/lit.cfg.py: Don't set the feature "llvm-64-bits" [...] new dcf1ffe8a08 [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 + test/tools/gold/X86/asm_undefined2.ll | 3 ++- test/tools/gold/X86/coff.ll | 2 +- test/tools/gold/X86/common.ll | 2 +- test/tools/gold/X86/emit-llvm.ll | 6 ++--- test/tools/gold/X86/global_with_section.ll | 16 +++++------ test/tools/gold/X86/parallel.ll | 8 +++--- test/tools/gold/X86/thinlto_linkonceresolution.ll | 2 +- test/tools/gold/X86/thinlto_weak_library.ll | 2 +- test/tools/gold/X86/visibility.ll | 2 +- 28 files changed, 137 insertions(+), 58 deletions(-) create mode 100644 test/Bitcode/thinlto-summary-local-5.0.ll create mode 100644 test/Bitcode/thinlto-summary-local-5.0.ll.bc