aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/CoverageMappingReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-31[Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames1-1/+1
2014-10-10Reduce double set lookups. NFC.Benjamin Kramer1-2/+2
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola1-1/+2
2014-09-20llvm-cov: Move some reader debug output out of the tool.Justin Bogner1-0/+15
2014-08-22llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz1-26/+71
2014-08-21Coverage Mapping: add function's hash to coverage function records.Alex Lorenz1-2/+4
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-5/+8
2014-08-04Coverage: add HasCodeBefore flag to a mapping region.Alex Lorenz1-6/+10
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+2
2014-07-29Coverage: improve efficiency of the counter propagation to the expansion regi...Alex Lorenz1-8/+12
2014-07-25coverage: remove empty mapping regionsAlex Lorenz1-3/+0
2014-07-25Fix a warning in CoverageMappingReader.cppEhsan Akhgari1-1/+1
2014-07-24Add code coverage mapping data, reader, and writer.Alex Lorenz1-0/+482