InstrProf: Add unit tests for the profile reader and writer
[oota-llvm.git] / lib / ProfileData / CoverageMappingWriter.cpp
2015-02-04 Justin BognerInstrProf: Use a stable sort when reading coverage...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2014-10-02 Justin BognerInstrProf: Simplify counting a file's regions when...
2014-09-03 Benjamin KramerMake some helpers static or move into the llvm namespace.
2014-08-04 Alex LorenzCoverage: add HasCodeBefore flag to a mapping region.
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.