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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-5
/
+5
*
[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
Mandeep Singh Grang
2016-04-19
2
-2
/
+2
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
2
-6
/
+4
*
[sancov] enabling coverage edge pruning by default.
Mike Aizatsky
2016-04-06
3
-9
/
+2
*
[sancov] save entry block from pruning (it is always full dominator)
Mike Aizatsky
2016-04-01
1
-3
/
+2
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
2
-2
/
+2
*
[libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage...
Kostya Serebryany
2016-02-27
1
-0
/
+1
*
[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
2
-0
/
+15
*
Create llvm.global_ctors in the new format.
Rafael Espindola
2015-12-06
1
-2
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
2
-4
/
+4
*
[sancov] Disable sanitizer coverage on functions using SEH
Reid Kleckner
2015-09-03
1
-6
/
+4
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
2
-2
/
+2
*
[sancov] Leave llvm.localescape in the entry block
Reid Kleckner
2015-08-14
1
-0
/
+88
*
[libFuzzer] don't crash if the condition in a switch has unusual type (e.g. i72)
Kostya Serebryany
2015-08-11
1
-0
/
+24
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
2
-2
/
+2
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
2
-2
/
+2
*
[libFuzzer] trace switch statements and apply mutations based on the expected...
Kostya Serebryany
2015-07-31
1
-0
/
+32
*
[SanitizerCoverage] Don't add instrumentation to unreachable blocks.
Alexey Samsonov
2015-06-30
1
-0
/
+9
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
2
-32
/
+32
*
[sanitizer] experimental tracing for cmp instructions
Kostya Serebryany
2015-03-21
1
-0
/
+13
*
[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
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
2
-24
/
+24
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
2
-4
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-1
/
+1
*
[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
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
2
-10
/
+10
*
[asan] simplify the tracing code, make it use the same guard variables as cov...
Kostya Serebryany
2015-01-03
1
-1
/
+1
*
[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
3
-9
/
+9
*
[sanitizer] prevent function call merging for sanitizer-coverage callbacks
Kostya Serebryany
2014-12-16
1
-0
/
+4
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
2
-52
/
+52
*
[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
3
-6
/
+6
*
[asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...
Kostya Serebryany
2014-11-19
2
-0
/
+34
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
3
-0
/
+230