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
/
test
/
Instrumentation
/
SanitizerCoverage
/
coverage.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sancov] enabling coverage edge pruning by default.
Mike Aizatsky
2016-04-06
1
-4
/
+2
*
[sancov] save entry block from pruning (it is always full dominator)
Mike Aizatsky
2016-04-01
1
-3
/
+2
*
[sancov] Pruning full dominator blocks from instrumentation.
Mike Aizatsky
2016-02-26
1
-0
/
+9
*
[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...
Kostya Serebryany
2016-02-17
1
-0
/
+6
*
Create llvm.global_ctors in the new format.
Rafael Espindola
2015-12-06
1
-2
/
+2
*
[SanitizerCoverage] Don't add instrumentation to unreachable blocks.
Alexey Samsonov
2015-06-30
1
-0
/
+9
*
[sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...
Kostya Serebryany
2015-03-10
1
-0
/
+5
*
[sanitizer] add nosanitize metadata to more coverage instrumentation instruct...
Kostya Serebryany
2015-03-05
1
-8
/
+8
*
[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...
Kostya Serebryany
2015-03-03
1
-3
/
+19
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-3
/
+3
*
[sanitizer] fix a test broken by r229940
Kostya Serebryany
2015-02-20
1
-2
/
+2
*
[sanitizer] add another workaround for PR 17409: when over a threshold emit c...
Kostya Serebryany
2015-02-04
1
-2
/
+5
*
[sancov] Fix unspecified constructor order between sancov and asan.
Evgeniy Stepanov
2015-01-27
1
-0
/
+4
*
[asan] change _sanitizer_cov_module_init to accept int* instead of int**
Kostya Serebryany
2014-12-30
1
-1
/
+1
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
1
-5
/
+5
*
[sanitizer] prevent function call merging for sanitizer-coverage callbacks
Kostya Serebryany
2014-12-16
1
-0
/
+4
*
[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part
Kostya Serebryany
2014-12-03
1
-1
/
+1
*
[asan/coverage] change the way asan coverage instrumentation is done: instead...
Kostya Serebryany
2014-11-24
1
-2
/
+2
*
[asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...
Kostya Serebryany
2014-11-19
1
-0
/
+1
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
1
-0
/
+88