1. 0c5b602 [Coverage] Take filenames into account when loading function records. by Max Moroz · 7 years ago
  2. 337b0db [Coverage] Scan ahead for the most-recent completed count (PR35495) by Vedant Kumar · 8 years ago
  3. 80fbb85 [Coverage] Use the most-recent completed region count (PR35437) by Vedant Kumar · 8 years ago
  4. 43247f0 [Coverage] Use the wrapped segment when a line has entry segments by Vedant Kumar · 8 years ago
  5. f5f153d [Coverage] Simplify r316141. NFC. by Vedant Kumar · 8 years ago
  6. 821160d [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. by Vedant Kumar · 8 years ago
  7. 779b544 CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  8. 79a1b5e [Coverage] Build sorted and unique segments by Vedant Kumar · 8 years ago
  9. dde19c5 [Coverage] Add an API to retrive all instantiations of a function (NFC) by Vedant Kumar · 8 years ago
  10. 98cce00 llvm-profdata: Reduce memory usage by using Error callback rather than member by David Blaikie · 8 years ago
  11. 94b98b2 ProfData: Fix some unchecked Errors in unit tests by David Blaikie · 8 years ago
  12. 5b079d8 Simplify InstrProfRecord tests, eliminating named temporaries in favor of braced init args by David Blaikie · 8 years ago
  13. 3fde2d3 Try to appease a buildbot. by Vedant Kumar · 8 years ago
  14. cc34e61 [Coverage] Remove two overloads of CoverageMapping::load. NFC. by Vedant Kumar · 8 years ago
  15. b1d331a [Coverage] PR33517: Check for failure to load func records by Vedant Kumar · 8 years ago
  16. 9417735 Fixed warning: must specify at least one argument for '...' parameter. by Galina Kistanova · 8 years ago
  17. b3f72ea Fix signed/unsigned comparison warning by Simon Pilgrim · 9 years ago
  18. dae11f7 Fix spelling mistakes in Tools/Tests comments. NFC. by Simon Pilgrim · 9 years ago
  19. 743574b [Coverage] Support loading multiple binaries into a CoverageMapping by Vedant Kumar · 9 years ago
  20. 8750e94 [unittests] Remove a redundant test fixture (NFC) by Vedant Kumar · 9 years ago
  21. 1edd169 [unittests] Delete even more copy constructors (NFC) by Vedant Kumar · 9 years ago
  22. b13ed13 [unittests] Delete some copy constructors (NFC) by Vedant Kumar · 9 years ago
  23. 9a4abce [unittest] Pass a reference instead of making a copy (NFC) by Vedant Kumar · 9 years ago
  24. eab3d36 Rename StringMap::emplace_second to try_emplace. by Benjamin Kramer · 9 years ago
  25. 9152fd1 Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  26. 85c973d Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  27. 7cb2fd5 Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  28. 5957375 Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
  29. df41bd8 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  30. 064535c Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  31. ac25219 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
  32. 32a1227 [unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC) by Vedant Kumar · 9 years ago
  33. 27d8dd3 [Coverage] Combine counts of expansion regions if there are no code regions for the same area. by Igor Kudrin · 9 years ago
  34. 9a41691 [ProfileData] Assert NoError in CoverageMappingTest by Vedant Kumar · 9 years ago
  35. dc70712 Move coverage related code into a separate library. by Easwaran Raman · 9 years ago
  36. ed99a96 [Coverage] Restore the correct count value after processing a nested region in case of combined regions. by Igor Kudrin · 9 years ago
  37. 1c14dc4 Reapply "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
  38. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  39. e880a06 Revert "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
  40. 061d496 [Coverage] Prevent detection of false instantiations in case of macro expansion. by Igor Kudrin · 9 years ago
  41. df5a831 [Coverage] Add support for making test data for more than one function. by Igor Kudrin · 9 years ago
  42. e4034e3 [Coverage] Update testing methods to support more than two files by Igor Kudrin · 9 years ago
  43. 43a8565 [Coverage] Strip <unknown> from PGO names if no filenames are available by Vedant Kumar · 10 years ago
  44. 141ed94 [Coverage] Fix the way we load "<unknown>:func" records by Vedant Kumar · 10 years ago
  45. 00dab22 [Profiling] Add a -sparse mode to llvm-profdata merge by Vedant Kumar · 10 years ago
  46. 9e9a057 InstrProf: Support for value profiling in the indexed profile format by Justin Bogner · 10 years ago
  47. 82a6451 InstrProf: Treat functions with a coverage map but no profile as unreached by Justin Bogner · 10 years ago
  48. 0b4c484 InstrProf: Strip filename prefixes from the names we display for coverage by Justin Bogner · 10 years ago
  49. 11ae778 InstrProf: Don't combine expansion regions with code regions by Justin Bogner · 11 years ago
  50. 428c605 InstrProf: Handle unknown functions if they consist only of zero-regions by Justin Bogner · 11 years ago
  51. 1d29c08 InstrProf: Make CoverageMapping testable and add a basic unit test by Justin Bogner · 11 years ago
  52. 9f61520 Re-apply "InstrProf: Use a test fixture in the coverage mapping tests" by Justin Bogner · 11 years ago
  53. 1618543 Reverting r229473; it does not compile with MSVC 2013, and I suspect it was meant to be reverted in r229483. by Aaron Ballman · 11 years ago
  54. f23604d InstrProf: Use a test fixture in the coverage mapping tests by Justin Bogner · 11 years ago
  55. de3dec5 InstrProf: Avoid using std::to_string by Justin Bogner · 11 years ago
  56. 1f92ce6 InstrProf: std::to_string needs to #include <string> by Justin Bogner · 11 years ago
  57. 0cca70a InstrProf: Add some unit tests for CoverageMapping by Justin Bogner · 11 years ago