summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageSummaryInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar2017-10-181-53/+0
* [llvm-cov] Add one correction to r315960 (PR34962)Vedant Kumar2017-10-171-7/+6
* [llvm-cov] Remove workaround in line execution count calculation (PR34962)Vedant Kumar2017-10-161-15/+8
* [llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar2017-10-141-23/+25
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-191-41/+67
* [llvm-cov] Fix a bot failure due to r313417Vedant Kumar2017-09-151-3/+3
* [llvm-cov] Avoid over-counting covered lines and regionsVedant Kumar2017-09-151-4/+14
* [llvm-cov] Make some summary info fields private. NFC.Vedant Kumar2017-09-151-4/+2
* [llvm-cov] Remove a redundant field. NFC.Vedant Kumar2017-09-151-4/+0
* [llvm-cov] Fix a lifetime issueVedant Kumar2017-09-081-1/+1
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-021-10/+27
* [llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar2016-09-191-1/+1
* [llvm-cov] Track function and instantiation coverage separatelyVedant Kumar2016-09-191-0/+12
* test commitYing Yi2016-07-221-1/+1
* llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner2015-02-141-25/+0
* llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz2014-09-301-5/+6
* llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner2014-09-201-1/+1
* llvm-cov: Rename MappingRegion to coverage::CountedRegion (NFC)Justin Bogner2014-09-091-13/+13
* llvm-cov: Remove dead codeJustin Bogner2014-09-081-1/+1
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+95
OpenPOWER on IntegriCloud