[Support] Add saturating multiply-add support function
[oota-llvm.git] / include / llvm / ProfileData / CoverageMappingReader.h
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-05-06 Justin BognerInstrProf: Remove a function that just returns its...
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-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-03 Justin BognerInstrProf: Simplify RawCoverageMappingReader's API...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
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-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.