1. c97ab8f [Coverage] Take filenames into account when loading function records. by Max Moroz · 7 years ago
  2. dea3d88 [Coverage] Scan ahead for the most-recent completed count (PR35495) by Vedant Kumar · 8 years ago
  3. 310bfcc [Coverage] Use the most-recent completed region count (PR35437) by Vedant Kumar · 8 years ago
  4. f361756 [Coverage] Use the wrapped segment when a line has entry segments by Vedant Kumar · 8 years ago
  5. 120c3be [Coverage] Simplify r316141. NFC. by Vedant Kumar · 8 years ago
  6. 2ce33a5 [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. by Vedant Kumar · 8 years ago
  7. 23483f0 CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  8. 33671ba [Coverage] Build sorted and unique segments by Vedant Kumar · 8 years ago
  9. a8dfa81 [Coverage] Add an API to retrive all instantiations of a function (NFC) by Vedant Kumar · 8 years ago
  10. cb16061 llvm-profdata: Reduce memory usage by using Error callback rather than member by David Blaikie · 8 years ago
  11. 8c2dc92 ProfData: Fix some unchecked Errors in unit tests by David Blaikie · 8 years ago
  12. e2f7bf8c Simplify InstrProfRecord tests, eliminating named temporaries in favor of braced init args by David Blaikie · 8 years ago
  13. 461aeca Try to appease a buildbot. by Vedant Kumar · 8 years ago
  14. 1626414 [Coverage] Remove two overloads of CoverageMapping::load. NFC. by Vedant Kumar · 8 years ago
  15. 9f0d281 [Coverage] PR33517: Check for failure to load func records by Vedant Kumar · 8 years ago
  16. 34d05a5 Fixed warning: must specify at least one argument for '...' parameter. by Galina Kistanova · 8 years ago
  17. 892d11d Fix signed/unsigned comparison warning by Simon Pilgrim · 8 years ago
  18. 84354d9 Fix spelling mistakes in Tools/Tests comments. NFC. by Simon Pilgrim · 9 years ago
  19. 20bdbbe [Coverage] Support loading multiple binaries into a CoverageMapping by Vedant Kumar · 9 years ago
  20. 87963ed [unittests] Remove a redundant test fixture (NFC) by Vedant Kumar · 9 years ago
  21. 7c9f5f9 [unittests] Delete even more copy constructors (NFC) by Vedant Kumar · 9 years ago
  22. f466ec4 [unittests] Delete some copy constructors (NFC) by Vedant Kumar · 9 years ago
  23. 3d62534 [unittest] Pass a reference instead of making a copy (NFC) by Vedant Kumar · 9 years ago
  24. b11b352 Rename StringMap::emplace_second to try_emplace. by Benjamin Kramer · 9 years ago
  25. c77570e Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  26. ce4aff9 Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  27. 515ee3e Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  28. 2e531af Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Chandler Carruth · 9 years ago
  29. db1d476 Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  30. 8007bdd Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  31. 5b34ed8 [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC by Vedant Kumar · 9 years ago
  32. 85a1b73 [unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC) by Vedant Kumar · 9 years ago
  33. 68065ba [Coverage] Combine counts of expansion regions if there are no code regions for the same area. by Igor Kudrin · 9 years ago
  34. 78d69af [ProfileData] Assert NoError in CoverageMappingTest by Vedant Kumar · 9 years ago
  35. a96d5370 Move coverage related code into a separate library. by Easwaran Raman · 9 years ago
  36. 3c7ad33 [Coverage] Restore the correct count value after processing a nested region in case of combined regions. by Igor Kudrin · 9 years ago
  37. 66a92f3 Reapply "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
  38. f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  39. 665e18d Revert "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
  40. cfdf5c2 [Coverage] Prevent detection of false instantiations in case of macro expansion. by Igor Kudrin · 9 years ago
  41. e5d4119 [Coverage] Add support for making test data for more than one function. by Igor Kudrin · 9 years ago
  42. 77eb420 [Coverage] Update testing methods to support more than two files by Igor Kudrin · 9 years ago
  43. ab3787a [Coverage] Strip <unknown> from PGO names if no filenames are available by Vedant Kumar · 9 years ago
  44. 9c51ac3 [Coverage] Fix the way we load "<unknown>:func" records by Vedant Kumar · 9 years ago
  45. 0c94d7d [Profiling] Add a -sparse mode to llvm-profdata merge by Vedant Kumar · 10 years ago
  46. c96f87a InstrProf: Support for value profiling in the indexed profile format by Justin Bogner · 10 years ago
  47. 42ab8c0 InstrProf: Treat functions with a coverage map but no profile as unreached by Justin Bogner · 10 years ago
  48. 730ddb6 InstrProf: Strip filename prefixes from the names we display for coverage by Justin Bogner · 10 years ago
  49. 798787c InstrProf: Don't combine expansion regions with code regions by Justin Bogner · 11 years ago
  50. e0eae15 InstrProf: Handle unknown functions if they consist only of zero-regions by Justin Bogner · 11 years ago
  51. 94da968 InstrProf: Make CoverageMapping testable and add a basic unit test by Justin Bogner · 11 years ago
  52. ad295b5 Re-apply "InstrProf: Use a test fixture in the coverage mapping tests" by Justin Bogner · 11 years ago
  53. 93e8e46 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. a6f04a4 InstrProf: Use a test fixture in the coverage mapping tests by Justin Bogner · 11 years ago
  55. 0a45405 InstrProf: Avoid using std::to_string by Justin Bogner · 11 years ago
  56. 341ed28 InstrProf: std::to_string needs to #include <string> by Justin Bogner · 11 years ago
  57. ff96630 InstrProf: Add some unit tests for CoverageMapping by Justin Bogner · 11 years ago