summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CoverageMapping.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm-cov: Combine segments that cover the same locationJustin Bogner2014-09-251-4/+18
* llvm-cov: Allow creating CoverageMappings from filenamesJustin Bogner2014-09-201-0/+14
* llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner2014-09-201-0/+275
* llvm-cov: Try to appease MSVC after r217404Justin Bogner2014-09-081-2/+2
* llvm-cov: Use ErrorOr rather than an error_code* (NFC)Justin Bogner2014-09-081-24/+17
* Coverage: fix the missing output stream in recursive call to CoverageMappingC...Alex Lorenz2014-07-291-2/+2
* Add code coverage mapping data, reader, and writer.Alex Lorenz2014-07-241-0/+149
OpenPOWER on IntegriCloud