1. dc70712 Move coverage related code into a separate library. by Easwaran Raman · 9 years ago[Renamed (99%) from llvm/lib/ProfileData/CoverageMapping.cpp]
  2. ed99a96 [Coverage] Restore the correct count value after processing a nested region in case of combined regions. by Igor Kudrin · 9 years ago
  3. 1c14dc4 Reapply "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 10 years ago
  4. e880a06 Revert "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 10 years ago
  5. 061d496 [Coverage] Prevent detection of false instantiations in case of macro expansion. by Igor Kudrin · 10 years ago
  6. c0774e6 [Coverage] Avoid unnecessary copying of std::vector by Igor Kudrin · 10 years ago
  7. 43a8565 [Coverage] Strip <unknown> from PGO names if no filenames are available by Vedant Kumar · 10 years ago
  8. 8a5bdb5 Move coveragemap_error enum into coverage namespace and InstrProf.h /NFC by Xinliang David Li · 10 years ago
  9. 4ec4014 Coverage code refactoring /NFC by Xinliang David Li · 10 years ago
  10. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  11. ebc162a [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() by Frederic Riss · 10 years ago
  12. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  13. 74f2932 Don't use std::errc. by Rafael Espindola · 10 years ago
  14. 82a6451 InstrProf: Treat functions with a coverage map but no profile as unreached by Justin Bogner · 10 years ago
  15. 367a9f2 InstrProf: Give coverage its own errors instead of piggy backing on instrprof by Justin Bogner · 10 years ago
  16. 0b4c484 InstrProf: Strip filename prefixes from the names we display for coverage by Justin Bogner · 10 years ago
  17. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  18. 4379535 InstrProf: Teach llvm-cov to handle universal binaries when given -arch by Justin Bogner · 11 years ago
  19. 43e5163 InstrProf: Simplify the construction of BinaryCoverageReader by Justin Bogner · 11 years ago
  20. e84891a InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReader by Justin Bogner · 11 years ago
  21. c4f5a5e Disallow implicit conversions from None to integer types by Justin Bogner · 11 years ago
  22. 11ae778 InstrProf: Don't combine expansion regions with code regions by Justin Bogner · 11 years ago
  23. 428c605 InstrProf: Handle unknown functions if they consist only of zero-regions by Justin Bogner · 11 years ago
  24. 1d29c08 InstrProf: Make CoverageMapping testable and add a basic unit test by Justin Bogner · 11 years ago
  25. 6cd780f Prefer SmallVector::append/insert over push_back loops. by Benjamin Kramer · 11 years ago
  26. ab89ed7 InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC) by Justin Bogner · 11 years ago
  27. 40957cc Fix accidental bit flip. by Benjamin Kramer · 11 years ago
  28. 71e1eb5 CoverageMapping: Bitvectorize code. No functionality change. by Benjamin Kramer · 11 years ago
  29. 3c0f124 llvm-cov: Only combine segments if they overlap exactly by Justin Bogner · 11 years ago
  30. 8c0809c Replace size method call of containers to empty method where appropriate by Alexander Kornienko · 11 years ago
  31. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  32. d5fca92 llvm-cov: Sink some reporting logic into CoverageMapping by Justin Bogner · 11 years ago
  33. e12a6ba Eliminate some deep std::vector copies. NFC. by Benjamin Kramer · 11 years ago
  34. ad69e64 InstrProf: Avoid linear search in a hot loop by Justin Bogner · 11 years ago
  35. f9535c4 Reapply "InstrProf: Don't keep a large sparse list around just to zero it" by Justin Bogner · 11 years ago
  36. 70b5c56 Revert "InstrProf: Don't keep a large sparse list around just to zero it" by Justin Bogner · 11 years ago
  37. d6a9e4b InstrProf: Don't keep a large sparse list around just to zero it by Justin Bogner · 11 years ago
  38. cb1702d llvm-cov: Use the number of executed functions for the function coverage metric. by Alex Lorenz · 11 years ago
  39. b35a72a llvm-cov: Combine segments that cover the same location by Justin Bogner · 11 years ago
  40. 19a93ba llvm-cov: Allow creating CoverageMappings from filenames by Justin Bogner · 11 years ago
  41. 953e240 llvm-cov: Disentangle the coverage data logic from the display (NFC) by Justin Bogner · 11 years ago
  42. 3f18834 llvm-cov: Try to appease MSVC after r217404 by Justin Bogner · 11 years ago
  43. 85b0a03 llvm-cov: Use ErrorOr rather than an error_code* (NFC) by Justin Bogner · 11 years ago
  44. a422911c Coverage: fix the missing output stream in recursive call to CoverageMappingContext::dump by Alex Lorenz · 11 years ago
  45. a20a5d5 Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago