aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-07[Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar1-5/+4
2017-11-30[Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar1-0/+6
2017-11-09[Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar1-4/+4
2017-10-24[Coverage] Provide a stable order for getInstantiationGroupsVedant Kumar1-1/+2
2017-10-19[Coverage] Simplify r316141. NFC.Vedant Kumar1-3/+3
2017-10-18[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar1-0/+53
2017-09-21[llvm-cov] Improve error messaging for function mismatchesVedant Kumar1-2/+3
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar1-5/+9
2017-09-08[Coverage] Build sorted and unique segmentsVedant Kumar1-46/+138
2017-09-08[Coverage] Define LineColPair for convenience. NFC.Vedant Kumar1-2/+1
2017-09-08[Coverage] Report errors when reading malformed source regionsVedant Kumar1-2/+7
2017-08-02[Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar1-7/+7
2017-08-01[llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar1-3/+4
2017-06-30[Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar1-12/+0
2017-06-26[Coverage] Improve readability by using a struct. NFC.Vedant Kumar1-22/+20
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko1-4/+3
2017-06-20[Coverage] PR33517: Check for failure to load func recordsVedant Kumar1-0/+3
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko1-19/+36
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-1/+1
2016-10-14[Coverage] Support loading multiple binaries into a CoverageMappingVedant Kumar1-16/+40
2016-10-12[Coverage] Factor out logic to create FunctionRecords (NFC)Vedant Kumar1-40/+45
2016-07-15[Coverage] Mark a few more methods const (NFC)Vedant Kumar1-4/+4
2016-07-13[Coverage] Mark a few methods const (NFC)Vedant Kumar1-1/+1
2016-06-29Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)"Vedant Kumar1-5/+3
2016-06-21[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)Vedant Kumar1-3/+5
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-36/+50
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar1-50/+36
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-36/+50
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth1-50/+36
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-36/+50
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar1-50/+36
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar1-36/+50
2016-05-05[Coverage] Combine counts of expansion regions if there are no code regions f...Igor Kudrin1-16/+31
2016-04-29Move coverage related code into a separate library.Easwaran Raman1-0/+548