summaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
AgeCommit message (Expand)Author
2021-05-11[llvm-cov] Support for v4 format in convert-for-testingPetr Hosek
2021-04-21[Support] Don't include VirtualFileSystem.h in CommandLine.hNico Weber
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek
2021-02-18Revert "[Coverage] Store compilation dir separately in coverage mapping"Petr Hosek
2021-02-18[Coverage] Store compilation dir separately in coverage mappingPetr Hosek
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps
2020-10-13[llvm-cov] Warn when -arch spec is missing/invalid for universal binary (reland)Vedant Kumar
2020-10-13Revert "[llvm-cov] Warn when -arch spec is missing/invalid for universal binary"Vedant Kumar
2020-10-13[llvm-cov] Warn when -arch spec is missing/invalid for universal binaryVedant Kumar
2020-03-02[Coverage] Collect all function records in an object (D69471 followup)Vedant Kumar
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-12-04Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar
2019-12-04[Coverage] Revise format to reduce binary sizeVedant Kumar
2019-10-14[Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet
2019-09-19[Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar
2019-06-14[Coverage] Speculative fix for r363325 for an older compilerVedant Kumar
2019-06-13[Coverage] Load code coverage data from archivesVedant Kumar
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song
2019-04-07Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song
2019-02-26[llvm-cov] Fix llvm-cov on Windows and un-XFAIL testReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2017-12-13Remove redundant includes from lib/ProfileData.Michael Zolotukhin
2017-09-18[Coverage] Use gap regions to select better line exec countsVedant Kumar
2017-09-08[Coverage] Report errors when reading malformed source regionsVedant Kumar
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar
2017-04-15[ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar
2017-04-14[Profile] Make host tool aware of object format when quering prof section names Xinliang David Li
2017-04-13[Profile] PE binary coverage bug fixXinliang David Li
2017-03-03[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-06-29Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)"Vedant Kumar
2016-06-21[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)Vedant Kumar
2016-06-17[Coverage] Get rid of an input/output parameter (NFC)Vedant Kumar
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-20[Coverage] Fix an issue where improper coverage mapping data could be loaded ...Igor Kudrin
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-18[Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin