This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 99c9d50 AArch64: Change modeling of zero cycle zeroing. new 55c8c00 [llvm-cov] Add support for creating html reports
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: docs/CommandGuide/llvm-cov.rst | 2 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 31 ++ test/tools/llvm-cov/showTemplateInstantiations.cpp | 45 +++ tools/llvm-cov/CMakeLists.txt | 1 + tools/llvm-cov/CodeCoverage.cpp | 10 + tools/llvm-cov/CoverageViewOptions.h | 3 +- tools/llvm-cov/SourceCoverageView.cpp | 6 + tools/llvm-cov/SourceCoverageViewHTML.cpp | 436 +++++++++++++++++++++ ...CoverageViewText.h => SourceCoverageViewHTML.h} | 22 +- 9 files changed, 543 insertions(+), 13 deletions(-) create mode 100644 tools/llvm-cov/SourceCoverageViewHTML.cpp copy tools/llvm-cov/{SourceCoverageViewText.h => SourceCoverageViewHTML.h} (79%)