summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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