1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/tools/llvm-cov
Fangrui Song 789e9aff28 [llvm-cov gcov] Compute unmeasured arc counts by Kirchhoff's circuit law
For a CFG G=(V,E), Knuth describes that by Kirchoff's circuit law, the minimum
number of counters necessary is |E|-(|V|-1). The emitted edges form a spanning
tree. libgcov emitted .gcda files leverages this optimization while clang
--coverage's doesn't.

Propagate counts by Kirchhoff's circuit law so that llvm-cov gcov can
correctly print line counts of gcc --coverage emitted files and enable
the future improvement of clang --coverage.
2020-09-08 18:45:11 -07:00
..
Inputs [llvm-cov] reset executation count to 0 after wrapped segment 2020-08-04 18:38:44 -07:00
binary-formats.c Reland: [Coverage] Revise format to reduce binary size 2020-02-28 18:12:04 -08:00
combine_expansions.cpp
cov-comdat.test
deferred-region.cpp
demangle.test
dir-with-filtering.test
double_dots.c
export_functions-lcov.test [llvm-cov] Add support for -skip-functions to lcov 2020-01-22 12:49:00 -08:00
export_functions.test
gcov-4.7.c [llvm-cov gcov] Compute unmeasured arc counts by Kirchhoff's circuit law 2020-09-08 18:45:11 -07:00
gcov-8.c [llvm-cov gcov] Compute unmeasured arc counts by Kirchhoff's circuit law 2020-09-08 18:45:11 -07:00
gcov-9.c [llvm-cov gcov] Compute unmeasured arc counts by Kirchhoff's circuit law 2020-09-08 18:45:11 -07:00
gcov-fake-4.2.c [llvm-cov gcov] Support clang<11 fake 4.2 format 2020-06-17 10:17:15 -07:00
gcov-intermediate-format.test [gcov] Add -i --intermediate-format 2020-06-16 14:14:28 -07:00
hideUnexecutedSubviews.test
ifdef.c
ignore-filename-regex.test [llvm-cov] reset executation count to 0 after wrapped segment 2020-08-04 18:38:44 -07:00
lit.local.cfg
llvm-cov.test [AIX] Remove diff -a option on llvm-cov.test 2020-07-14 12:24:36 -04:00
load-multiple-objects.test
misssing-profdata.test [llvm-cov] Improve error message for missing profdata 2020-03-30 12:54:07 -07:00
multiple-files.test
multiple-objects-not-all-instrumented.test
multiple-objects.test
multithreaded-report.test
name_whitelist.test
native_separators.c
path_equivalence.c
prefer_used_to_unused.h
prevent_false_instantiations.h
report.cpp
scan-directory.test
showExpansions.cpp
showHighlightedRanges.cpp
showLineExecutionCounts-lcov.test
showLineExecutionCounts.cpp
showProjectSummary.cpp
showRegionMarkers.cpp
showTabsHTML.cpp
showTemplateInstantiations.cpp
sources-specified.test
style.test
threads.c
universal_bin_wrapping_archives.test
universal-binary.c
warnings.h
zeroFunctionFile.c