This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0b8d0a AMDGPU: Fix global isel build new 97b2584 Remove stray comment. NFC. new 2aa8ecf [BFI]: code cleanup new 0347ce7 [llvm-cov] Add a format option for the 'show' sub-command (mo [...] new aba058f [llvm-cov] clang-format a line, NFC new ba1a097 [llvm-cov] Use -check-prefixes in a test (NFC) new b979c03 [llvm-cov] Add an -output-dir option for the show sub-command
The 6 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 | 12 +++++ include/llvm/Analysis/BlockFrequencyInfoImpl.h | 2 + include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 1 + include/llvm/Transforms/Scalar/Float2Int.h | 1 - lib/CodeGen/MachineBlockFrequencyInfo.cpp | 13 ++++-- test/tools/llvm-cov/prevent_false_instantiations.h | 2 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 10 ++++- tools/llvm-cov/CodeCoverage.cpp | 48 +++++++++++++++++--- tools/llvm-cov/CoverageViewOptions.h | 6 +++ tools/llvm-cov/SourceCoverageView.cpp | 52 +++++++++++++++++++++- tools/llvm-cov/SourceCoverageView.h | 21 ++++++++- tools/llvm-cov/SourceCoverageViewText.cpp | 9 ++++ tools/llvm-cov/SourceCoverageViewText.h | 7 +++ 13 files changed, 168 insertions(+), 16 deletions(-)