summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Error-out when an unsupported format is used (PR32087)Vedant Kumar2017-02-281-1/+8
* [llvm-cov] Respect Windows line endings when parsing demangled symbols.Igor Kudrin2017-02-191-1/+3
* [llvm-cov] Don't show function summaries when filtering by filename (fixes PR...Vedant Kumar2017-02-051-1/+5
* [llvm-cov] Demangle symbols in function summaries (fixes PR31394)Vedant Kumar2017-02-051-1/+1
* [llvm-cov] Refactor logic for storing demangled symbols, NFCVedant Kumar2017-02-051-15/+6
* [llvm-cov] Fix a comment, NFCVedant Kumar2017-02-051-1/+1
* Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer2016-11-301-1/+1
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-1/+1
* [llvm-cov] Don't use colored output until we know it's supportedVedant Kumar2016-10-251-2/+2
* [llvm-cov] Add support for loading coverage from multiple objectsVedant Kumar2016-10-251-9/+23
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-251-10/+2
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-1/+2
* [llvm-cov] Don't spawn a thread unless ThreadCount > 1Vedant Kumar2016-10-191-27/+39
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [llvm-cov] Factor out logic to remove unmapped inputs (NFC)Vedant Kumar2016-09-231-5/+13
* [llvm-cov] Filter away source files that aren't in the coverage mappingVedant Kumar2016-09-231-3/+19
* [llvm-cov] Get rid of all invalid filename referencesVedant Kumar2016-09-231-13/+9
* [llvm-cov] Document some fields in a class (NFC)Vedant Kumar2016-09-221-4/+15
* [llvm-cov] Add the ability to specify directories of input source filesVedant Kumar2016-09-221-10/+56
* [llvm-cov] Demangle names for hidden instantiation viewsVedant Kumar2016-09-201-3/+4
* [llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar2016-09-151-14/+16
* [llvm-cov] Emit a summary in the report directory's indexVedant Kumar2016-09-091-1/+1
* [llvm-cov] Use less space to describe source namesVedant Kumar2016-09-081-4/+4
* [llvm-cov] Clean up the summary class, delete dead code (NFC)Vedant Kumar2016-09-061-1/+1
* [llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi2016-09-061-1/+1
* [llvm-cov] Use the native path in the coverage report.Ying Yi2016-08-301-0/+1
* [llvm-cov] Add the project summary to each source file coverage report.Ying Yi2016-08-241-5/+31
* [llvm-cov] Add some documentation for the -tab-size optionVedant Kumar2016-08-041-2/+3
* [LLVM-COV]Replace tabs to the space indentations in the HTML coverage report.Ying Yi2016-08-041-0/+5
* Retry: [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-1/+35
* Revert "[llvm-cov] Add support for exporting coverage data to JSON"Vedant Kumar2016-07-261-35/+1
* [llvm-cov] Add support for exporting coverage data to JSONVedant Kumar2016-07-261-1/+35
* [llvm-cov] Re-write a very opaque comment (NFC)Vedant Kumar2016-07-181-1/+1
* [llvm-cov] Clean up error reporting (NFC)Vedant Kumar2016-07-181-47/+25
* [llvm-cov] Attempt to appease an older builderVedant Kumar2016-07-151-1/+3
* [llvm-cov] Attempt to appease Windows botsVedant Kumar2016-07-151-1/+2
* [llvm-cov] Optionally use a symbol demangler when preparing reportsVedant Kumar2016-07-151-5/+115
* [llvm-cov] Document a few private fields of CodeCoverageTool (NFC)Vedant Kumar2016-07-151-0/+3
* [llvm-cov] Improve error messagesVedant Kumar2016-07-151-4/+4
* [llvm-cov] Fix a use-after-freeVedant Kumar2016-07-151-1/+1
* [llvm-cov] Clean up an awkward capture-by-reference (NFC)Vedant Kumar2016-07-151-2/+2
* [Coverage] Mark a few more methods const (NFC)Vedant Kumar2016-07-151-11/+11
* [llvm-cov] Use a thread pool to speed up report generation (NFC)Vedant Kumar2016-07-131-24/+75
* [llvm-cov] Add support for creating html reportsVedant Kumar2016-07-061-0/+10
* [llvm-cov] Minor cleanups to prepare for the html format patchVedant Kumar2016-06-291-19/+25
* [llvm-cov] Create an index of reports in -output-dir modeVedant Kumar2016-06-281-5/+14
* [llvm-cov] Minor cleanups (NFC)Vedant Kumar2016-06-281-2/+2
* [llvm-cov] Avoid copying file paths multiple times (NFC)Vedant Kumar2016-06-281-2/+13
* [llvm-cov] Rename ShowFormat to Format (NFC)Vedant Kumar2016-06-281-2/+2
* [llvm-cov] Simplify; NFCVedant Kumar2016-06-281-4/+2
OpenPOWER on IntegriCloud