summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CoverageMapping.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm-cov: Sink some reporting logic into CoverageMappingJustin Bogner2014-11-141-1/+9
* Eliminate some deep std::vector copies. NFC.Benjamin Kramer2014-10-031-1/+1
* InstrProf: Avoid linear search in a hot loopJustin Bogner2014-10-021-5/+6
* Reapply "InstrProf: Don't keep a large sparse list around just to zero it"Justin Bogner2014-10-021-24/+43
* Revert "InstrProf: Don't keep a large sparse list around just to zero it"Justin Bogner2014-10-021-38/+24
* InstrProf: Don't keep a large sparse list around just to zero itJustin Bogner2014-10-021-24/+38
* llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz2014-09-301-1/+3
* 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