This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 587de2cafa8 [InstCombine] add tests for funnel shift constant shift amo [...] new 3384c56bc0a Speeding up llvm-cov export with multithreaded renderFiles [...] new 4385104c44f [ARC] Better classify add/sub immediate instructions in fra [...]
The 2 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 | 13 +++++++ lib/Target/ARC/ARCFrameLowering.cpp | 50 ++++++++++++++++++++----- test/tools/llvm-cov/export_functions.test | 10 +++++ test/tools/llvm-cov/showExpansions.cpp | 3 ++ tools/llvm-cov/CodeCoverage.cpp | 13 +++++++ tools/llvm-cov/CoverageExporterJson.cpp | 62 ++++++++++++++++++++++++------- tools/llvm-cov/CoverageViewOptions.h | 2 + 7 files changed, 130 insertions(+), 23 deletions(-) create mode 100644 test/tools/llvm-cov/export_functions.test