summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CoverageMappingWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* InstrProf: Use a stable sort when reading coverage regionsJustin Bogner2015-02-041-1/+1
* InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't usedJustin Bogner2015-02-031-5/+1
* InstrProf: Simplify counting a file's regions when writing coverage (NFC)Justin Bogner2014-10-021-34/+24
* Make some helpers static or move into the llvm namespace.Benjamin Kramer2014-09-031-1/+2
* Coverage: add HasCodeBefore flag to a mapping region.Alex Lorenz2014-08-041-1/+5
* coverage: remove empty mapping regionsAlex Lorenz2014-07-251-5/+0
* Add code coverage mapping data, reader, and writer.Alex Lorenz2014-07-241-0/+197
OpenPOWER on IntegriCloud