This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e03fc7c67eb GISel: Canonicalize select tests using update_mir_test_checks new 34ea0deeb12 [llvm-cov] Use the coverage namespace. NFC. new 2ce33a5dffc [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.
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: .../llvm/ProfileData/Coverage/CoverageMapping.h | 83 ++++++++++++++++++++ lib/ProfileData/Coverage/CoverageMapping.cpp | 53 +++++++++++++ tools/llvm-cov/CoverageSummaryInfo.cpp | 53 ------------- tools/llvm-cov/CoverageSummaryInfo.h | 89 ---------------------- tools/llvm-cov/SourceCoverageView.cpp | 11 ++- tools/llvm-cov/SourceCoverageView.h | 19 ++--- tools/llvm-cov/SourceCoverageViewHTML.cpp | 5 +- tools/llvm-cov/SourceCoverageViewHTML.h | 2 + tools/llvm-cov/SourceCoverageViewText.cpp | 3 +- tools/llvm-cov/SourceCoverageViewText.h | 6 +- unittests/ProfileData/CoverageMappingTest.cpp | 57 ++++++++++++++ 11 files changed, 217 insertions(+), 164 deletions(-)