summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-041-0/+0
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-041-0/+0
* Ignore object files that lack coverage information.James Y Knight2019-08-286-0/+6
* [Coverage] Load code coverage data from archivesVedant Kumar2019-06-136-0/+10
* [llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar2019-02-191-0/+8
* [gcov] Fix wrong line hit counts when multiple blocks are on the same lineCalixte Denizet2018-09-2012-24/+24
* [llvm-cov] Delete custom JSON serialization code (NFC)Vedant Kumar2018-09-126-253/+31
* [llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz2018-01-059-0/+79
* [llvm-cov] Fix more -path-equivalence test bugsVedant Kumar2017-11-092-0/+0
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-0910-15/+13
* [llvm-cov] Remove workaround in line execution count calculation (PR34962)Vedant Kumar2017-10-162-0/+0
* [llvm-cov] Reland sources-specified.test with addition of "-path-equivalence".Max Moroz2017-10-131-0/+0
* [llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz2017-10-136-0/+20
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-284-0/+48
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-274-48/+0
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-274-0/+48
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-194-8/+8
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-181-0/+0
* [llvm-cov] Avoid over-counting covered lines and regionsVedant Kumar2017-09-156-0/+63
* [llvm-cov] Don't attach exec counts to lines which start a skipped regionVedant Kumar2017-09-112-0/+0
* [llvm-cov] Disable name-compression in a test binaryVedant Kumar2017-09-081-0/+0
* [Coverage] Report errors when reading malformed source regionsVedant Kumar2017-09-083-2/+2
* [llvm-cov] Read in function names for filtering from a text file.Sean Eveson2017-08-315-0/+80
* [llvm-cov] Add an option which maps the location of source directories on ano...Sean Eveson2017-08-142-0/+8
* [llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar2017-08-042-0/+0
* [gcov] Sort file info before printing itVedant Kumar2017-04-2610-45/+45
* [llvm-cov] Strip redundant path components from filenames (fix PR31982)Vedant Kumar2017-02-231-0/+0
* [llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz2016-11-213-0/+19
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-257-14/+13
* [llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar2016-09-196-18/+18
* [llvm-cov] Teach the coverage exporter about instantiation coverageVedant Kumar2016-09-196-0/+6
* [llvm-cov] Track function and instantiation coverage separatelyVedant Kumar2016-09-191-1/+1
* [llvm-cov] Drop another redundant 'No.' suffixVedant Kumar2016-09-191-1/+1
* [llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar2016-09-151-0/+16
* [llvm-cov] Don't print a verbose title when looking at one fileVedant Kumar2016-09-151-2/+2
* [llvm-cov] Fix tests that aren't checking anything (NFC)Vedant Kumar2016-09-151-0/+16
* [llvm-cov] Disable zlib compression in a test input, unbreaks botsVedant Kumar2016-09-081-0/+0
* [llvm-cov] Drop the longest common filename prefix from summariesVedant Kumar2016-09-082-0/+19
* [llvm-cov] Use the native path in the coverage report.Ying Yi2016-08-301-0/+0
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-242-0/+10
* [llvm-cov] Swapped the line and count columns.Ying Yi2016-08-091-8/+8
* [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report.Ying Yi2016-08-042-0/+8
* Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-266-0/+253
* Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar2016-07-266-253/+0
* [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-266-0/+253
* [llvm-cov] Disable PGO name compression in a test fileVedant Kumar2016-06-291-0/+0
* [llvm-cov] Do not allow ".." to escape the coverage sub-directoryVedant Kumar2016-06-292-0/+8
* [Coverage] Fix an issue where improper coverage mapping data could be loaded ...Igor Kudrin2016-05-203-0/+30
* [Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin2016-05-187-0/+0
* [Coverage] Combine counts of expansion regions if there are no code regions f...Igor Kudrin2016-05-052-0/+8
OpenPOWER on IntegriCloud