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
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
SanitizerCoverage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] change _sanitizer_cov_module_init to accept int* instead of int**
Kostya Serebryany
2014-12-30
1
-18
/
+34
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
1
-12
/
+24
*
[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm part
Kostya Serebryany
2014-12-17
1
-4
/
+2
*
[sanitizer] prevent function call merging for sanitizer-coverage callbacks
Kostya Serebryany
2014-12-16
1
-0
/
+7
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-1
/
+1
*
[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part
Kostya Serebryany
2014-12-03
1
-1
/
+4
*
[asan/coverage] change the way asan coverage instrumentation is done: instead...
Kostya Serebryany
2014-11-24
1
-10
/
+7
*
[asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...
Kostya Serebryany
2014-11-19
1
-6
/
+40
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
1
-3
/
+3
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
1
-0
/
+260