summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-6/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-17/+17
* [llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz2018-04-091-5/+22
* [llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.Max Moroz2018-04-051-4/+8
* [llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz2018-01-051-7/+10
* [llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz2018-01-041-16/+22
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-2/+3
* [llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz2017-12-111-0/+5
* [llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz2017-10-131-1/+4
* [llvm-cov] Fix showing title when filtering and not outputting to a directorySean Eveson2017-10-041-1/+1
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-281-31/+46
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-271-46/+31
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-271-31/+46
* [llvm-cov] Warn if -show-functions is used without query filesVedant Kumar2017-09-251-2/+9
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-2/+2
* [llvm-cov] Improve error messaging for function mismatchesVedant Kumar2017-09-211-1/+15
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-191-1/+1
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-4/+1
* [llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman2017-09-111-0/+12
* [llvm-cov] Fix a lifetime issueVedant Kumar2017-09-081-1/+2
* [llvm-cov] Unify region marker placement between text/html modesVedant Kumar2017-09-081-1/+0
* [llvm-cov] Read in function names for filtering from a text file.Sean Eveson2017-08-311-1/+22
* [llvm-cov] Add an option which maps the location of source directories on ano...Sean Eveson2017-08-141-44/+77
* [llvm-cov] NFC: make_unique-ify two allocationsVedant Kumar2017-08-041-4/+4
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-021-16/+22
* [llvm-cov] Respect the value of the -show-instantiations optionVedant Kumar2017-08-021-1/+3
* [llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar2017-08-011-9/+16
* [llvm-cov] Add a cl::opt to control the number of threadsVedant Kumar2017-07-111-4/+15
* [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
OpenPOWER on IntegriCloud