For llvm-objdump, add the option -private-header (without the trailing ā€™sā€™)
[oota-llvm.git] / lib / ProfileData / CoverageMappingReader.cpp
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-07 Xinliang David Li[PGO] Minor refactoring /NFC
2016-01-03 Xinliang David Li[PGO] Code refactoring to use header struct def /NFC
2015-12-24 Benjamin Kramer[ProfileData] Make helper function static.
2015-12-17 Xinliang David Li[PGO] InstrPGO and coverage code refactoring (NFC)
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-10-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-05 Justin BognerInstrProf: Fix reading of consecutive 32 bit coverage...
2015-05-07 Justin BognerInstrProf: Simplify looking up sections for coverage...
2015-05-06 Justin BognerInstrProf: Give coverage its own errors instead of...
2015-05-06 Justin BognerInstrProf: Remove a function that just returns its...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-16 Justin BognerInstrProf: Fix CoverageMappingReader on big endian
2015-03-16 Justin BognerInstrProf: Do a better job of reading coverage mapping...
2015-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-02-26 Justin BognerInstrProf: Simplify the construction of BinaryCoverageR...
2015-02-26 Justin BognerInstrProf: Rename ObjectFileCoverageMappingReader to...
2015-02-25 Justin BognerInstrProf: Remove dead code in CoverageMappingReader
2015-02-03 Justin BognerInstrProf: Make CounterMappingRegions less confusing...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Justin BognerInstrProf: Simplify RawCoverageMappingReader's API...
2015-02-03 Justin BognerInstrProf: Simplify some logic by using ArrayRef::slice...
2014-10-31 Lang Hames[Object] Modify OwningBinary's interface to separate...
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-20 Justin Bognerllvm-cov: Move some reader debug output out of the...
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-08-21 Alex LorenzCoverage Mapping: add function's hash to coverage funct...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-04 Alex LorenzCoverage: add HasCodeBefore flag to a mapping region.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-29 Alex LorenzCoverage: improve efficiency of the counter propagation...
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-25 Ehsan AkhgariFix a warning in CoverageMappingReader.cpp
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.