Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bc041b82d44b51a3b7da79c38e4052e28ff8011c
/
llvm
/
lib
/
ProfileData
/
Coverage
/
CoverageMapping.cpp
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
· 10 years ago
e880a06
Revert "[Coverage] Prevent detection of false instantiations in case of macro expansion."
by Igor Kudrin
· 10 years ago
061d496
[Coverage] Prevent detection of false instantiations in case of macro expansion.
by Igor Kudrin
· 10 years ago
c0774e6
[Coverage] Avoid unnecessary copying of std::vector
by Igor Kudrin
· 10 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