summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CoverageMappingReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+2
* [PGO] Enable compression in pgo instrumentationXinliang David Li2016-02-081-0/+5
* Move classes defined in a cpp file into an anonymous namespace.Benjamin Kramer2016-02-051-0/+2
* Fix a coverage reading bug Xinliang David Li2016-01-191-1/+3
* [Coverage] move a local var to be BinaryCoverageReader's memberXinliang David Li2016-01-181-8/+11
* Rename local variable to avoid conflictXinliang David Li2016-01-141-5/+5
* Cleanup: shorten prefix to consistent with other decls /NFCXinliang David Li2016-01-141-10/+8
* Add virtual dtorXinliang David Li2016-01-141-0/+2
* [Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...Xinliang David Li2016-01-131-22/+82
* Revert r257699 -- windows buildbot failure TBIXinliang David Li2016-01-131-85/+22
* [Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...Xinliang David Li2016-01-131-22/+85
* [Coverage] Refactor coverage mapping reader code Xinliang David Li2016-01-131-17/+13
* Rollback r257551 -- unexpected test failures TBIXinliang David Li2016-01-131-13/+17
* [Coverage] Refactor coverage mapping reader code /NFCXinliang David Li2016-01-131-17/+13
* Rollback r257547 -- buildbot failure TBIXinliang David Li2016-01-131-13/+17
* [Coverage] Refactor coverage mapping reader code /NFCXinliang David Li2016-01-131-17/+13
* [PGO] Minor refactoring /NFCXinliang David Li2016-01-071-5/+1
* [PGO] Code refactoring to use header struct def /NFCXinliang David Li2016-01-031-5/+10
* [ProfileData] Make helper function static.Benjamin Kramer2015-12-241-1/+1
* [PGO] InstrPGO and coverage code refactoring (NFC)Xinliang David Li2015-12-171-46/+33
* [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
OpenPOWER on IntegriCloud