summaryrefslogtreecommitdiff
path: root/tools/llvm-cov
AgeCommit message (Expand)Author
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-05-31[ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere
2018-05-30[llvm-cov] Use the new PrintHTMLEscaped utilityVedant Kumar
2018-05-22[Coverage] Update CSS to make HTML reports copy-paste friendly.Max Moroz
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-25IWYU llvm-config.h for LLVM_VERSION_STRINGNico Weber
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-04-09[llvm-cov] Implement -ignore-filename-regex= option for excluding source files.Max Moroz
2018-04-05[llvm-cov] Prevent llvm-cov from hanging when a symblink doesn't exist.Max Moroz
2018-01-31[llvm-cov] Fix incorrect usage of .precision specifier in format() call.Max Moroz
2018-01-31[llvm-cov] Improvements for summary report generated in HTML format.Max Moroz
2018-01-12[llvm-cov] Skip unnecessary coverage computations for "export -summary-only".Max Moroz
2018-01-05[llvm-cov] Multi-threaded implementation of prepareFileReports method.Max Moroz
2018-01-04[llvm-cov] Refactor "export" command implementation and add support for SOURCES.Max Moroz
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-11[llvm-cov] Add an option for "export" command to emit only file summary data.Max Moroz
2017-11-09[llvm-cov] Don't render empty region marker linesVedant Kumar
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar
2017-11-03GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie
2017-10-24[llvm-cov] Use a stable sort on sub-viewsVedant Kumar
2017-10-18[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar
2017-10-18[llvm-cov] Use the coverage namespace. NFC.Vedant Kumar
2017-10-18[llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar
2017-10-18[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar
2017-10-18[llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar
2017-10-17[llvm-cov] Add one correction to r315960 (PR34962)Vedant Kumar
2017-10-16[llvm-cov] Remove workaround in line execution count calculation (PR34962)Vedant Kumar
2017-10-14[llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar
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-10-03[llvm-cov] Hide files with no coverage from the index when filtering by nameSean 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-27[llvm-cov] Improve const-correctness of filters. NFC.Sean Eveson
2017-09-25[llvm-cov] Warn if -show-functions is used without query filesVedant Kumar
2017-09-25Add section headers to SpecialCaseListsVlad Tsyrklevich
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-18[Coverage] Use gap regions to select better line exec countsVedant Kumar
2017-09-18[llvm-cov] Simplify code to find the first uncovered segment. NFC.Vedant Kumar
2017-09-15[llvm-cov] Fix a bot failure due to r313417Vedant Kumar
2017-09-15[llvm-cov] Avoid over-counting covered lines and regionsVedant Kumar
2017-09-15[llvm-cov] Make some summary info fields private. NFC.Vedant Kumar
2017-09-15[llvm-cov] Remove a redundant field. NFC.Vedant 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