1. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  2. ad8f637 [Coverage] Use gap regions to select better line exec counts by Vedant Kumar · 8 years ago
  3. bae8397 [Coverage] Report errors when reading malformed source regions by Vedant Kumar · 8 years ago
  4. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  5. e78d131 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  6. f3c8a9c [Coverage] Make sorting criteria for CounterMappingRegions local. by Igor Kudrin · 9 years ago
  7. 34e4e47 Revert "[Coverage] Move logic to encode filenames and mappings into llvm (NFC)" by Vedant Kumar · 9 years ago
  8. 8039e92 [Coverage] Move logic to encode filenames and mappings into llvm (NFC) by Vedant Kumar · 9 years ago
  9. dc70712 Move coverage related code into a separate library. by Easwaran Raman · 9 years ago[Renamed (98%) from llvm/lib/ProfileData/CoverageMappingWriter.cpp]
  10. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  11. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  12. 70e0c09 InstrProf: Use a stable sort when reading coverage regions by Justin Bogner · 11 years ago
  13. de15817 InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't used by Justin Bogner · 11 years ago
  14. 5eec02a3 InstrProf: Simplify counting a file's regions when writing coverage (NFC) by Justin Bogner · 11 years ago
  15. 89854eb Make some helpers static or move into the llvm namespace. by Benjamin Kramer · 11 years ago
  16. 1193b5e Coverage: add HasCodeBefore flag to a mapping region. by Alex Lorenz · 11 years ago
  17. b2ebf2a coverage: remove empty mapping regions by Alex Lorenz · 11 years ago
  18. a20a5d5 Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago