summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/CoverageReport.cpp
AgeCommit message (Expand)Author
2017-10-13[llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz
2017-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant 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-11[llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar
2017-08-09[llvm-cov] Rearrange entries in report index.Eli Friedman
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar
2017-03-13Use the new member accessors of llvm::enumerate.Zachary Turner
2017-02-23[llvm-cov] Strip redundant path components from filenames (fix PR31982)Vedant Kumar
2017-02-05[llvm-cov] Demangle symbols in function summaries (fixes PR31394)Vedant Kumar
2016-11-21[llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz
2016-09-26[llvm-cov] Silence a warning from the MSVC runtime (NFC)Vedant Kumar
2016-09-23[llvm-cov] Get rid of all invalid filename referencesVedant Kumar
2016-09-19[llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar
2016-09-19[llvm-cov] Track function and instantiation coverage separatelyVedant Kumar
2016-09-19[llvm-cov] Make 'adjustColumnWidths' do less workVedant Kumar
2016-09-09[llvm-cov] Handle native paths correctly in the text indexVedant Kumar
2016-09-09[llvm-cov] Add an API to prepare file reports (NFC)Vedant Kumar
2016-09-08[llvm-cov] Drop the longest common filename prefix from summariesVedant Kumar
2016-09-06[llvm-cov] Use colors consistently in the summaryVedant Kumar
2016-09-06[llvm-cov] Clean up the summary class, delete dead code (NFC)Vedant Kumar
2016-07-22[llvm-cov] - Add the coverage of lines in the summary report.Ying Yi
2016-06-28[llvm-cov] Avoid copying file paths multiple times (NFC)Vedant Kumar
2015-10-21[llvm-cov] Adjust column widths for function and file reportsVedant Kumar
2015-09-14[llvm-cov] Disable name and path truncationVedant Kumar
2015-02-14llvm-cov: Actually use the command line arguments when reportingJustin Bogner
2015-02-14llvm-cov: Simplify coverage reports, fixing PR22575 in the processJustin Bogner
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-10-01llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" ...NAKAMURA Takumi
2014-09-30llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz