This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 37911b93a03 WholeProgramDevirt: Add import/export support for targets w [...] new 1a8b825606f LowerTypeTests: Add import/export support for targets witho [...] new d3822e422b1 [llvm-cov] Allow hiding instantiation/region coverage from [...]
The 2 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 | 10 ++ include/llvm/IR/ModuleSummaryIndexYAML.h | 4 + lib/LTO/LTO.cpp | 5 + lib/Transforms/IPO/LowerTypeTests.cpp | 94 ++++++++++++----- test/Transforms/LowerTypeTests/Inputs/import.yaml | 16 +++ test/Transforms/LowerTypeTests/export-allones.ll | 33 ++++-- test/Transforms/LowerTypeTests/export-bytearray.ll | 37 +++++-- test/Transforms/LowerTypeTests/export-icall.ll | 8 ++ test/Transforms/LowerTypeTests/export-inline.ll | 35 +++++-- test/Transforms/LowerTypeTests/import.ll | 113 +++++++++++++-------- test/Transforms/LowerTypeTests/simplify.ll | 1 + .../WholeProgramDevirt/export-single-impl.ll | 16 +++ .../WholeProgramDevirt/export-uniform-ret-val.ll | 4 + .../WholeProgramDevirt/export-unique-ret-val.ll | 8 ++ test/Transforms/WholeProgramDevirt/export-vcp.ll | 8 ++ test/Transforms/WholeProgramDevirt/import-indir.ll | 4 + test/tools/llvm-cov/hideUnexecutedSubviews.test | 4 +- test/tools/llvm-cov/report.cpp | 2 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 3 - tools/llvm-cov/CodeCoverage.cpp | 12 +++ tools/llvm-cov/CoverageReport.cpp | 78 +++++++------- tools/llvm-cov/CoverageViewOptions.h | 2 + tools/llvm-cov/SourceCoverageViewHTML.cpp | 28 +++-- 23 files changed, 381 insertions(+), 144 deletions(-)