llvm-cov: Use the number of executed functions for the function coverage metric.
[oota-llvm.git] / tools / llvm-cov / CoverageSummary.cpp
2014-09-30 Alex Lorenzllvm-cov: Use the number of executed functions for...
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-12 Justin Bognerllvm-cov: Move FunctionCoverageMapping into CoverageMap...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...