aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie1-1/+1
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-1/+1
2021-02-18Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek1-1/+1
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-1/+1
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-2/+14
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar1-5/+29
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-29/+5
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar1-5/+29
2019-12-04Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-26/+5
2019-12-04[Coverage] Revise format to reduce binary sizeVedant Kumar1-5/+26
2019-09-16[Coverage] Assert that filenames in a TU are unique, NFCVedant Kumar1-0/+10
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