aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
AgeCommit message (Expand)AuthorFilesLines
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