summaryrefslogtreecommitdiff
path: root/include/sanitizer/coverage_interface.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Make function declarations C-compatiblePetr Hosek2017-12-211-2/+2
* [sancov] Implement __sanitizer_cov_reset.Evgeniy Stepanov2017-07-271-2/+5
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-2/+0
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-011-4/+0
* [sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany2017-05-311-3/+0
* [sanitizer-coverage] remove more unused codeKostya Serebryany2017-04-191-8/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany2017-04-191-2/+0
* [sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany2017-04-191-19/+0
* [sancov] __sanitizer_dump_coverage apiMike Aizatsky2016-12-121-0/+5
* [sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany2016-10-041-8/+0
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-051-7/+9
* [sancov] coverage pc bufferMike Aizatsky2016-01-051-0/+7
* [sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairsKostya Serebryany2015-10-221-1/+3
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-0/+17
* [sanitizer] move the coverage interface into a separate header, <sanitizer/co...Kostya Serebryany2015-02-031-0/+46