This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05e1dea [libFuzzer] remove use_traces=1 since use_value_profile seems [...] new f539109 [llvm-cov] Speculate fix for a Windows-only test (NFC) new 006e320 [llvm-cov] Add an API to prepare file reports (NFC) new 85e096d [llvm-cov] Constify some methods (NFC) new 84dc751 [llvm-cov] Emit a summary in the report directory's index new beb8233 [AVX-512] Add more integer vector comparison tests with loads [...] new a122378 [AVX-512] Add VPCMP instructions to the load folding tables a [...]
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: lib/Target/X86/X86InstrAVX512.td | 1 + lib/Target/X86/X86InstrInfo.cpp | 57 ++++++- test/CodeGen/X86/avx512vl-vec-cmp.ll | 192 ++++++++++++++++++++++++ test/tools/llvm-cov/native_separators.c | 6 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 31 +++- test/tools/llvm-cov/style.test | 5 + tools/llvm-cov/CodeCoverage.cpp | 2 +- tools/llvm-cov/CoverageReport.cpp | 52 ++++--- tools/llvm-cov/CoverageReport.h | 15 +- tools/llvm-cov/SourceCoverageView.cpp | 5 +- tools/llvm-cov/SourceCoverageView.h | 7 +- tools/llvm-cov/SourceCoverageViewHTML.cpp | 126 +++++++++++++--- tools/llvm-cov/SourceCoverageViewHTML.h | 10 +- tools/llvm-cov/SourceCoverageViewText.cpp | 9 +- tools/llvm-cov/SourceCoverageViewText.h | 3 +- 15 files changed, 457 insertions(+), 64 deletions(-)