summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep.cc
Commit message (Expand)AuthorAgeFilesLines
...
* [asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany2014-11-141-2/+11
* Fix -Wcast-qual warnings in sanitizersAlexey Samsonov2014-11-131-1/+1
* [Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.Alexey Samsonov2014-11-041-2/+1
* [asan] increase the initial buffer size in caller-callee dumperKostya Serebryany2014-10-311-1/+1
* [asan] run-time part of the caller-callee coverage instrumentationKostya Serebryany2014-10-311-0/+94
* [asan] remove debug printKostya Serebryany2014-09-031-1/+0
* [asan] Fix mmap-ed coverage with coverage=0.Evgeniy Stepanov2014-06-111-2/+2
* [asancov] Faster coverage in memory-mapped mode.Evgeniy Stepanov2014-06-051-6/+6
* [sancov] Handle fork.Evgeniy Stepanov2014-06-041-3/+39
* [sancov] Delay opening dump file until the first module constructor.Evgeniy Stepanov2014-06-031-8/+9
* [sancov] Fix map update logic on Android.Evgeniy Stepanov2014-06-031-0/+6
* [sanitizer] Add coverage_dir flag.Evgeniy Stepanov2014-05-291-10/+13
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+334
OpenPOWER on IntegriCloud