summaryrefslogtreecommitdiffstats
path: root/tools/llvm-cov
Commit message (Expand)AuthorAgeFilesLines
* [llvm-cov] Add a cl::opt to control the number of threadsVedant Kumar2017-07-111-4/+15
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-151-7/+5
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-131-2/+7
* Use the new member accessors of llvm::enumerate.Zachary Turner2017-03-131-3/+3
* [llvm-cov] Error-out when an unsupported format is used (PR32087)Vedant Kumar2017-02-281-1/+8
* [llvm-cov] Strip redundant path components from filenames (fix PR31982)Vedant Kumar2017-02-231-14/+44
* [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-053-7/+12
* [llvm-cov] Refactor logic for storing demangled symbols, NFCVedant Kumar2017-02-052-15/+19
* [llvm-cov] Fix a comment, NFCVedant Kumar2017-02-051-1/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer2016-11-301-1/+1
* [llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz2016-11-212-20/+36
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-1/+1
* [llvm-cov] Turn line numbers in html reports into clickable linksVedant Kumar2016-11-021-3/+5
* Remove duplicated default move ctors/move assign. No functional change.Benjamin Kramer2016-10-271-9/+0
* [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-257-41/+11
* 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
* [Coverage] Delete some copy constructors (NFC)Vedant Kumar2016-10-121-1/+1
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [llvm-cov] Silence a warning from the MSVC runtime (NFC)Vedant Kumar2016-09-261-4/+6
* [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-239-29/+29
* [llvm-cov] Minor cleanup. NFC.Vedant Kumar2016-09-231-6/+6
* [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] Emit a link to some documentationVedant Kumar2016-09-191-0/+7
* [llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar2016-09-193-24/+8
* [llvm-cov] Teach the coverage exporter about instantiation coverageVedant Kumar2016-09-191-16/+26
* [llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar2016-09-193-8/+9
* [llvm-cov] Track function and instantiation coverage separatelyVedant Kumar2016-09-194-10/+67
* [llvm-cov] Don't recompute the 'Covered' field from *CoverageInfo (NFC)Vedant Kumar2016-09-191-6/+5
* [llvm-cov] Make 'adjustColumnWidths' do less workVedant Kumar2016-09-191-12/+23
* [llvm-cov] Drop another redundant 'No.' suffixVedant Kumar2016-09-191-1/+1
* [llvm-cov] Move some layout logic to the right spot (NFC)Vedant Kumar2016-09-152-2/+3
* [llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar2016-09-153-16/+31
* [llvm-cov] Don't create 'jump to ...' links in nested viewsVedant Kumar2016-09-151-1/+1
* [llvm-cov] Make a method name more accurate (NFC)Vedant Kumar2016-09-156-12/+10
* [llvm-cov] Don't print a verbose title when looking at one fileVedant Kumar2016-09-151-1/+1
* [llvm-cov] Just emit the version number in the index fileVedant Kumar2016-09-132-6/+2
* [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ...Ying Yi2016-09-133-3/+18
* [llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar2016-09-106-33/+31
* [llvm-cov] Minor visual tweaks for html reportsVedant Kumar2016-09-102-56/+23
* [llvm-cov] Remove some asserts in the html renderer (NFC)Vedant Kumar2016-09-091-5/+1