llvm-project/llvm/lib/ProfileData/Coverage
Zequan Wu e3df947175 [llvm-cov] reset executation count to 0 after wrapped segment
Fix the bug: https://bugs.llvm.org/show_bug.cgi?id=36979. It also fixes this bug: https://bugs.llvm.org/show_bug.cgi?id=35404, which I think is caused by the same problem.

Differential Revision: https://reviews.llvm.org/D85036
2020-08-04 18:38:44 -07:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
CoverageMapping.cpp [llvm-cov] reset executation count to 0 after wrapped segment 2020-08-04 18:38:44 -07:00
CoverageMappingReader.cpp [Coverage] Collect all function records in an object (D69471 followup) 2020-03-02 12:01:09 -08:00
CoverageMappingWriter.cpp Reland: [Coverage] Revise format to reduce binary size 2020-02-28 18:12:04 -08:00
LLVMBuild.txt