summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-cov] Use the coverage namespace. NFC.Vedant Kumar2017-10-186-22/+24
* [llvm-cov] Suppress sub-line highlights in simple casesVedant Kumar2017-10-182-0/+4
* [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.Vedant Kumar2017-10-186-47/+45
* [llvm-cov] Highlight gaps in consecutive uncovered regionsVedant Kumar2017-10-182-3/+5
* [llvm-cov] Add one correction to r315960 (PR34962)Vedant Kumar2017-10-171-7/+6
* [llvm-cov] Remove workaround in line execution count calculation (PR34962)Vedant Kumar2017-10-161-15/+8
* [llvm-cov] Factor out logic to iterate over line coverage stats (NFC)Vedant Kumar2017-10-145-50/+121
* [llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz2017-10-133-2/+13
* [llvm-cov] Fix showing title when filtering and not outputting to a directorySean Eveson2017-10-041-1/+1
* [llvm-cov] Hide files with no coverage from the index when filtering by nameSean Eveson2017-10-037-12/+14
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-289-53/+84
* Revert "[llvm-cov] Create directory structure when filtering using -name*= op...Sean Eveson2017-09-279-84/+53
* [llvm-cov] Create directory structure when filtering using -name*= optionsSean Eveson2017-09-279-53/+84
* [llvm-cov] Improve const-correctness of filters. NFC.Sean Eveson2017-09-272-18/+21
* [llvm-cov] Warn if -show-functions is used without query filesVedant Kumar2017-09-251-2/+9
* Add section headers to SpecialCaseListsVlad Tsyrklevich2017-09-251-1/+1
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-2/+2
* [llvm-cov] Improve error messaging for function mismatchesVedant Kumar2017-09-211-1/+15
* [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615Vedant Kumar2017-09-198-125/+124
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-183-9/+12
* [llvm-cov] Simplify code to find the first uncovered segment. NFC.Vedant Kumar2017-09-181-14/+8
* [llvm-cov] Fix a bot failure due to r313417Vedant Kumar2017-09-151-3/+3
* [llvm-cov] Avoid over-counting covered lines and regionsVedant Kumar2017-09-152-8/+29
* [llvm-cov] Make some summary info fields private. NFC.Vedant Kumar2017-09-155-51/+74
* [llvm-cov] Remove a redundant field. NFC.Vedant Kumar2017-09-154-22/+15
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-4/+1
* [llvm-cov] Allow hiding instantiation/region coverage from summary tablesEli Friedman2017-09-114-45/+75
* [llvm-cov] Don't attach exec counts to lines which start a skipped regionVedant Kumar2017-09-111-1/+7
* [llvm-cov] Fix a lifetime issueVedant Kumar2017-09-087-18/+28
* [llvm-cov] Unify region marker placement between text/html modesVedant Kumar2017-09-086-24/+29
* [llvm-cov] Read in function names for filtering from a text file.Sean Eveson2017-08-313-1/+40
* [llvm-cov] Add an option which maps the location of source directories on ano...Sean Eveson2017-08-141-44/+77
* [llvm-cov] Rearrange entries in report index.Eli Friedman2017-08-093-13/+58
* [llvm-cov] Ignore unclosed line segments when setting line countsVedant Kumar2017-08-042-22/+41
* [llvm-cov] NFC: make_unique-ify two allocationsVedant Kumar2017-08-041-4/+4
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-024-48/+67
* [llvm-cov] Respect the value of the -show-instantiations optionVedant Kumar2017-08-021-1/+3
* [llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar2017-08-011-9/+16
* [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
OpenPOWER on IntegriCloud