Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a warning in CoverageMappingReader.cpp | Ehsan Akhgari | 2014-07-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 213920 | |||||
* | Add code coverage mapping data, reader, and writer. | Alex Lorenz | 2014-07-24 | 1 | -0/+482 | |
This patch implements the data structures, the reader and the writers for the new code coverage mapping system. The new code coverage mapping system uses the instrumentation based profiling to provide code coverage analysis. llvm-svn: 213910 |