index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
sanitizer_common
/
scripts
/
sancov.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer-coverage] remove stale code (old coverage); compiler-rt part
Kostya Serebryany
2017-05-31
1
-1
/
+1
*
sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead.
NAKAMURA Takumi
2017-02-12
1
-26
/
+28
*
sancov.py: [Py3] Use sys.stdout.buffer for bytes.
NAKAMURA Takumi
2017-02-11
1
-2
/
+3
*
sancov.py: [Py3] Use bytes.decode() explicitly.
NAKAMURA Takumi
2017-02-07
1
-1
/
+1
*
sancov.py: [Py3] Use '//' instead of '/' as division operator.
NAKAMURA Takumi
2017-02-07
1
-3
/
+5
*
[ASAN] Use struct instead of array in sancov.py
Sagar Thakur
2016-04-22
1
-8
/
+13
*
[sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().
Sergey Matveev
2015-05-12
1
-1
/
+5
*
[sanitizer] Extend sancov.py to show which PCs are missing from coverage.
Sergey Matveev
2015-05-06
1
-4
/
+41
*
[Sanitizers Coverage] Make sancov.py work with wildcards from Windows CMD shell
Timur Iskhodzhanov
2015-04-01
1
-6
/
+13
*
[PowerPC]Fix sancov.py to once again support big endian
Bill Seurer
2015-03-25
1
-9
/
+9
*
[sanitizer] fix 'sancov.py merge' and add a test for it
Kostya Serebryany
2015-03-19
1
-9
/
+11
*
[sanitizer] trying to fix sancov.py with 32-bit python
Kostya Serebryany
2015-03-19
1
-7
/
+18
*
[sanitizer] change the sanitizer coverage format once again, this time adding...
Kostya Serebryany
2015-03-18
1
-34
/
+53
*
[sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...
Kostya Serebryany
2015-03-18
1
-3
/
+6
*
[sanitizer] change the format of coverage dump: instead of always dumping 32-...
Kostya Serebryany
2015-03-17
1
-33
/
+44
*
[sanitizer] Tweak sancov.py output.
Evgeniy Stepanov
2014-12-25
1
-1
/
+1
*
[sanitizer] sancov.py: print status to stderr
Evgeniy Stepanov
2014-12-25
1
-1
/
+1
*
[sancov] Handle spaces in module name.
Evgeniy Stepanov
2014-06-03
1
-2
/
+1
*
[sancov] Remove debug leftovers and update usage text.
Evgeniy Stepanov
2014-06-02
1
-4
/
+2
*
[asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
2014-05-27
1
-0
/
+61
*
[sanitizer] Support sandboxing in sanitizer coverage.
Sergey Matveev
2014-05-19
1
-7
/
+40
*
[asan] helper script to dump/merge coverage data
Kostya Serebryany
2013-11-15
1
-0
/
+56