aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CoverageSummaryInfo.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-2/+48
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-48/+2
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps1-2/+48
2023-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu1-0/+1
2022-01-08[llvm] Remove redundant member initialization (NFC)Kazu Hirata1-5/+2
2022-01-03Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata1-2/+5
2022-01-01[llvm] Remove redundant member initialization (NFC)Kazu Hirata1-5/+2
2021-05-11Reland "[Coverage] Fix branch coverage merging in FunctionCoverageSummary::ge...Alan Phipps1-0/+5
2021-05-11Revert "Fix branch coverage merging in FunctionCoverageSummary::get() for ins...Alan Phipps1-5/+0
2021-05-11Fix branch coverage merging in FunctionCoverageSummary::get() for instantiationAlan Phipps1-0/+5
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-3/+46
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-14/+14
2018-01-05[llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz1-0/+14
2017-10-18[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar1-89/+0
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar1-3/+78
2017-09-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar1-2/+16
2017-09-15[llvm-cov] Avoid over-counting covered lines and regionsVedant Kumar1-4/+15
2017-09-15[llvm-cov] Make some summary info fields private. NFC.Vedant Kumar1-3/+26
2017-09-15[llvm-cov] Remove a redundant field. NFC.Vedant Kumar1-13/+4
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar1-4/+4
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar1-4/+6
2017-02-05[llvm-cov] Refactor logic for storing demangled symbols, NFCVedant Kumar1-0/+13
2016-09-19[llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar1-12/+6
2016-09-19[llvm-cov] Track function and instantiation coverage separatelyVedant Kumar1-0/+9
2016-04-29Move coverage related code into a separate library.Easwaran Raman1-1/+1
2016-04-29[llvm-cov] Don't emit 'nan%' in reportsVedant Kumar1-0/+6
2015-02-14llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner1-15/+38
2014-09-30llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz1-9/+10
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner1-1/+1
2014-09-12llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC)Justin Bogner1-2/+3
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz1-0/+131