1. 413647d [Coverage] Speed up file-based queries for coverage info, NFC by Vedant Kumar · 6 years ago
  2. f025968 Ignore object files that lack coverage information. by James Y Knight · 6 years ago
  3. 901d04f [Coverage] Load code coverage data from archives by Vedant Kumar · 6 years ago
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  6. 381e9d2 [Coverage] Ignore 'unused' functions with non-zero execution counts by Vedant Kumar · 7 years ago
  7. e302fc59 [Coverage] Delete getCounterMismatches, it's dead code (NFC) by Vedant Kumar · 7 years ago
  8. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  9. 0c5b602 [Coverage] Take filenames into account when loading function records. by Max Moroz · 7 years ago
  10. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  11. 8547f91 [ProfileData] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  12. 24cb28b Remove superfluous copies in sample profiling. by Benjamin Kramer · 8 years ago
  13. 337b0db [Coverage] Scan ahead for the most-recent completed count (PR35495) by Vedant Kumar · 8 years ago
  14. 80fbb85 [Coverage] Use the most-recent completed region count (PR35437) by Vedant Kumar · 8 years ago
  15. 43247f0 [Coverage] Use the wrapped segment when a line has entry segments by Vedant Kumar · 8 years ago
  16. 7bef6da [Coverage] Provide a stable order for getInstantiationGroups by Vedant Kumar · 8 years ago
  17. f5f153d [Coverage] Simplify r316141. NFC. by Vedant Kumar · 8 years ago
  18. 821160d [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. by Vedant Kumar · 8 years ago
  19. 18dd9e8 [llvm-cov] Improve error messaging for function mismatches by Vedant Kumar · 8 years ago
  20. ad8f637 [Coverage] Use gap regions to select better line exec counts by Vedant Kumar · 8 years ago
  21. 79a1b5e [Coverage] Build sorted and unique segments by Vedant Kumar · 8 years ago
  22. efcf41b [Coverage] Define LineColPair for convenience. NFC. by Vedant Kumar · 8 years ago
  23. bae8397 [Coverage] Report errors when reading malformed source regions by Vedant Kumar · 8 years ago
  24. dde19c5 [Coverage] Add an API to retrive all instantiations of a function (NFC) by Vedant Kumar · 8 years ago
  25. 4b102c3 [llvm-cov] Allow specifying distinct architectures for each loaded binary by Vedant Kumar · 8 years ago
  26. cc34e61 [Coverage] Remove two overloads of CoverageMapping::load. NFC. by Vedant Kumar · 8 years ago
  27. 71b3d72 [Coverage] Improve readability by using a struct. NFC. by Vedant Kumar · 8 years ago
  28. 72208a8 [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  29. b1d331a [Coverage] PR33517: Check for failure to load func records by Vedant Kumar · 8 years ago
  30. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  31. e78d131 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  32. 990504e Remove LLVM_NOEXCEPT and replace it with noexcept by Reid Kleckner · 9 years ago
  33. 743574b [Coverage] Support loading multiple binaries into a CoverageMapping by Vedant Kumar · 9 years ago
  34. 68216d7 [Coverage] Factor out logic to create FunctionRecords (NFC) by Vedant Kumar · 9 years ago
  35. f681e2e [Coverage] Mark a few more methods const (NFC) by Vedant Kumar · 9 years ago
  36. 7fcc547 [Coverage] Mark a few methods const (NFC) by Vedant Kumar · 9 years ago
  37. a30139d Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)" by Vedant Kumar · 9 years ago
  38. 7a7f534 [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC) by Vedant Kumar · 9 years ago
  39. 4718f8b Add FIXMEs to all derived classes of std::error_category. by Peter Collingbourne · 9 years ago
  40. 9152fd1 Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  41. 85c973d Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  42. 7cb2fd5 Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  43. 5957375 Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
  44. df41bd8 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  45. 064535c Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  46. ac25219 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
  47. 27d8dd3 [Coverage] Combine counts of expansion regions if there are no code regions for the same area. by Igor Kudrin · 9 years ago
  48. dc70712 Move coverage related code into a separate library. by Easwaran Raman · 9 years ago[Renamed (99%) from llvm/lib/ProfileData/CoverageMapping.cpp]
  49. ed99a96 [Coverage] Restore the correct count value after processing a nested region in case of combined regions. by Igor Kudrin · 9 years ago
  50. 1c14dc4 Reapply "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
  51. e880a06 Revert "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
  52. 061d496 [Coverage] Prevent detection of false instantiations in case of macro expansion. by Igor Kudrin · 9 years ago
  53. c0774e6 [Coverage] Avoid unnecessary copying of std::vector by Igor Kudrin · 9 years ago
  54. 43a8565 [Coverage] Strip <unknown> from PGO names if no filenames are available by Vedant Kumar · 10 years ago
  55. 8a5bdb5 Move coveragemap_error enum into coverage namespace and InstrProf.h /NFC by Xinliang David Li · 10 years ago
  56. 4ec4014 Coverage code refactoring /NFC by Xinliang David Li · 10 years ago
  57. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  58. ebc162a [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() by Frederic Riss · 10 years ago
  59. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  60. 74f2932 Don't use std::errc. by Rafael Espindola · 10 years ago
  61. 82a6451 InstrProf: Treat functions with a coverage map but no profile as unreached by Justin Bogner · 10 years ago
  62. 367a9f2 InstrProf: Give coverage its own errors instead of piggy backing on instrprof by Justin Bogner · 10 years ago
  63. 0b4c484 InstrProf: Strip filename prefixes from the names we display for coverage by Justin Bogner · 10 years ago
  64. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  65. 4379535 InstrProf: Teach llvm-cov to handle universal binaries when given -arch by Justin Bogner · 11 years ago
  66. 43e5163 InstrProf: Simplify the construction of BinaryCoverageReader by Justin Bogner · 11 years ago
  67. e84891a InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReader by Justin Bogner · 11 years ago
  68. c4f5a5e Disallow implicit conversions from None to integer types by Justin Bogner · 11 years ago
  69. 11ae778 InstrProf: Don't combine expansion regions with code regions by Justin Bogner · 11 years ago
  70. 428c605 InstrProf: Handle unknown functions if they consist only of zero-regions by Justin Bogner · 11 years ago
  71. 1d29c08 InstrProf: Make CoverageMapping testable and add a basic unit test by Justin Bogner · 11 years ago
  72. 6cd780f Prefer SmallVector::append/insert over push_back loops. by Benjamin Kramer · 11 years ago
  73. ab89ed7 InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC) by Justin Bogner · 11 years ago
  74. 40957cc Fix accidental bit flip. by Benjamin Kramer · 11 years ago
  75. 71e1eb5 CoverageMapping: Bitvectorize code. No functionality change. by Benjamin Kramer · 11 years ago
  76. 3c0f124 llvm-cov: Only combine segments if they overlap exactly by Justin Bogner · 11 years ago
  77. 8c0809c Replace size method call of containers to empty method where appropriate by Alexander Kornienko · 11 years ago
  78. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  79. d5fca92 llvm-cov: Sink some reporting logic into CoverageMapping by Justin Bogner · 11 years ago
  80. e12a6ba Eliminate some deep std::vector copies. NFC. by Benjamin Kramer · 11 years ago
  81. ad69e64 InstrProf: Avoid linear search in a hot loop by Justin Bogner · 11 years ago
  82. f9535c4 Reapply "InstrProf: Don't keep a large sparse list around just to zero it" by Justin Bogner · 11 years ago
  83. 70b5c56 Revert "InstrProf: Don't keep a large sparse list around just to zero it" by Justin Bogner · 11 years ago
  84. d6a9e4b InstrProf: Don't keep a large sparse list around just to zero it by Justin Bogner · 11 years ago
  85. cb1702d llvm-cov: Use the number of executed functions for the function coverage metric. by Alex Lorenz · 11 years ago
  86. b35a72a llvm-cov: Combine segments that cover the same location by Justin Bogner · 11 years ago
  87. 19a93ba llvm-cov: Allow creating CoverageMappings from filenames by Justin Bogner · 11 years ago
  88. 953e240 llvm-cov: Disentangle the coverage data logic from the display (NFC) by Justin Bogner · 11 years ago
  89. 3f18834 llvm-cov: Try to appease MSVC after r217404 by Justin Bogner · 11 years ago
  90. 85b0a03 llvm-cov: Use ErrorOr rather than an error_code* (NFC) by Justin Bogner · 11 years ago
  91. a422911c Coverage: fix the missing output stream in recursive call to CoverageMappingContext::dump by Alex Lorenz · 11 years ago
  92. a20a5d5 Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago