aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CoverageReport.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-19[llvm-cov] let text mode divider honor --show-branch-summary, --show-region-s...Wentao Zhang1-6/+23
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-2/+2
2023-12-13Reland "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-3/+44
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-1/+1
2023-11-11[llvm] Stop including llvm/ADT/DenseMap.h (NFC)Kazu Hirata1-1/+0
2023-09-20Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code C...Alan Phipps1-44/+3
2023-09-20[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage ...Alan Phipps1-3/+44
2023-08-24[llvm-cov] Support directory layout in coverage reportsYuhao Gu1-7/+138
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2022-12-08[llvm] Call reserve before push_back in a loopGregory Alfonso1-0/+1
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata1-1/+1
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-4/+45
2020-04-24[llvm-cov] Prevent llvm-cov from using too many threadsAlexandre Ganea1-5/+8
2020-02-14[Support] On Windows, ensure hardware_concurrency() extends to all CPU socket...Alexandre Ganea1-5/+2
2019-10-29Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich1-3/+3
2019-10-29[llvm-cov] Add option to whitelist filenamesVedant Kumar1-3/+3
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama1-1/+1
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama1-1/+1
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-6/+6
2018-04-09[llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz1-3/+7
2018-01-05[llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz1-26/+46
2017-12-13Remove redundant includes from tools.Michael Zolotukhin1-1/+0
2017-10-13[llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz1-1/+6
2017-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson1-4/+4
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-4/+11
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson1-11/+4
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson1-4/+11
2017-09-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar1-2/+2
2017-09-15[llvm-cov] Make some summary info fields private. NFC.Vedant Kumar1-25/+26
2017-09-15[llvm-cov] Remove a redundant field. NFC.Vedant Kumar1-4/+8
2017-09-11[llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman1-34/+44
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar1-5/+9
2017-08-09[llvm-cov] Rearrange entries in report index.Eli Friedman1-2/+16
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar1-18/+12
2017-03-13Use the new member accessors of llvm::enumerate.Zachary Turner1-3/+3
2017-02-23[llvm-cov] Strip redundant path components from filenames (fix PR31982)Vedant Kumar1-14/+44
2017-02-05[llvm-cov] Demangle symbols in function summaries (fixes PR31394)Vedant Kumar1-4/+7
2016-11-21[llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz1-16/+28
2016-09-26[llvm-cov] Silence a warning from the MSVC runtime (NFC)Vedant Kumar1-4/+6
2016-09-23[llvm-cov] Get rid of all invalid filename referencesVedant Kumar1-5/+7
2016-09-19[llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar1-3/+4
2016-09-19[llvm-cov] Track function and instantiation coverage separatelyVedant Kumar1-8/+41
2016-09-19[llvm-cov] Make 'adjustColumnWidths' do less workVedant Kumar1-12/+23
2016-09-09[llvm-cov] Handle native paths correctly in the text indexVedant Kumar1-1/+5
2016-09-09[llvm-cov] Add an API to prepare file reports (NFC)Vedant Kumar1-17/+35
2016-09-08[llvm-cov] Drop the longest common filename prefix from summariesVedant Kumar1-2/+20
2016-09-06[llvm-cov] Use colors consistently in the summaryVedant Kumar1-32/+32
2016-09-06[llvm-cov] Clean up the summary class, delete dead code (NFC)Vedant Kumar1-54/+53
2016-07-22[llvm-cov] - Add the coverage of lines in the summary report.Ying Yi1-4/+24