llvm-cov: add code coverage tool that's based on coverage mapping format and clang...
[oota-llvm.git] / lib / ProfileData / CoverageMappingReader.cpp
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-08-21 Alex LorenzCoverage Mapping: add function's hash to coverage funct...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-04 Alex LorenzCoverage: add HasCodeBefore flag to a mapping region.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-29 Alex LorenzCoverage: improve efficiency of the counter propagation...
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-25 Ehsan AkhgariFix a warning in CoverageMappingReader.cpp
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.