This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0e3ca1cab8 Teach TargetInstrInfo::getInlineAsmLength to parse .space d [...] new 078c2c3fc49 [llvm-cov] Create directory structure when filtering using [...]
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: .../llvm-cov/Inputs/dir-with-filtering.covmapping | Bin 0 -> 264 bytes ...unused.proftext => dir-with-filtering.proftext} | 19 +++-- test/tools/llvm-cov/Inputs/dir-with-filtering1.cpp | 8 +++ test/tools/llvm-cov/Inputs/dir-with-filtering2.cpp | 8 +++ test/tools/llvm-cov/dir-with-filtering.test | 69 ++++++++++++++++++ test/tools/llvm-cov/report.cpp | 2 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 8 +-- test/tools/llvm-cov/showProjectSummary.cpp | 4 +- test/tools/llvm-cov/showTemplateInstantiations.cpp | 4 +- test/tools/llvm-cov/style.test | 7 +- tools/llvm-cov/CodeCoverage.cpp | 77 ++++++++++++--------- tools/llvm-cov/CoverageReport.cpp | 15 ++-- tools/llvm-cov/CoverageReport.h | 10 ++- tools/llvm-cov/SourceCoverageView.cpp | 5 +- tools/llvm-cov/SourceCoverageView.h | 6 +- tools/llvm-cov/SourceCoverageViewHTML.cpp | 10 +-- tools/llvm-cov/SourceCoverageViewHTML.h | 3 +- tools/llvm-cov/SourceCoverageViewText.cpp | 8 +-- tools/llvm-cov/SourceCoverageViewText.h | 3 +- 19 files changed, 196 insertions(+), 70 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering.covmapping copy test/tools/llvm-cov/Inputs/{prefer_used_to_unused.proftext => dir-with-filter [...] create mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering1.cpp create mode 100644 test/tools/llvm-cov/Inputs/dir-with-filtering2.cpp create mode 100644 test/tools/llvm-cov/dir-with-filtering.test