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