summaryrefslogtreecommitdiffstats
path: root/llvm/tools/sancov/sancov.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-1/+1
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-211-1/+3
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+3
* Revert 374629 "[sancov] Accommodate sancov and coverage report server for use...Vitaly Buka2019-10-121-1/+1
* [sancov] Accommodate sancov and coverage report server for use under WindowsVitaly Buka2019-10-121-1/+1
* [sancov] Use LLVM Support library JSON writer in favor of individual implemen...Vitaly Buka2019-10-121-132/+35
* [sancov][NFC] Make filename Regexes "const"Thomas Preud'homme2019-09-271-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* [sancov] Ignore PC samples with value 0Petr Hosek2019-07-111-1/+5
* [sancov] Avoid unnecessary unique_ptrFangrui Song2019-06-241-12/+10
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-3/+3
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-3/+3
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-3/+3
* Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song2019-04-071-2/+1
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-5/+21
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sancov] Generalize the code to get the previous instruction to multiple arch...George Karpenkov2018-10-101-1/+14
* Rename sancov.cc to sancov.cppNico Weber2018-04-251-0/+1261
OpenPOWER on IntegriCloud