aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-13Remove redundant includes from lib/ProfileData.Michael Zolotukhin1-8/+0
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar1-2/+14
2017-09-08[Coverage] Report errors when reading malformed source regionsVedant Kumar1-6/+11
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko1-8/+8
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar1-0/+2
2017-04-15[ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar1-3/+5
2017-04-14[Profile] Make host tool aware of object format when quering prof section names Xinliang David Li1-11/+10
2017-04-13[Profile] PE binary coverage bug fixXinliang David Li1-3/+7
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko1-21/+46
2016-11-11Make the Error class constructor protectedMehdi Amini1-1/+1
2016-06-29Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)"Vedant Kumar1-4/+5
2016-06-21[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)Vedant Kumar1-5/+4
2016-06-17[Coverage] Get rid of an input/output parameter (NFC)Vedant Kumar1-10/+17
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-2/+2
2016-05-20[Coverage] Fix an issue where improper coverage mapping data could be loaded ...Igor Kudrin1-18/+88
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-116/+118
2016-05-18[Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin1-0/+7
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar1-116/+114
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-114/+116
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth1-116/+114
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-114/+116
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar1-114/+113
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar1-113/+114
2016-05-03[ProfileData] Propagate an error from InstrProfSymtabVedant Kumar1-4/+8
2016-04-29Move coverage related code into a separate library.Easwaran Raman1-0/+619