This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0732934fcd [CallSiteSplitting] clang-format my last commit. NFCI. new f1b2e0b26a4 Revert "[LTO][ThinLTO] Use the linker resolutions to mark g [...]
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 1028 -> 0 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, 37 insertions(+), 115 deletions(-) delete mode 100644 test/Bitcode/thinlto-summary-local-5.0.ll delete mode 100644 test/Bitcode/thinlto-summary-local-5.0.ll.bc