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