| 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 |
| * | [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0 | Jordan Rupprecht | 2018-12-20 | 1 | -1/+1 |
| * | [ADT] Make escaping fn conform to coding guidelines | Jonas Devlieghere | 2018-05-31 | 1 | -1/+1 |
| * | [llvm-cov] Use the new PrintHTMLEscaped utility | Vedant Kumar | 2018-05-30 | 1 | -20/+18 |
| * | [Coverage] Update CSS to make HTML reports copy-paste friendly. | Max Moroz | 2018-05-22 | 1 | -0/+3 |
| * | [llvm-cov] Fix incorrect usage of .precision specifier in format() call. | Max Moroz | 2018-01-31 | 1 | -1/+1 |
| * | [llvm-cov] Improvements for summary report generated in HTML format. | Max Moroz | 2018-01-31 | 1 | -14/+37 |
| * | Remove redundant includes from tools. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | [llvm-cov] Don't render empty region marker lines | Vedant Kumar | 2017-11-09 | 1 | -1/+1 |
| * | [Coverage] Use the wrapped segment when a line has entry segments | Vedant Kumar | 2017-11-09 | 1 | -6/+6 |
| * | [llvm-cov] Use the coverage namespace. NFC. | Vedant Kumar | 2017-10-18 | 1 | -3/+2 |
| * | [llvm-cov] Suppress sub-line highlights in simple cases | Vedant Kumar | 2017-10-18 | 1 | -0/+2 |
| * | [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC. | Vedant Kumar | 2017-10-18 | 1 | -9/+11 |
| * | [llvm-cov] Highlight gaps in consecutive uncovered regions | Vedant Kumar | 2017-10-18 | 1 | -2/+3 |
| * | [llvm-cov] Factor out logic to iterate over line coverage stats (NFC) | Vedant Kumar | 2017-10-14 | 1 | -2/+2 |
| * | [llvm-cov] Hide files with no coverage from the index when filtering by name | Sean Eveson | 2017-10-03 | 1 | -2/+3 |
| * | [llvm-cov] Create directory structure when filtering using -name*= options | Sean Eveson | 2017-09-28 | 1 | -5/+5 |
| * | Revert "[llvm-cov] Create directory structure when filtering using -name*= op... | Sean Eveson | 2017-09-27 | 1 | -5/+5 |
| * | [llvm-cov] Create directory structure when filtering using -name*= options | Sean Eveson | 2017-09-27 | 1 | -5/+5 |
| * | [Coverage] Use gap regions to select better line exec counts | Vedant Kumar | 2017-09-18 | 1 | -1/+1 |
| * | [llvm-cov] Make some summary info fields private. NFC. | Vedant Kumar | 2017-09-15 | 1 | -9/+10 |
| * | [llvm-cov] Allow hiding instantiation/region coverage from summary tables | Eli Friedman | 2017-09-11 | 1 | -11/+17 |
| * | [llvm-cov] Fix a lifetime issue | Vedant Kumar | 2017-09-08 | 1 | -1/+1 |
| * | [llvm-cov] Unify region marker placement between text/html modes | Vedant Kumar | 2017-09-08 | 1 | -12/+8 |
| * | [llvm-cov] Rearrange entries in report index. | Eli Friedman | 2017-08-09 | 1 | -11/+40 |
| * | [llvm-cov] Avoid 0% when reporting something that's 0/0 | Alex Lorenz | 2016-11-21 | 1 | -4/+8 |
| * | [llvm-cov] Turn line numbers in html reports into clickable links | Vedant Kumar | 2016-11-02 | 1 | -3/+5 |
| * | [llvm-cov] Do not print out the filename of the object file | Vedant Kumar | 2016-10-25 | 1 | -5/+2 |
| * | [llvm-cov] Get rid of all invalid filename references | Vedant Kumar | 2016-09-23 | 1 | -1/+1 |
| * | [llvm-cov] Minor cleanup. NFC. | Vedant Kumar | 2016-09-23 | 1 | -6/+6 |
| * | [llvm-cov] Emit a link to some documentation | Vedant Kumar | 2016-09-19 | 1 | -0/+7 |
| * | [llvm-cov] Make a helper method static for re-use (NFC) | Vedant Kumar | 2016-09-19 | 1 | -2/+2 |
| * | [llvm-cov] Track function and instantiation coverage separately | Vedant Kumar | 2016-09-19 | 1 | -2/+5 |
| * | [llvm-cov] Don't recompute the 'Covered' field from *CoverageInfo (NFC) | Vedant Kumar | 2016-09-19 | 1 | -6/+5 |
| * | [llvm-cov] Drop another redundant 'No.' suffix | Vedant Kumar | 2016-09-19 | 1 | -1/+1 |
| * | [llvm-cov] Move some layout logic to the right spot (NFC) | Vedant Kumar | 2016-09-15 | 1 | -1/+1 |
| * | [llvm-cov] Hide instantiation views for unexecuted functions | Vedant Kumar | 2016-09-15 | 1 | -1/+9 |
| * | [llvm-cov] Don't create 'jump to ...' links in nested views | Vedant Kumar | 2016-09-15 | 1 | -1/+1 |
| * | [llvm-cov] Make a method name more accurate (NFC) | Vedant Kumar | 2016-09-15 | 1 | -3/+2 |
| * | [llvm-cov] Just emit the version number in the index file | Vedant Kumar | 2016-09-13 | 1 | -2/+1 |
| * | [llvm-cov] - Included footer "Generated by llvm-cov -- llvm version <version ... | Ying Yi | 2016-09-13 | 1 | -2/+4 |
| * | [llvm-cov] Move the 'jump to first unexecuted line' link | Vedant Kumar | 2016-09-10 | 1 | -14/+15 |
| * | [llvm-cov] Minor visual tweaks for html reports | Vedant Kumar | 2016-09-10 | 1 | -54/+21 |
| * | [llvm-cov] Remove some asserts in the html renderer (NFC) | Vedant Kumar | 2016-09-09 | 1 | -5/+1 |
| * | [llvm-cov] Emit a summary in the report directory's index | Vedant Kumar | 2016-09-09 | 1 | -21/+105 |
| * | [llvm-cov] Fix issues with segment highlighting in the html view | Vedant Kumar | 2016-09-08 | 1 | -16/+10 |
| * | [llvm-cov] Use less space to describe source names | Vedant Kumar | 2016-09-08 | 1 | -5/+3 |
| * | [llvm-cov] Add the project summary to the text coverage report for each sourc... | Ying Yi | 2016-09-06 | 1 | -6/+1 |
| * | [llvm-cov] Add the "Go to first unexecuted line" feature. | Ying Yi | 2016-09-06 | 1 | -3/+12 |
| * | [llvm-cov] Drop redundant "No." suffix in a column title | Vedant Kumar | 2016-08-31 | 1 | -1/+1 |