aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/CoverageMapping.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-14llvm-cov: Sink some reporting logic into CoverageMappingJustin Bogner1-1/+9
2014-10-03Eliminate some deep std::vector copies. NFC.Benjamin Kramer1-1/+1
2014-10-02InstrProf: Avoid linear search in a hot loopJustin Bogner1-5/+6
2014-10-02Reapply "InstrProf: Don't keep a large sparse list around just to zero it"Justin Bogner1-24/+43
2014-10-02Revert "InstrProf: Don't keep a large sparse list around just to zero it"Justin Bogner1-38/+24
2014-10-02InstrProf: Don't keep a large sparse list around just to zero itJustin Bogner1-24/+38
2014-09-30llvm-cov: Use the number of executed functions for the function coverage metric.Alex Lorenz1-1/+3
2014-09-25llvm-cov: Combine segments that cover the same locationJustin Bogner1-4/+18
2014-09-20llvm-cov: Allow creating CoverageMappings from filenamesJustin Bogner1-0/+14
2014-09-20llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner1-0/+275
2014-09-08llvm-cov: Try to appease MSVC after r217404Justin Bogner1-2/+2
2014-09-08llvm-cov: Use ErrorOr rather than an error_code* (NFC)Justin Bogner1-24/+17
2014-07-29Coverage: fix the missing output stream in recursive call to CoverageMappingC...Alex Lorenz1-2/+2
2014-07-24Add code coverage mapping data, reader, and writer.Alex Lorenz1-0/+149