This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eeeea1e Don't pass a Reloc::Model to GVIsIndirectSymbol. new 89493fd [X86] Make WRPKRU/RDPKRU pass -verify-machineinstrs new e017372 [llvm-cov] Move a check into a helper method (NFC) new c5fab6a [llvm-cov] Rename ShowFormat to Format (NFC) new 75f03af [llvm-cov] Avoid copying file paths multiple times (NFC) new 184c224 [llvm-cov] Minor cleanups (NFC) new 028d73c [llvm-cov] Create an index of reports in -output-dir mode
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/X86ISelLowering.cpp | 15 ++-- test/CodeGen/X86/pku.ll | 2 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 6 +- tools/llvm-cov/CodeCoverage.cpp | 42 +++++++--- tools/llvm-cov/CoverageReport.cpp | 2 +- tools/llvm-cov/CoverageReport.h | 2 +- tools/llvm-cov/CoverageViewOptions.h | 5 +- tools/llvm-cov/SourceCoverageView.cpp | 104 +++++++++++++----------- tools/llvm-cov/SourceCoverageView.h | 75 +++++++++++------ tools/llvm-cov/SourceCoverageViewText.cpp | 31 +++++-- tools/llvm-cov/SourceCoverageViewText.h | 19 +++-- 11 files changed, 188 insertions(+), 115 deletions(-)