summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CoverageMappingReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames2014-10-311-1/+1
* Reduce double set lookups. NFC.Benjamin Kramer2014-10-101-2/+2
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-1/+2
* llvm-cov: Move some reader debug output out of the tool.Justin Bogner2014-09-201-0/+15
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-26/+71
* Coverage Mapping: add function's hash to coverage function records.Alex Lorenz2014-08-211-2/+4
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-5/+8
* Coverage: add HasCodeBefore flag to a mapping region.Alex Lorenz2014-08-041-6/+10
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* Coverage: improve efficiency of the counter propagation to the expansion regi...Alex Lorenz2014-07-291-8/+12
* coverage: remove empty mapping regionsAlex Lorenz2014-07-251-3/+0
* Fix a warning in CoverageMappingReader.cppEhsan Akhgari2014-07-251-1/+1
* Add code coverage mapping data, reader, and writer.Alex Lorenz2014-07-241-0/+482
OpenPOWER on IntegriCloud