summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov
Commit message (Expand)AuthorAgeFilesLines
* [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht2018-12-203-3/+3
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [llvm-cov] Remove "default:" label in the switch covering all enum values.Max Moroz2018-11-091-2/+0
* [llvm-cov] Add lcov tracefile export format.Max Moroz2018-11-096-7/+213
* [Support] Listing a directory containing dangling symlinks is not an error.Sam McCall2018-10-011-3/+4
* [llvm-cov] Delete custom JSON serialization code (NFC)Vedant Kumar2018-09-123-408/+140
* [Coverage] Delete getCounterMismatches, it's dead code (NFC)Vedant Kumar2018-08-071-6/+0
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-6/+5
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-072-3/+3
* [ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere2018-05-311-1/+1
* [llvm-cov] Use the new PrintHTMLEscaped utilityVedant Kumar2018-05-301-20/+18
* [Coverage] Update CSS to make HTML reports copy-paste friendly.Max Moroz2018-05-221-0/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0115-136/+136
* IWYU llvm-config.h for LLVM_VERSION_STRINGNico Weber2018-04-251-0/+1
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-6/+2
* [llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz2018-04-098-16/+63
* [llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.Max Moroz2018-04-051-4/+8
* [llvm-cov] Fix incorrect usage of .precision specifier in format() call.Max Moroz2018-01-311-1/+1
* [llvm-cov] Improvements for summary report generated in HTML format.Max Moroz2018-01-311-14/+37
* [llvm-cov] Skip unnecessary coverage computations for "export -summary-only".Max Moroz2018-01-122-30/+39
* [llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz2018-01-055-33/+79
* [llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz2018-01-045-327/+436
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-2/+3
* Remove redundant includes from tools.Michael Zolotukhin2017-12-132-2/+0
* [llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz2017-12-113-16/+29
* [llvm-cov] Don't render empty region marker linesVedant Kumar2017-11-093-10/+13
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-092-11/+12
* GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie2017-11-031-1/+1
* [llvm-cov] Use a stable sort on sub-viewsVedant Kumar2017-10-241-2/+2
* [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar2017-10-182-142/+0
* [llvm-cov] Use the coverage namespace. NFC.Vedant Kumar2017-10-186-22/+24
* [llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar2017-10-182-0/+4
* [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar2017-10-186-47/+45
* [llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar2017-10-182-3/+5
* [llvm-cov] Add one correction to r315960 (PR34962)Vedant Kumar2017-10-171-7/+6
* [llvm-cov] Remove workaround in line execution count calculation (PR34962)Vedant Kumar2017-10-161-15/+8
* [llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar2017-10-145-50/+121
* [llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz2017-10-133-2/+13
* [llvm-cov] Fix showing title when filtering and not outputting to a directorySean Eveson2017-10-041-1/+1
* [llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson2017-10-037-12/+14
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-289-53/+84
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-279-84/+53
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-279-53/+84
* [llvm-cov] Improve const-correctness of filters. NFC.Sean Eveson2017-09-272-18/+21
* [llvm-cov] Warn if -show-functions is used without query filesVedant Kumar2017-09-251-2/+9
* Add section headers to SpecialCaseListsVlad Tsyrklevich2017-09-251-1/+1
* [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-198-125/+124
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-183-9/+12
OpenPOWER on IntegriCloud