aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-26Reland: [llvm-cov] Look up object files using debuginfodDaniel Thornburgh1-5/+14
2023-01-25Revert "[llvm-cov] Look up object files using debuginfod"Douglas Yung1-14/+5
2023-01-25[llvm-cov] Look up object files using debuginfodDaniel Thornburgh1-5/+14
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-12[ProfileData] llvm::Optional => std::optionalFangrui Song1-7/+7
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-09-17[Support] Rename llvm::compression::{zlib,zstd}::uncompress to more appropria...Fangrui Song1-1/+1
2022-07-13[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song1-5/+5
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane1-3/+3
2022-06-28[CoverageMapping] Remove dots from paths inside the profilePetr Hosek1-1/+2
2022-06-27Revert "[CoverageMapping] Remove dots from paths inside the profile"Petr Hosek1-2/+1
2022-06-27[CoverageMapping] Remove dots from paths inside the profilePetr Hosek1-1/+2
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-0/+1
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski1-1/+0
2021-11-09[compiler-rt] Add more diagnostic to InstrProfErrorGulfem Savrun Yeniceri1-1/+2
2021-06-25[llvm-cov] Enforce alignment of function recordsserge-sans-paille1-12/+42
2021-05-11[Coverage] Support overriding compilation directoryPetr Hosek1-30/+42
2021-05-11[llvm-cov] Support for v4 format in convert-for-testingPetr Hosek1-7/+34
2021-04-21[Support] Don't include VirtualFileSystem.h in CommandLine.hNico Weber1-1/+2
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-41/+54
2021-02-18Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek1-54/+41
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek1-41/+54
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-6/+30
2020-10-13[llvm-cov] Warn when -arch spec is missing/invalid for universal binary (reland)Vedant Kumar1-0/+17
2020-10-13Revert "[llvm-cov] Warn when -arch spec is missing/invalid for universal binary"Vedant Kumar1-16/+0
2020-10-13[llvm-cov] Warn when -arch spec is missing/invalid for universal binaryVedant Kumar1-0/+16
2020-03-02[Coverage] Collect all function records in an object (D69471 followup)Vedant Kumar1-27/+45
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar1-68/+271
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-271/+68
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar1-68/+271
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-21/+21
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-21/+21
2019-12-04Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-271/+68
2019-12-04[Coverage] Revise format to reduce binary sizeVedant Kumar1-68/+271
2019-10-14[Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet1-2/+2
2019-09-19[Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-4/+4
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-4/+4
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-4/+4
2019-06-14[Coverage] Speculative fix for r363325 for an older compilerVedant Kumar1-4/+4
2019-06-13[Coverage] Load code coverage data from archivesVedant Kumar1-67/+129
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song1-4/+9
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg1-9/+4
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song1-4/+9
2019-04-07Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song1-5/+3
2019-02-26[llvm-cov] Fix llvm-cov on Windows and un-XFAIL testReid Kleckner1-1/+18
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-1/+1