This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2feb69e MachineScheduler: Remember top/bottom choice in bidirectional [...] new a9bf312 [llvm-cov] Separate presentation logic from formatting logic, NFC
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: tools/llvm-cov/CMakeLists.txt | 1 + tools/llvm-cov/CodeCoverage.cpp | 28 ++--- tools/llvm-cov/SourceCoverageView.cpp | 191 ++++++----------------------- tools/llvm-cov/SourceCoverageView.h | 90 +++++++++----- tools/llvm-cov/SourceCoverageViewText.cpp | 193 ++++++++++++++++++++++++++++++ tools/llvm-cov/SourceCoverageViewText.h | 61 ++++++++++ 6 files changed, 363 insertions(+), 201 deletions(-) create mode 100644 tools/llvm-cov/SourceCoverageViewText.cpp create mode 100644 tools/llvm-cov/SourceCoverageViewText.h