summaryrefslogtreecommitdiff
path: root/tools/llvm-cov/CodeCoverage.cpp
AgeCommit message (Expand)Author
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-11[llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz
2017-10-13[llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz
2017-10-04[llvm-cov] Fix showing title when filtering and not outputting to a directorySean Eveson
2017-09-28[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-27Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson
2017-09-27[llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson
2017-09-25[llvm-cov] Warn if -show-functions is used without query filesVedant Kumar
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-21[llvm-cov] Improve error messaging for function mismatchesVedant Kumar
2017-09-19[llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko
2017-09-11[llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman
2017-09-08[llvm-cov] Fix a lifetime issueVedant Kumar
2017-09-08[llvm-cov] Unify region marker placement between text/html modesVedant Kumar
2017-08-31[llvm-cov] Read in function names for filtering from a text file.Sean Eveson
2017-08-14[llvm-cov] Add an option which maps the location of source directories on ano...Sean Eveson
2017-08-04[llvm-cov] NFC: make_unique-ify two allocationsVedant Kumar
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar
2017-08-02[llvm-cov] Respect the value of the -show-instantiations optionVedant Kumar
2017-08-01[llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar
2017-07-11[llvm-cov] Add a cl::opt to control the number of threadsVedant Kumar
2017-02-28[llvm-cov] Error-out when an unsupported format is used (PR32087)Vedant Kumar
2017-02-19[llvm-cov] Respect Windows line endings when parsing demangled symbols.Igor Kudrin
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
2016-11-30Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer
2016-11-20Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim
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-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
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-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-15[llvm-cov] Hide instantiation views for unexecuted functionsVedant Kumar
2016-09-09[llvm-cov] Emit a summary in the report directory's indexVedant Kumar
2016-09-08[llvm-cov] Use less space to describe source namesVedant Kumar
2016-09-06[llvm-cov] Clean up the summary class, delete dead code (NFC)Vedant Kumar
2016-09-06[llvm-cov] Add the project summary to the text coverage report for each sourc...Ying Yi
2016-08-30[llvm-cov] Use the native path in the coverage report.Ying Yi
2016-08-24[llvm-cov] Add the project summary to each source file coverage report.Ying Yi
2016-08-04[llvm-cov] Add some documentation for the -tab-size optionVedant Kumar