summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Delete custom JSON serialization code (NFC)Vedant Kumar2018-09-121-4/+0
* [lit, python] Always add quotes around the python path in litStella Stamenova2018-08-061-1/+1
* [lit] Fix a problem with spaces in the python path by adding quotes around itAaron Smith2018-02-211-1/+1
* [llvm-cov] Improvements for summary report generated in HTML format.Max Moroz2018-01-311-5/+6
* [llvm-cov] Simplify a test case. NFC.Vedant Kumar2017-12-111-24/+5
* [llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz2017-12-111-24/+27
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-281-4/+4
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-4/+4
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-4/+4
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-191-1/+1
* [llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman2017-09-111-3/+0
* [Coverage] Report errors when reading malformed source regionsVedant Kumar2017-09-081-3/+3
* [llvm-cov] Add an option which maps the location of source directories on ano...Sean Eveson2017-08-141-6/+6
* [llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar2017-08-041-2/+2
* [llvm-cov] Turn line numbers in html reports into clickable linksVedant Kumar2016-11-021-24/+24
* [llvm-cov] Track function and instantiation coverage separatelyVedant Kumar2016-09-191-0/+3
* [llvm-cov] Minor visual tweaks for html reportsVedant Kumar2016-09-101-4/+4
* [llvm-cov] Emit a summary in the report directory's indexVedant Kumar2016-09-091-7/+24
* [llvm-cov] Fix issues with segment highlighting in the html viewVedant Kumar2016-09-081-2/+2
* [llvm-cov] Swapped the line and count columns.Ying Yi2016-08-091-48/+48
* [llvm-cov] Escape '\' in strings when emitting JSONVedant Kumar2016-07-271-1/+3
* Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-0/+2
* Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar2016-07-261-4/+0
* [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-0/+4
* [llvm-cov] Place anchors around line numbers in html reportsVedant Kumar2016-07-181-24/+24
* [llvm-cov] Add support for creating html reportsVedant Kumar2016-07-061-0/+31
* [llvm-cov] Change some FileCheck prefixes to make tests reusable (NFC)Vedant Kumar2016-06-291-24/+24
* [llvm-cov] Create an index of reports in -output-dir modeVedant Kumar2016-06-281-0/+4
* [llvm-cov] Minor cleanups (NFC)Vedant Kumar2016-06-281-1/+1
* Reapply "[llvm-cov] Add an -output-dir option for the show sub-command""Vedant Kumar2016-06-281-0/+6
* Revert "[llvm-cov] Add an -output-dir option for the show sub-command"Vedant Kumar2016-06-281-6/+0
* [llvm-cov] Add an -output-dir option for the show sub-commandVedant Kumar2016-06-281-0/+6
* [llvm-cov] Use -check-prefixes in a test (NFC)Vedant Kumar2016-06-281-2/+2
* InstrProf: Fix display of large numbers in llvm-covJustin Bogner2015-05-131-24/+24
* llvm-cov: Only emit colour by default if the output is a ttyJustin Bogner2015-03-191-2/+2
* InstrProf: Remove xfails for big-endian from coverage testsJustin Bogner2015-03-161-3/+0
* InstrProf: Use the proftext format for these coverage testsJustin Bogner2015-03-091-2/+5
* InstrProf: Teach llvm-cov to show the max count instead of the lastJustin Bogner2015-02-231-2/+2
* llvm-cov: Fix dropped lines when filters were appliedJustin Bogner2014-09-191-1/+6
* llvm-cov: test: add xfail for the big-endian buildbotsAlex Lorenz2014-08-231-0/+3
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+22
OpenPOWER on IntegriCloud