summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
Commit message (Expand)AuthorAgeFilesLines
* [asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany2014-12-301-18/+34
* [asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany2014-12-231-12/+24
* [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm partKostya Serebryany2014-12-171-4/+2
* [sanitizer] prevent function call merging for sanitizer-coverage callbacksKostya Serebryany2014-12-161-0/+7
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-1/+1
* [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm partKostya Serebryany2014-12-031-1/+4
* [asan/coverage] change the way asan coverage instrumentation is done: instead...Kostya Serebryany2014-11-241-10/+7
* [asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...Kostya Serebryany2014-11-191-6/+40
* Use nullptr instead of NULL for variadic sentinelsReid Kleckner2014-11-131-3/+3
* Move asan-coverage into a separate phase.Kostya Serebryany2014-11-111-0/+260
OpenPOWER on IntegriCloud