Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / ProfileData / CoverageMapping.h
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code
2016-01-13 Xinliang David LiRollback r257551 -- unexpected test failures TBI
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-13 Xinliang David LiRollback r257547 -- buildbot failure TBI
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-11 Xinliang David LiMove all decls in coverage namespace into CoverageMappi...
2016-01-10 Xinliang David LiMove coveragemap_error enum into coverage namespace...
2016-01-07 Xinliang David Li[PGO] Minor refactoring /NFC
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-08-08 Benjamin KramerFix some comment typos.
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-05-06 Justin BognerInstrProf: Give coverage its own errors instead of...
2015-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-03-02 Benjamin KramerAdd another missing header that used to be included...
2015-02-18 Justin BognerInstrProf: Handle unknown functions if they consist...
2015-02-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-03 Justin BognerInstrProf: Make CounterMappingRegions less confusing...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-01-24 Justin BognerInstrProf: Add operator!= to coverage counters
2015-01-23 Justin BognerInstrProf: debug dumps should go to dbgs(), not outs()
2014-11-14 Justin Bognerllvm-cov: Sink some reporting logic into CoverageMapping
2014-10-02 Justin BognerInstrProf: Avoid linear search in a hot loop
2014-10-02 Justin BognerReapply "InstrProf: Don't keep a large sparse list...
2014-10-02 Justin BognerRevert "InstrProf: Don't keep a large sparse list aroun...
2014-10-02 Justin BognerInstrProf: Don't keep a large sparse list around just...
2014-10-01 Justin BognerInstrProf: Make coverage::Counter comparable
2014-09-30 Alex Lorenzllvm-cov: Use the number of executed functions for...
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-20 Justin Bognerllvm-cov: Allow creating CoverageMappings from filenames
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-15 Justin Bognerllvm-cov: Simplify CounterMappingRegion, pushing logic...
2014-09-12 Justin Bognerllvm-cov: Move FunctionCoverageMapping into CoverageMap...
2014-09-09 Justin Bognerllvm-cov: Combine two types that were nearly identical...
2014-09-09 Justin Bognerllvm-cov: Rename MappingRegion to coverage::CountedRegi...
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
2014-08-04 Alex LorenzCoverage: add HasCodeBefore flag to a mapping region.
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.