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
*
[NewPM][Sancov] Make Sancov a Module Pass instead of 2 Passes
Leonard Chan
2019-09-04
1
-2
/
+2
*
Reland the "[NewPM] Port Sancov" patch from rL365838. No functional
Leonard Chan
2019-07-25
1
-1
/
+3
*
Revert "[NewPM] Port Sancov"
Leonard Chan
2019-07-15
1
-3
/
+1
*
[NewPM] Port Sancov
Leonard Chan
2019-07-11
1
-1
/
+3
*
[sanitizer-coverage] remove stale code (old coverage); llvm part
Kostya Serebryany
2017-05-31
1
-11
/
+0
*
Revert "Fixes for tests for r303698"
George Karpenkov
2017-05-24
1
-4
/
+2
*
Fixes for tests for r303698
George Karpenkov
2017-05-23
1
-2
/
+4
*
[sanitizer-coverage] remove some more stale code
Kostya Serebryany
2017-04-19
1
-12
/
+0
*
[sanitizer-coverage] remove stale code
Kostya Serebryany
2017-04-19
1
-20
/
+0
*
[sancov] using comdat only when it is enabled
Mike Aizatsky
2017-02-08
1
-13
/
+0
*
[sancov] specifying comdat for sancov constructors
Mike Aizatsky
2017-02-08
1
-1
/
+13
*
[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...
Kostya Serebryany
2017-01-24
1
-1
/
+1
*
[sancov] Name the global containing the main source file name
Reid Kleckner
2016-11-16
1
-1
/
+1
*
[sanitizer-coverage] make trace-pc-guard and indirect-call work together
Kostya Serebryany
2016-09-15
1
-0
/
+1
*
[sanitizer-coverage] make sure that calls to __sanitizer_cov_trace_pc are not...
Kostya Serebryany
2016-07-14
1
-5
/
+10
*
[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