- 413647d [Coverage] Speed up file-based queries for coverage info, NFC by Vedant Kumar · 6 years ago
- f025968 Ignore object files that lack coverage information. by James Y Knight · 6 years ago
- 901d04f [Coverage] Load code coverage data from archives by Vedant Kumar · 6 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
- 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
- 381e9d2 [Coverage] Ignore 'unused' functions with non-zero execution counts by Vedant Kumar · 7 years ago
- e302fc59 [Coverage] Delete getCounterMismatches, it's dead code (NFC) by Vedant Kumar · 7 years ago
- d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
- 0c5b602 [Coverage] Take filenames into account when loading function records. by Max Moroz · 7 years ago
- 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 8547f91 [ProfileData] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
- 24cb28b Remove superfluous copies in sample profiling. by Benjamin Kramer · 8 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
- 7bef6da [Coverage] Provide a stable order for getInstantiationGroups 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
- 18dd9e8 [llvm-cov] Improve error messaging for function mismatches by Vedant Kumar · 8 years ago
- ad8f637 [Coverage] Use gap regions to select better line exec counts by Vedant Kumar · 8 years ago
- 79a1b5e [Coverage] Build sorted and unique segments by Vedant Kumar · 8 years ago
- efcf41b [Coverage] Define LineColPair for convenience. NFC. by Vedant Kumar · 8 years ago
- bae8397 [Coverage] Report errors when reading malformed source regions 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
- 4b102c3 [llvm-cov] Allow specifying distinct architectures for each loaded binary by Vedant Kumar · 8 years ago
- cc34e61 [Coverage] Remove two overloads of CoverageMapping::load. NFC. by Vedant Kumar · 8 years ago
- 71b3d72 [Coverage] Improve readability by using a struct. NFC. by Vedant Kumar · 8 years ago
- 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
- b1d331a [Coverage] PR33517: Check for failure to load func records by Vedant Kumar · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- e78d131 [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 990504e Remove LLVM_NOEXCEPT and replace it with noexcept by Reid Kleckner · 9 years ago
- 743574b [Coverage] Support loading multiple binaries into a CoverageMapping by Vedant Kumar · 9 years ago
- 68216d7 [Coverage] Factor out logic to create FunctionRecords (NFC) by Vedant Kumar · 9 years ago
- f681e2e [Coverage] Mark a few more methods const (NFC) by Vedant Kumar · 9 years ago
- 7fcc547 [Coverage] Mark a few methods const (NFC) by Vedant Kumar · 9 years ago
- a30139d Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)" by Vedant Kumar · 9 years ago
- 7a7f534 [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC) by Vedant Kumar · 9 years ago
- 4718f8b Add FIXMEs to all derived classes of std::error_category. by Peter Collingbourne · 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
- 27d8dd3 [Coverage] Combine counts of expansion regions if there are no code regions for the same area. by Igor Kudrin · 9 years ago
- dc70712 Move coverage related code into a separate library. by Easwaran Raman · 9 years ago[Renamed (99%) from llvm/lib/ProfileData/CoverageMapping.cpp]
- 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
- 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
- c0774e6 [Coverage] Avoid unnecessary copying of std::vector by Igor Kudrin · 9 years ago
- 43a8565 [Coverage] Strip <unknown> from PGO names if no filenames are available by Vedant Kumar · 10 years ago
- 8a5bdb5 Move coveragemap_error enum into coverage namespace and InstrProf.h /NFC by Xinliang David Li · 10 years ago
- 4ec4014 Coverage code refactoring /NFC by Xinliang David Li · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- ebc162a [Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch() by Frederic Riss · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 74f2932 Don't use std::errc. by Rafael Espindola · 10 years ago
- 82a6451 InstrProf: Treat functions with a coverage map but no profile as unreached by Justin Bogner · 10 years ago
- 367a9f2 InstrProf: Give coverage its own errors instead of piggy backing on instrprof by Justin Bogner · 10 years ago
- 0b4c484 InstrProf: Strip filename prefixes from the names we display for coverage by Justin Bogner · 10 years ago
- 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
- 4379535 InstrProf: Teach llvm-cov to handle universal binaries when given -arch by Justin Bogner · 11 years ago
- 43e5163 InstrProf: Simplify the construction of BinaryCoverageReader by Justin Bogner · 11 years ago
- e84891a InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReader by Justin Bogner · 11 years ago
- c4f5a5e Disallow implicit conversions from None to integer types by Justin Bogner · 11 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
- 6cd780f Prefer SmallVector::append/insert over push_back loops. by Benjamin Kramer · 11 years ago
- ab89ed7 InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC) by Justin Bogner · 11 years ago
- 40957cc Fix accidental bit flip. by Benjamin Kramer · 11 years ago
- 71e1eb5 CoverageMapping: Bitvectorize code. No functionality change. by Benjamin Kramer · 11 years ago
- 3c0f124 llvm-cov: Only combine segments if they overlap exactly by Justin Bogner · 11 years ago
- 8c0809c Replace size method call of containers to empty method where appropriate by Alexander Kornienko · 11 years ago
- d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
- d5fca92 llvm-cov: Sink some reporting logic into CoverageMapping by Justin Bogner · 11 years ago
- e12a6ba Eliminate some deep std::vector copies. NFC. by Benjamin Kramer · 11 years ago
- ad69e64 InstrProf: Avoid linear search in a hot loop by Justin Bogner · 11 years ago
- f9535c4 Reapply "InstrProf: Don't keep a large sparse list around just to zero it" by Justin Bogner · 11 years ago
- 70b5c56 Revert "InstrProf: Don't keep a large sparse list around just to zero it" by Justin Bogner · 11 years ago
- d6a9e4b InstrProf: Don't keep a large sparse list around just to zero it by Justin Bogner · 11 years ago
- cb1702d llvm-cov: Use the number of executed functions for the function coverage metric. by Alex Lorenz · 11 years ago
- b35a72a llvm-cov: Combine segments that cover the same location by Justin Bogner · 11 years ago
- 19a93ba llvm-cov: Allow creating CoverageMappings from filenames by Justin Bogner · 11 years ago
- 953e240 llvm-cov: Disentangle the coverage data logic from the display (NFC) by Justin Bogner · 11 years ago
- 3f18834 llvm-cov: Try to appease MSVC after r217404 by Justin Bogner · 11 years ago
- 85b0a03 llvm-cov: Use ErrorOr rather than an error_code* (NFC) by Justin Bogner · 11 years ago
- a422911c Coverage: fix the missing output stream in recursive call to CoverageMappingContext::dump by Alex Lorenz · 11 years ago
- a20a5d5 Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago