summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-042-1/+0
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-042-0/+1
* Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich2019-10-291-88/+0
* [llvm-cov] Add option to whitelist filenamesVedant Kumar2019-10-291-0/+88
* Remove some unnecessary REQUIRES: shell linesReid Kleckner2019-09-104-8/+6
* Ignore object files that lack coverage information.James Y Knight2019-08-287-0/+18
* Fix line endings (NFC)Paul Robinson2019-07-021-85/+85
* [llvm-cov[ Fix lcov coverage report contains functions from other compilation...Max Moroz2019-06-281-0/+12
* Add REQUIRES: zlib to test added in r363325 as the profile uses zlib compress...Douglas Yung2019-06-141-0/+1
* [Coverage] Load code coverage data from archivesVedant Kumar2019-06-137-0/+54
* [tests] Add host-byteorder-*-endian; update XFAILs of big-endian triplesHubert Tong2019-05-014-4/+4
* Speeding up llvm-cov export with multithreaded renderFiles implementation.Max Moroz2019-03-142-0/+13
* [llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar2019-02-192-0/+13
* [llvm-cov] Add lcov tracefile export format.Max Moroz2018-11-091-0/+38
* [gcov] Fix wrong line hit counts when multiple blocks are on the same lineCalixte Denizet2018-09-2013-25/+25
* [llvm-cov] Delete custom JSON serialization code (NFC)Vedant Kumar2018-09-1211-263/+31
* [lit, python] Always add quotes around the python path in litStella Stamenova2018-08-061-1/+1
* [llvm-cov] Use the new PrintHTMLEscaped utilityVedant Kumar2018-05-301-7/+7
* [Coverage] Take filenames into account when loading function records.Max Moroz2018-05-081-0/+5
* [llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz2018-04-091-0/+71
* [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-313-11/+20
* Profiling tests: Endianess XFAIL for powerpc- (32-bit)Hubert Tong2018-01-094-4/+4
* [lit] Implement "-r" option for builtin "diff" command + a test using that.Max Moroz2018-01-091-3/+0
* [llvm-cov] Change test to use FileCheck instead of grep.Douglas Yung2018-01-051-4/+6
* [llvm-cov] Temporarily disable multithreaded-report.test on Windows.Max Moroz2018-01-051-0/+4
* [llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz2018-01-0510-0/+172
* [llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz2018-01-041-0/+14
* Fix tests after move to utohexstr.Benjamin Kramer2017-12-281-1/+1
* [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
* [Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar2017-11-301-1/+3
* [llvm-cov] Fix more -path-equivalence test bugsVedant Kumar2017-11-093-1/+1
* [llvm-cov] Fix a -path-equivalence bug in a testVedant Kumar2017-11-091-2/+2
* [llvm-cov] Don't render empty region marker linesVedant Kumar2017-11-091-1/+1
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-0917-92/+57
* [llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar2017-10-182-15/+3
* [llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar2017-10-181-0/+1
* [llvm-cov] Add one correction to r315960 (PR34962)Vedant Kumar2017-10-171-1/+1
* [llvm-cov] Remove workaround in line execution count calculation (PR34962)Vedant Kumar2017-10-163-0/+12
* [llvm-cov] Reland sources-specified.test with addition of "-path-equivalence".Max Moroz2017-10-132-0/+34
* [llvm-cov] Temporary delete sources-specified.test, it is failing on some bots.Max Moroz2017-10-131-27/+0
* [llvm-cov] Fix sources-specified.test so it ignores the order of files printed.Max Moroz2017-10-131-7/+6
* [llvm-cov] An attempt to fix sources_specified.test failing on some buildbots.Max Moroz2017-10-131-4/+4
* [llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz2017-10-137-0/+48
* [llvm-cov] Fix showing title when filtering and not outputting to a directorySean Eveson2017-10-041-0/+1
* [llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson2017-10-031-0/+16
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-2810-11/+131
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-278-128/+8
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-278-8/+128
OpenPOWER on IntegriCloud