summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/Coverage
Commit message (Expand)AuthorAgeFilesLines
* [Coverage] Ignore 'unused' functions with non-zero execution countsVedant Kumar2018-08-071-6/+15
* [Coverage] Delete getCounterMismatches, it's dead code (NFC)Vedant Kumar2018-08-071-5/+0
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-142-9/+10
* [Coverage] Take filenames into account when loading function records.Max Moroz2018-05-081-2/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-013-5/+5
* [ProfileData] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-4/+4
* Remove superfluous copies in sample profiling.Benjamin Kramer2017-12-281-1/+1
* Remove redundant includes from lib/ProfileData.Michael Zolotukhin2017-12-131-8/+0
* [Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar2017-12-071-5/+4
* [Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar2017-11-301-0/+6
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-091-4/+4
* [Coverage] Provide a stable order for getInstantiationGroupsVedant Kumar2017-10-241-1/+2
* [Coverage] Simplify r316141. NFC.Vedant Kumar2017-10-191-3/+3
* [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar2017-10-181-0/+53
* [llvm-cov] Improve error messaging for function mismatchesVedant Kumar2017-09-211-2/+3
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-183-7/+24
* [Coverage] Build sorted and unique segmentsVedant Kumar2017-09-081-46/+138
* [Coverage] Define LineColPair for convenience. NFC.Vedant Kumar2017-09-081-2/+1
* [Coverage] Report errors when reading malformed source regionsVedant Kumar2017-09-083-8/+25
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-021-7/+7
* [llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar2017-08-011-3/+4
* [Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar2017-06-301-12/+0
* [Coverage] Improve readability by using a struct. NFC.Vedant Kumar2017-06-261-22/+20
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-212-12/+11
* [Coverage] PR33517: Check for failure to load func recordsVedant Kumar2017-06-201-0/+3
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-0/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-2/+2
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-151-3/+5
* [Profile] Make host tool aware of object format when quering prof section names Xinliang David Li2017-04-141-11/+10
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-131-3/+7
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-033-53/+104
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* [Coverage] Support loading multiple binaries into a CoverageMappingVedant Kumar2016-10-141-16/+40
* [Coverage] Factor out logic to create FunctionRecords (NFC)Vedant Kumar2016-10-121-40/+45
* [Coverage] Make sorting criteria for CounterMappingRegions local.Igor Kudrin2016-08-311-2/+10
* [Coverage] Mark a few more methods const (NFC)Vedant Kumar2016-07-151-4/+4
* [Coverage] Mark a few methods const (NFC)Vedant Kumar2016-07-131-1/+1
* Revert "[Coverage] Move logic to encode filenames and mappings into llvm (NFC)"Vedant Kumar2016-06-291-49/+8
* Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)"Vedant Kumar2016-06-292-9/+8
* [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)Vedant Kumar2016-06-212-8/+9
* [Coverage] Move logic to encode filenames and mappings into llvm (NFC)Vedant Kumar2016-06-171-8/+49
* [Coverage] Get rid of an input/output parameter (NFC)Vedant Kumar2016-06-171-10/+17
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-2/+2
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* [Coverage] Fix an issue where improper coverage mapping data could be loaded ...Igor Kudrin2016-05-201-18/+88
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-192-152/+168
* [Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin2016-05-181-0/+7
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-162-166/+150
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-162-150/+166
OpenPOWER on IntegriCloud