summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/CoverageSummaryInfo.cpp
AgeCommit message (Expand)Author
2017-10-18[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar
2017-10-17[llvm-cov] Add one correction to r315960 (PR34962)Vedant Kumar
2017-10-16[llvm-cov] Remove workaround in line execution count calculation (PR34962)Vedant Kumar
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar
2017-09-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar
2017-09-15[llvm-cov] Fix a bot failure due to r313417Vedant Kumar
2017-09-15[llvm-cov] Avoid over-counting covered lines and regionsVedant Kumar
2017-09-15[llvm-cov] Make some summary info fields private. NFC.Vedant Kumar
2017-09-15[llvm-cov] Remove a redundant field. NFC.Vedant Kumar
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar
2016-09-19[llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar
2016-09-19[llvm-cov] Track function and instantiation coverage separatelyVedant Kumar
2016-07-22test commitYing Yi
2015-02-14llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner
2014-09-30llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner
2014-09-09llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC)Justin Bogner
2014-09-08llvm-cov: Remove dead codeJustin Bogner
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz