summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CoverageSummaryInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-14/+14
* [llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz2018-01-051-0/+14
* [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar2017-10-181-89/+0
* [llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar2017-10-141-3/+78
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-191-2/+16
* [llvm-cov] Avoid over-counting covered lines and regionsVedant Kumar2017-09-151-4/+15
* [llvm-cov] Make some summary info fields private. NFC.Vedant Kumar2017-09-151-3/+26
* [llvm-cov] Remove a redundant field. NFC.Vedant Kumar2017-09-151-13/+4
* [llvm-cov] Fix a lifetime issueVedant Kumar2017-09-081-4/+4
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-021-4/+6
* [llvm-cov] Refactor logic for storing demangled symbols, NFCVedant Kumar2017-02-051-0/+13
* [llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar2016-09-191-12/+6
* [llvm-cov] Track function and instantiation coverage separatelyVedant Kumar2016-09-191-0/+9
* Move coverage related code into a separate library.Easwaran Raman2016-04-291-1/+1
* [llvm-cov] Don't emit 'nan%' in reportsVedant Kumar2016-04-291-0/+6
* llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner2015-02-141-15/+38
* llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz2014-09-301-9/+10
* llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner2014-09-201-1/+1
* llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)Justin Bogner2014-09-121-2/+3
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+131
OpenPOWER on IntegriCloud