This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 103c73c85e1 Tighten up DIFile verifier for checksums new 1e1801ccb05 Make internal/private GVs implicitly dso_local.
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/GlobalValue.h | 12 ++++++++---- lib/AsmParser/LLParser.cpp | 13 ++++++++++--- lib/IR/AsmWriter.cpp | 12 +++++++----- lib/IR/Verifier.cpp | 5 +++++ lib/Target/TargetMachine.cpp | 2 +- lib/Transforms/Coroutines/CoroSplit.cpp | 1 + lib/Transforms/IPO/GlobalOpt.cpp | 1 + test/Bitcode/thinlto-function-summary-refgraph.ll | 2 +- test/Bitcode/thinlto-summary-linkage-types.ll | 4 ++-- test/Bitcode/thinlto-summary-section.ll | 6 +++--- test/CodeGen/AMDGPU/enqueue-kernel.ll | 4 ++-- test/LTO/Resolution/X86/comdat.ll | 2 +- test/Linker/funcimport.ll | 18 +++++++++--------- test/Other/extract.ll | 4 ++-- test/ThinLTO/X86/alias_import.ll | 6 +++--- test/ThinLTO/X86/deadstrip.ll | 12 ++++++------ test/ThinLTO/X86/export.ll | 4 ++-- test/ThinLTO/X86/funcimport.ll | 10 +++++----- test/ThinLTO/X86/internalize.ll | 4 ++-- test/ThinLTO/X86/local_name_conflict.ll | 4 ++-- test/ThinLTO/X86/referenced_by_constant.ll | 8 ++++---- test/Transforms/FunctionImport/funcimport.ll | 8 ++++---- test/Transforms/ThinLTOBitcodeWriter/comdat.ll | 8 ++++---- .../Transforms/ThinLTOBitcodeWriter/split-internal1.ll | 4 ++-- .../Transforms/ThinLTOBitcodeWriter/split-internal2.ll | 4 ++-- .../ThinLTOBitcodeWriter/split-vfunc-internal.ll | 8 ++++---- .../WholeProgramDevirt/export-single-impl.ll | 4 ++-- test/tools/gold/X86/coff.ll | 2 +- test/tools/gold/X86/emit-llvm.ll | 2 +- test/tools/gold/X86/global_with_section.ll | 10 +++++----- test/tools/llvm-split/internal.ll | 4 ++-- test/tools/llvm-split/preserve-locals.ll | 2 +- test/tools/llvm-split/scc-alias.ll | 4 ++-- test/tools/llvm-split/scc-callchain.ll | 6 +++--- test/tools/llvm-split/scc-comdat.ll | 4 ++-- test/tools/llvm-split/scc-constants.ll | 4 ++-- test/tools/llvm-split/scc-cycle.ll | 4 ++-- test/tools/llvm-split/scc-global2global.ll | 4 ++-- test/tools/llvm-split/unnamed.ll | 8 ++++---- 39 files changed, 122 insertions(+), 102 deletions(-)