summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/SanitizerCoverage
Commit message (Expand)AuthorAgeFilesLines
* [SanitizerCoverage] Don't add instrumentation to unreachable blocks.Alexey Samsonov2015-06-301-0/+9
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-292-32/+32
* [sanitizer] experimental tracing for cmp instructionsKostya Serebryany2015-03-211-0/+13
* [sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...Kostya Serebryany2015-03-101-0/+5
* [sanitizer] add nosanitize metadata to more coverage instrumentation instruct...Kostya Serebryany2015-03-051-8/+8
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-3/+19
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-032-24/+24
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-272-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* [sanitizer] fix a test broken by r229940Kostya Serebryany2015-02-201-2/+2
* [sanitizer] add another workaround for PR 17409: when over a threshold emit c...Kostya Serebryany2015-02-041-2/+5
* [sancov] Fix unspecified constructor order between sancov and asan.Evgeniy Stepanov2015-01-271-0/+4
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-142-10/+10
* [asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany2015-01-031-1/+1
* [asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany2014-12-301-1/+1
* [asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany2014-12-233-9/+9
* [sanitizer] prevent function call merging for sanitizer-coverage callbacksKostya Serebryany2014-12-161-0/+4
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-152-52/+52
* [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm partKostya Serebryany2014-12-031-1/+1
* [asan/coverage] change the way asan coverage instrumentation is done: instead...Kostya Serebryany2014-11-243-6/+6
* [asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...Kostya Serebryany2014-11-192-0/+34
* Move asan-coverage into a separate phase.Kostya Serebryany2014-11-113-0/+230
OpenPOWER on IntegriCloud