aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-23Use llvm::stable_sortFangrui Song1-9/+8
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-3/+3
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar1-0/+1
2017-09-08[Coverage] Report errors when reading malformed source regionsVedant Kumar1-0/+7
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-13/+22
2016-08-31[Coverage] Make sorting criteria for CounterMappingRegions local.Igor Kudrin1-2/+10
2016-06-29Revert "[Coverage] Move logic to encode filenames and mappings into llvm (NFC)"Vedant Kumar1-49/+8
2016-06-17[Coverage] Move logic to encode filenames and mappings into llvm (NFC)Vedant Kumar1-8/+49
2016-04-29Move coverage related code into a separate library.Easwaran Raman1-0/+183