summaryrefslogtreecommitdiff
path: root/tools/llvm-cov
AgeCommit message (Expand)Author
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
2017-09-11[llvm-cov] Don't attach exec counts to lines which start a skipped regionVedant Kumar
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-09[llvm-cov] Rearrange entries in report index.Eli Friedman
2017-08-04[llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar
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-04-15[ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar
2017-04-13[Profile] PE binary coverage bug fixXinliang David Li
2017-03-13Use the new member accessors of llvm::enumerate.Zachary Turner