aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-cov.rst
AgeCommit message (Expand)AuthorFilesLines
2019-10-29Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich1-4/+0
2019-10-29[llvm-cov] Add option to whitelist filenamesVedant Kumar1-0/+4
2019-07-04[docs] [NFC] Removed excess spacingAlex Brachet1-1/+0
2019-06-27[docs][tools] Add missing "program" tags to rst filesJames Henderson1-0/+2
2019-06-13[Coverage] Load code coverage data from archivesVedant Kumar1-0/+6
2019-03-14Speeding up llvm-cov export with multithreaded renderFiles implementation.Max Moroz1-0/+13
2019-02-19[llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar1-0/+5
2018-11-09[llvm-cov] Add lcov tracefile export format.Max Moroz1-5/+17
2018-07-13[docs] Update usage directive for llvm-cov report -show-functionsVedant Kumar1-2/+2
2018-04-09[llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz1-0/+12
2018-01-04[llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz1-2/+3
2017-12-11[llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz1-0/+7
2017-09-25[docs] llvm-cov: Make docs for boolean options more consistentVedant Kumar1-8/+9
2017-09-20[docs] llvm-cov: Document -show-instantiation-summaryVedant Kumar1-0/+4
2017-08-31[llvm-cov] Read in function names for filtering from a text file.Sean Eveson1-0/+6
2017-08-14[llvm-cov] Add an option which maps the location of source directories on ano...Sean Eveson1-0/+6
2017-08-02[llvm-cov] Respect the value of the -show-instantiations optionVedant Kumar1-0/+1
2017-08-01[llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar1-5/+6
2017-07-11[llvm-cov] Add a cl::opt to control the number of threadsVedant Kumar1-0/+6
2017-02-05[llvm-cov] Don't show function summaries when filtering by filename (fixes PR...Vedant Kumar1-0/+4
2016-10-25[llvm-cov] Add support for loading coverage from multiple objectsVedant Kumar1-11/+11
2016-08-04[llvm-cov] Add some documentation for the -tab-size optionVedant Kumar1-0/+5
2016-07-26[docs] Fix a sphinx error in llvm-cov.rstVedant Kumar1-0/+4
2016-07-26Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar1-0/+29
2016-07-26Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar1-29/+0
2016-07-26[llvm-cov] Add support for exporting coverage data to JSONVedant Kumar1-0/+29
2016-07-15[llvm-cov] Optionally use a symbol demangler when preparing reportsVedant Kumar1-0/+8
2016-07-06[llvm-cov] Add support for creating html reportsVedant Kumar1-1/+1
2016-06-28Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar1-0/+8
2016-06-28Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar1-8/+0
2016-06-28[llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar1-0/+8
2016-06-28[llvm-cov] Add a format option for the 'show' sub-command (mostly NFC)Vedant Kumar1-0/+4
2015-04-21Minor edits to the llvm-cov documentation.Bob Wilson1-9/+9
2015-03-19docs: Update llvm-cov docs for the -use-color flagJustin Bogner1-4/+4
2015-03-12docs: Fix a typo in my previous commitJustin Bogner1-1/+1
2015-03-12docs: Document the llvm-cov show and report commandsJustin Bogner1-21/+191
2014-05-07llvm-cov: Document --no-output in the command guideJustin Bogner1-0/+5
2014-05-06Add some details to the llvm-cov documentation. <rdar://problem/15819496>Bob Wilson1-13/+96
2012-11-29Documentation for llvm-cov: reformatDmitri Gribenko1-26/+14
2012-05-08[docs] Add ReST version of all the man pages.Daniel Dunbar1-0/+51