summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/scripts/sancov.py
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany2017-05-311-1/+1
* sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead.NAKAMURA Takumi2017-02-121-26/+28
* sancov.py: [Py3] Use sys.stdout.buffer for bytes.NAKAMURA Takumi2017-02-111-2/+3
* sancov.py: [Py3] Use bytes.decode() explicitly.NAKAMURA Takumi2017-02-071-1/+1
* sancov.py: [Py3] Use '//' instead of '/' as division operator.NAKAMURA Takumi2017-02-071-3/+5
* [ASAN] Use struct instead of array in sancov.pySagar Thakur2016-04-221-8/+13
* [sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().Sergey Matveev2015-05-121-1/+5
* [sanitizer] Extend sancov.py to show which PCs are missing from coverage.Sergey Matveev2015-05-061-4/+41
* [Sanitizers Coverage] Make sancov.py work with wildcards from Windows CMD shellTimur Iskhodzhanov2015-04-011-6/+13
* [PowerPC]Fix sancov.py to once again support big endianBill Seurer2015-03-251-9/+9
* [sanitizer] fix 'sancov.py merge' and add a test for itKostya Serebryany2015-03-191-9/+11
* [sanitizer] trying to fix sancov.py with 32-bit pythonKostya Serebryany2015-03-191-7/+18
* [sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany2015-03-181-34/+53
* [sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany2015-03-181-3/+6
* [sanitizer] change the format of coverage dump: instead of always dumping 32-...Kostya Serebryany2015-03-171-33/+44
* [sanitizer] Tweak sancov.py output.Evgeniy Stepanov2014-12-251-1/+1
* [sanitizer] sancov.py: print status to stderrEvgeniy Stepanov2014-12-251-1/+1
* [sancov] Handle spaces in module name.Evgeniy Stepanov2014-06-031-2/+1
* [sancov] Remove debug leftovers and update usage text.Evgeniy Stepanov2014-06-021-4/+2
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+61
* [sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev2014-05-191-7/+40
* [asan] helper script to dump/merge coverage dataKostya Serebryany2013-11-151-0/+56
OpenPOWER on IntegriCloud