summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cov/TestingSupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+2
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-1/+6
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-6/+1
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-1/+6
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-2/+11
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-11/+2
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-2/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-1/+1
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+1
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-151-7/+5
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-131-2/+7
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-7/+0
* [llvm-cov] Use string getters (NFC)Vedant Kumar2016-06-021-2/+3
* [Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin2016-05-181-1/+5
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+6
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-4/+4
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-171-1/+0
* [Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames2014-10-311-1/+1
* llvm-cov: Follow LLVM naming conventionsJustin Bogner2014-10-301-1/+1
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-2/+1
* llvm-cov: add code coverage tool that's based on coverage mapping format and ...Alex Lorenz2014-08-221-0/+92
OpenPOWER on IntegriCloud