summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Remove redundant includes from lib/ProfileData.Michael Zolotukhin2017-12-131-8/+0
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-181-2/+14
* [Coverage] Report errors when reading malformed source regionsVedant Kumar2017-09-081-6/+11
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-211-8/+8
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-0/+2
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-151-3/+5
* [Profile] Make host tool aware of object format when quering prof section names Xinliang David Li2017-04-141-11/+10
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-131-3/+7
* [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-03-031-21/+46
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)"Vedant Kumar2016-06-291-4/+5
* [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)Vedant Kumar2016-06-211-5/+4
* [Coverage] Get rid of an input/output parameter (NFC)Vedant Kumar2016-06-171-10/+17
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-2/+2
* [Coverage] Fix an issue where improper coverage mapping data could be loaded ...Igor Kudrin2016-05-201-18/+88
* Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-116/+118
* [Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin2016-05-181-0/+7
* Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2016-05-161-116/+114
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-114/+116
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-141-116/+114
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-114/+116
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-131-114/+113
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-113/+114
* [ProfileData] Propagate an error from InstrProfSymtabVedant Kumar2016-05-031-4/+8
* Move coverage related code into a separate library.Easwaran Raman2016-04-291-0/+619
OpenPOWER on IntegriCloud