summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CoverageMappingReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Use template file to define runtime structuresXinliang David Li2015-11-051-6/+9
* Add helper functions and remove hard coded references to instProf related nam...Xinliang David Li2015-10-221-2/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss2015-06-221-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* InstrProf: Fix reading of consecutive 32 bit coverage mapsJustin Bogner2015-06-051-0/+5
* InstrProf: Simplify looking up sections for coverage dataJustin Bogner2015-05-071-18/+19
* InstrProf: Give coverage its own errors instead of piggy backing on instrprofJustin Bogner2015-05-061-29/+29
* InstrProf: Remove a function that just returns its argument (NFC)Justin Bogner2015-05-061-20/+20
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* InstrProf: Fix CoverageMappingReader on big endianJustin Bogner2015-03-161-16/+28
* InstrProf: Do a better job of reading coverage mapping data.Justin Bogner2015-03-161-59/+41
* InstrProf: Teach llvm-cov to handle universal binaries when given -archJustin Bogner2015-03-111-6/+28
* InstrProf: Simplify the construction of BinaryCoverageReaderJustin Bogner2015-02-261-60/+55
* InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReaderJustin Bogner2015-02-261-5/+5
* InstrProf: Remove dead code in CoverageMappingReaderJustin Bogner2015-02-251-13/+3
* InstrProf: Make CounterMappingRegions less confusing to constructJustin Bogner2015-02-031-4/+3
* InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't usedJustin Bogner2015-02-031-8/+5
* InstrProf: Simplify RawCoverageMappingReader's API slightlyJustin Bogner2015-02-031-7/+9
* InstrProf: Simplify some logic by using ArrayRef::slice (NFC)Justin Bogner2015-02-031-1/+1
* [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