Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-cov] Delete the NonCodeLines field, it was always dead | Vedant Kumar | 2016-09-19 | 1 | -12/+6 |
* | [llvm-cov] Track function and instantiation coverage separately | Vedant Kumar | 2016-09-19 | 1 | -0/+9 |
* | Move coverage related code into a separate library. | Easwaran Raman | 2016-04-29 | 1 | -1/+1 |
* | [llvm-cov] Don't emit 'nan%' in reports | Vedant Kumar | 2016-04-29 | 1 | -0/+6 |
* | llvm-cov: Simplify coverage reports, fixing PR22575 in the process | Justin Bogner | 2015-02-14 | 1 | -15/+38 |
* | llvm-cov: Use the number of executed functions for the function coverage metric. | Alex Lorenz | 2014-09-30 | 1 | -9/+10 |
* | llvm-cov: Disentangle the coverage data logic from the display (NFC) | Justin Bogner | 2014-09-20 | 1 | -1/+1 |
* | llvm-cov: Move FunctionCoverageMapping into CoverageMapping.h (NFC) | Justin Bogner | 2014-09-12 | 1 | -2/+3 |
* | llvm-cov: add code coverage tool that's based on coverage mapping format and ... | Alex Lorenz | 2014-08-22 | 1 | -0/+131 |