| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -32/+32 |
| * | [llvm-cov] Don't render empty region marker lines | Vedant Kumar | 2017-11-09 | 1 | -1/+1 |
| * | [llvm-cov] Use the coverage namespace. NFC. | Vedant Kumar | 2017-10-18 | 1 | -9/+10 |
| * | [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC. | Vedant Kumar | 2017-10-18 | 1 | -8/+6 |
| * | [llvm-cov] Hide files with no coverage from the index when filtering by name | Sean Eveson | 2017-10-03 | 1 | -2/+2 |
| * | [llvm-cov] Create directory structure when filtering using -name*= options | Sean Eveson | 2017-09-28 | 1 | -2/+4 |
| * | Revert "[llvm-cov] Create directory structure when filtering using -name*= op... | Sean Eveson | 2017-09-27 | 1 | -4/+2 |
| * | [llvm-cov] Create directory structure when filtering using -name*= options | Sean Eveson | 2017-09-27 | 1 | -2/+4 |
| * | [llvm-cov] Make report metrics agree with line exec counts, fixes PR34615 | Vedant Kumar | 2017-09-19 | 1 | -14/+1 |
| * | [llvm-cov] Unify region marker placement between text/html modes | Vedant Kumar | 2017-09-08 | 1 | -1/+1 |
| * | [llvm-cov] Ignore unclosed line segments when setting line counts | Vedant Kumar | 2017-08-04 | 1 | -14/+4 |
| * | Remove duplicated default move ctors/move assign. No functional change. | Benjamin Kramer | 2016-10-27 | 1 | -9/+0 |
| * | [llvm-cov] Do not print out the filename of the object file | Vedant Kumar | 2016-10-25 | 1 | -4/+0 |
| * | [llvm-cov] Get rid of all invalid filename references | Vedant Kumar | 2016-09-23 | 1 | -1/+1 |
| * | [llvm-cov] Make a method name more accurate (NFC) | Vedant Kumar | 2016-09-15 | 1 | -3/+3 |
| * | [llvm-cov] Move the 'jump to first unexecuted line' link | Vedant Kumar | 2016-09-10 | 1 | -4/+4 |
| * | [llvm-cov] Emit a summary in the report directory's index | Vedant Kumar | 2016-09-09 | 1 | -1/+2 |
| * | [llvm-cov] Constify some methods (NFC) | Vedant Kumar | 2016-09-09 | 1 | -2/+2 |
| * | [llvm-cov] Use less space to describe source names | Vedant Kumar | 2016-09-08 | 1 | -10/+7 |
| * | [llvm-cov] Add the project summary to the text coverage report for each sourc... | Ying Yi | 2016-09-06 | 1 | -0/+3 |
| * | [llvm-cov] Add the "Go to first unexecuted line" feature. | Ying Yi | 2016-09-06 | 1 | -1/+5 |
| * | [llvm-cov] Add the project summary to each source file coverage report. | Ying Yi | 2016-08-24 | 1 | -4/+16 |
| * | [llvm-cov] Use relative paths to the stylesheet (for html reports) | Vedant Kumar | 2016-07-21 | 1 | -2/+2 |
| * | [llvm-cov] Use relative paths to file reports in -output-dir mode | Vedant Kumar | 2016-06-29 | 1 | -2/+4 |
| * | [llvm-cov] Minor cleanups to prepare for the html format patch | Vedant Kumar | 2016-06-29 | 1 | -1/+16 |
| * | [llvm-cov] Create an index of reports in -output-dir mode | Vedant Kumar | 2016-06-28 | 1 | -26/+49 |
| * | Reapply "[llvm-cov] Add an -output-dir option for the show sub-command"" | Vedant Kumar | 2016-06-28 | 1 | -1/+26 |
| * | Revert "[llvm-cov] Add an -output-dir option for the show sub-command" | Vedant Kumar | 2016-06-28 | 1 | -20/+1 |
| * | [llvm-cov] Add an -output-dir option for the show sub-command | Vedant Kumar | 2016-06-28 | 1 | -1/+20 |
| * | [llvm-cov] Simplify the way expansion views are rendered (NFC) | Vedant Kumar | 2016-06-26 | 1 | -7/+8 |
| * | [llvm-cov] Make an API more consistent, NFC | Vedant Kumar | 2016-06-25 | 1 | -6/+8 |
| * | [llvm-cov] Flesh out some doxygen comments, NFC | Vedant Kumar | 2016-06-25 | 1 | -7/+10 |
| * | [llvm-cov] Separate presentation logic from formatting logic, NFC | Vedant Kumar | 2016-06-25 | 1 | -28/+62 |
| * | [llvm-cov] Add SourceNames to SourceCoverageViews, NFC | Vedant Kumar | 2016-06-24 | 1 | -2/+21 |
| * | [llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFC | Vedant Kumar | 2016-06-24 | 1 | -23/+23 |
| * | Move coverage related code into a separate library. | Easwaran Raman | 2016-04-29 | 1 | -1/+1 |
| * | InstrProf: Teach llvm-cov to show the max count instead of the last | Justin Bogner | 2015-02-23 | 1 | -4/+3 |
| * | llvm-cov: Disentangle the coverage data logic from the display (NFC) | Justin Bogner | 2014-09-20 | 1 | -14/+9 |
| * | llvm-cov: Rework the API for getting the coverage of a file (NFC) | Justin Bogner | 2014-09-17 | 1 | -80/+15 |
| * | Add move constructors/assignment to make MSVC happy after r217940 | Justin Bogner | 2014-09-17 | 1 | -0/+16 |
| * | llvm-cov: Distinguish expansion/instantiation from SourceCoverageView | Justin Bogner | 2014-09-17 | 1 | -35/+47 |
| * | llvm-cov: Rename a variable and clean up its usage | Justin Bogner | 2014-09-16 | 1 | -2/+2 |
| * | llvm-cov: Fix an issue with showing regions but not counts | Justin Bogner | 2014-09-15 | 1 | -0/+3 |
| * | llvm-cov: Clean up some redundancy in the view API (NFC) | Justin Bogner | 2014-09-15 | 1 | -20/+8 |
| * | llvm-cov: add code coverage tool that's based on coverage mapping format and ... | Alex Lorenz | 2014-08-22 | 1 | -0/+213 |