summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/Coverage
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-043-299/+73
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-043-73/+299
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet2019-10-141-2/+2
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-191-1/+1
* [Coverage] Speed up file-based queries for coverage info, NFCVedant Kumar2019-09-161-2/+35
* [Coverage] Assert that filenames in a TU are unique, NFCVedant Kumar2019-09-161-0/+10
* Ignore object files that lack coverage information.James Y Knight2019-08-281-2/+21
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-4/+4
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-4/+4
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-4/+4
* [Coverage] Speculative fix for r363325 for an older compilerVedant Kumar2019-06-141-4/+4
* [Coverage] Load code coverage data from archivesVedant Kumar2019-06-132-71/+136
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-4/+9
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-9/+4
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-4/+9
* Use llvm::stable_sortFangrui Song2019-04-231-9/+8
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-5/+3
* [llvm-cov] Fix llvm-cov on Windows and un-XFAIL testReid Kleckner2019-02-261-1/+18
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-4/+3
* [Coverage] Ignore 'unused' functions with non-zero execution countsVedant Kumar2018-08-071-6/+15
* [Coverage] Delete getCounterMismatches, it's dead code (NFC)Vedant Kumar2018-08-071-5/+0
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-142-9/+10
* [Coverage] Take filenames into account when loading function records.Max Moroz2018-05-081-2/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-013-5/+5
* [ProfileData] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-4/+4
* Remove superfluous copies in sample profiling.Benjamin Kramer2017-12-281-1/+1
* Remove redundant includes from lib/ProfileData.Michael Zolotukhin2017-12-131-8/+0
* [Coverage] Scan ahead for the most-recent completed count (PR35495)Vedant Kumar2017-12-071-5/+4
* [Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar2017-11-301-0/+6
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-091-4/+4
* [Coverage] Provide a stable order for getInstantiationGroupsVedant Kumar2017-10-241-1/+2
* [Coverage] Simplify r316141. NFC.Vedant Kumar2017-10-191-3/+3
* [llvm-cov] Move LineCoverageIterator to libCoverage. NFC.Vedant Kumar2017-10-181-0/+53
* [llvm-cov] Improve error messaging for function mismatchesVedant Kumar2017-09-211-2/+3
* [Coverage] Use gap regions to select better line exec countsVedant Kumar2017-09-183-7/+24
* [Coverage] Build sorted and unique segmentsVedant Kumar2017-09-081-46/+138
* [Coverage] Define LineColPair for convenience. NFC.Vedant Kumar2017-09-081-2/+1
* [Coverage] Report errors when reading malformed source regionsVedant Kumar2017-09-083-8/+25
* [Coverage] Add an API to retrive all instantiations of a function (NFC)Vedant Kumar2017-08-021-7/+7
* [llvm-cov] Allow specifying distinct architectures for each loaded binaryVedant Kumar2017-08-011-3/+4
* [Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar2017-06-301-12/+0
* [Coverage] Improve readability by using a struct. NFC.Vedant Kumar2017-06-261-22/+20
* [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko2017-06-212-12/+11
* [Coverage] PR33517: Check for failure to load func recordsVedant Kumar2017-06-201-0/+3
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-0/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-2/+2
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-151-3/+5
OpenPOWER on IntegriCloud