This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0028f6a8722 MachineInstr: Reason locally about some memory objects befo [...] new 8574d59a97c [llvm-cov] Add an option which maps the location of source [...]
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 | 6 + .../llvm-cov/Inputs/path_equivalence.covmapping | Bin 0 -> 108 bytes ...pansions.proftext => path_equivalence.proftext} | 0 test/tools/llvm-cov/binary-formats.c | 6 +- test/tools/llvm-cov/combine_expansions.cpp | 2 +- test/tools/llvm-cov/cov-comdat.test | 6 +- test/tools/llvm-cov/deferred-region.cpp | 2 +- test/tools/llvm-cov/demangle.test | 6 +- test/tools/llvm-cov/hideUnexecutedSubviews.test | 4 +- test/tools/llvm-cov/native_separators.c | 4 +- test/tools/llvm-cov/path_equivalence.c | 4 + test/tools/llvm-cov/prefer_used_to_unused.h | 2 +- test/tools/llvm-cov/prevent_false_instantiations.h | 2 +- test/tools/llvm-cov/report.cpp | 8 +- test/tools/llvm-cov/scan-directory.test | 3 +- test/tools/llvm-cov/showExpansions.cpp | 2 +- test/tools/llvm-cov/showHighlightedRanges.cpp | 4 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 12 +- test/tools/llvm-cov/showProjectSummary.cpp | 14 +-- test/tools/llvm-cov/showRegionMarkers.cpp | 2 +- test/tools/llvm-cov/showTabsHTML.cpp | 4 +- test/tools/llvm-cov/showTemplateInstantiations.cpp | 10 +- test/tools/llvm-cov/style.test | 6 +- test/tools/llvm-cov/threads.c | 6 +- test/tools/llvm-cov/universal-binary.c | 8 +- test/tools/llvm-cov/warnings.h | 8 +- tools/llvm-cov/CodeCoverage.cpp | 121 +++++++++++++-------- 27 files changed, 148 insertions(+), 104 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/path_equivalence.covmapping copy test/tools/llvm-cov/Inputs/{combine_expansions.proftext => path_equivalence.p [...] create mode 100644 test/tools/llvm-cov/path_equivalence.c