summaryrefslogtreecommitdiff
path: root/tools/llvm-cov
AgeCommit message (Expand)Author
2017-02-05[llvm-cov] Don't show function summaries when filtering by filename (fixes PR...Vedant Kumar
2017-02-05[llvm-cov] Demangle symbols in function summaries (fixes PR31394)Vedant Kumar
2017-02-05[llvm-cov] Refactor logic for storing demangled symbols, NFCVedant Kumar
2017-02-05[llvm-cov] Fix a comment, NFCVedant Kumar
2017-01-28Cleanup dump() functions.Matthias Braun
2016-11-30Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer
2016-11-21[llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz
2016-11-20Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim
2016-11-02[llvm-cov] Turn line numbers in html reports into clickable linksVedant Kumar
2016-10-27Remove duplicated default move ctors/move assign. No functional change.Benjamin Kramer
2016-10-25[llvm-cov] Don't use colored output until we know it's supportedVedant Kumar
2016-10-25[llvm-cov] Add support for loading coverage from multiple objectsVedant Kumar
2016-10-25[llvm-cov] Do not print out the filename of the object fileVedant Kumar
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath
2016-10-19[llvm-cov] Don't spawn a thread unless ThreadCount > 1Vedant Kumar
2016-10-12[Coverage] Delete some copy constructors (NFC)Vedant Kumar
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-26[llvm-cov] Silence a warning from the MSVC runtime (NFC)Vedant Kumar
2016-09-23[llvm-cov] Factor out logic to remove unmapped inputs (NFC)Vedant Kumar
2016-09-23[llvm-cov] Filter away source files that aren't in the coverage mappingVedant Kumar
2016-09-23[llvm-cov] Get rid of all invalid filename referencesVedant Kumar
2016-09-23[llvm-cov] Minor cleanup. NFC.Vedant Kumar
2016-09-22[llvm-cov] Document some fields in a class (NFC)Vedant Kumar
2016-09-22[llvm-cov] Add the ability to specify directories of input source filesVedant Kumar
2016-09-20[llvm-cov] Demangle names for hidden instantiation viewsVedant Kumar
2016-09-19[llvm-cov] Emit a link to some documentationVedant Kumar
2016-09-19[llvm-cov] Delete the NonCodeLines field, it was always deadVedant Kumar
2016-09-19[llvm-cov] Teach the coverage exporter about instantiation coverageVedant Kumar
2016-09-19[llvm-cov] Make a helper method static for re-use (NFC)Vedant Kumar
2016-09-19[llvm-cov] Track function and instantiation coverage separatelyVedant Kumar
2016-09-19[llvm-cov] Don't recompute the 'Covered' field from *CoverageInfo (NFC)Vedant Kumar
2016-09-19[llvm-cov] Make 'adjustColumnWidths' do less workVedant Kumar
2016-09-19[llvm-cov] Drop another redundant 'No.' suffixVedant Kumar
2016-09-15[llvm-cov] Move some layout logic to the right spot (NFC)Vedant Kumar
2016-09-15[llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar
2016-09-15[llvm-cov] Don't create 'jump to ...' links in nested viewsVedant Kumar
2016-09-15[llvm-cov] Make a method name more accurate (NFC)Vedant Kumar
2016-09-15[llvm-cov] Don't print a verbose title when looking at one fileVedant Kumar
2016-09-13[llvm-cov] Just emit the version number in the index fileVedant Kumar
2016-09-13[llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ...Ying Yi
2016-09-10[llvm-cov] Move the 'jump to first unexecuted line' linkVedant Kumar
2016-09-10[llvm-cov] Minor visual tweaks for html reportsVedant Kumar
2016-09-09[llvm-cov] Remove some asserts in the html renderer (NFC)Vedant Kumar
2016-09-09[llvm-cov] Handle native paths correctly in the text indexVedant Kumar
2016-09-09[llvm-cov] Emit a summary in the report directory's indexVedant Kumar
2016-09-09[llvm-cov] Constify some methods (NFC)Vedant Kumar
2016-09-09[llvm-cov] Add an API to prepare file reports (NFC)Vedant Kumar
2016-09-08[llvm-cov] Fix issues with segment highlighting in the html viewVedant Kumar
2016-09-08[llvm-cov] Use less space to describe source namesVedant Kumar
2016-09-08[llvm-cov] Drop the longest common filename prefix from summariesVedant Kumar