summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov
Commit message (Expand)AuthorAgeFilesLines
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-211-2/+3
* [llvm-cov] Fix illegal cast from uint64_t to int64_tSajjad Mirza2019-11-151-3/+13
* Revert "[llvm-cov] Add option to whitelist filenames"Vlad Tsyrklevich2019-10-2910-62/+20
* [llvm-cov] Add option to whitelist filenamesVedant Kumar2019-10-2910-20/+62
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-16/+16
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-1/+6
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-6/+1
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-1/+6
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-025-8/+11
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-025-11/+8
* [llvm-cov[ Fix lcov coverage report contains functions from other compilation...Max Moroz2019-06-281-1/+1
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-2/+11
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-11/+2
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-2/+11
* Use llvm::stable_sort. NFCFangrui Song2019-04-221-2/+2
* Speeding up llvm-cov export with multithreaded renderFiles implementation.Max Moroz2019-03-143-13/+64
* [llvm-cov] Add support for gcov --hash-filenames optionVedant Kumar2019-02-191-1/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1924-96/+72
* [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
OpenPOWER on IntegriCloud