summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/Coverage
Commit message (Expand)AuthorAgeFilesLines
* [Coverage] Move logic to encode filenames and mappings into llvm (NFC)Vedant Kumar2016-06-171-8/+49
* [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
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* [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-192-152/+168
* [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-162-166/+150
* Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-162-150/+166
* Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2016-05-142-166/+150
* Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-132-150/+166
* Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2016-05-132-164/+149
* [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-132-149/+164
* [Coverage] Combine counts of expansion regions if there are no code regions f...Igor Kudrin2016-05-051-16/+31
* [ProfileData] Propagate an error from InstrProfSymtabVedant Kumar2016-05-031-4/+8
* Move coverage related code into a separate library.Easwaran Raman2016-04-295-0/+1384
OpenPOWER on IntegriCloud