Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-cov: Move some reader debug output out of the tool. | Justin Bogner | 2014-09-20 | 1 | -0/+15 |
* | llvm-cov: add code coverage tool that's based on coverage mapping format and ... | Alex Lorenz | 2014-08-22 | 1 | -26/+71 |
* | Coverage Mapping: add function's hash to coverage function records. | Alex Lorenz | 2014-08-21 | 1 | -2/+4 |
* | Don't own the buffer in object::Binary. | Rafael Espindola | 2014-08-19 | 1 | -5/+8 |
* | Coverage: add HasCodeBefore flag to a mapping region. | Alex Lorenz | 2014-08-04 | 1 | -6/+10 |
* | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola | 2014-07-31 | 1 | -2/+2 |
* | Coverage: improve efficiency of the counter propagation to the expansion regi... | Alex Lorenz | 2014-07-29 | 1 | -8/+12 |
* | coverage: remove empty mapping regions | Alex Lorenz | 2014-07-25 | 1 | -3/+0 |
* | Fix a warning in CoverageMappingReader.cpp | Ehsan Akhgari | 2014-07-25 | 1 | -1/+1 |
* | Add code coverage mapping data, reader, and writer. | Alex Lorenz | 2014-07-24 | 1 | -0/+482 |