This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5552f8b905 [ARM] Reverse PostRASched subtarget feature logic new 10edef110eb [llvm-cov] Read in function names for filtering from a text file.
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/name_whitelist.covmapping | Bin 0 -> 384 bytes test/tools/llvm-cov/Inputs/name_whitelist.cpp | 18 +++++++ test/tools/llvm-cov/Inputs/name_whitelist.proftext | 56 +++++++++++++++++++++ test/tools/llvm-cov/Inputs/whitelist1.txt | 4 ++ test/tools/llvm-cov/Inputs/whitelist2.txt | 2 + test/tools/llvm-cov/name_whitelist.test | 21 ++++++++ tools/llvm-cov/CodeCoverage.cpp | 23 ++++++++- tools/llvm-cov/CoverageFilters.cpp | 5 ++ tools/llvm-cov/CoverageFilters.h | 13 +++++ 10 files changed, 147 insertions(+), 1 deletion(-) create mode 100644 test/tools/llvm-cov/Inputs/name_whitelist.covmapping create mode 100644 test/tools/llvm-cov/Inputs/name_whitelist.cpp create mode 100644 test/tools/llvm-cov/Inputs/name_whitelist.proftext create mode 100644 test/tools/llvm-cov/Inputs/whitelist1.txt create mode 100644 test/tools/llvm-cov/Inputs/whitelist2.txt create mode 100644 test/tools/llvm-cov/name_whitelist.test