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
*
[sancov] using comdat only when it is enabled
Mike Aizatsky
2017-02-08
1
-3
/
+7
*
[sancov] specifying comdat for sancov constructors
Mike Aizatsky
2017-02-08
1
-1
/
+3
*
[sanitizer coverage] Fix Instrumentation to work on Windows.
Marcos Pividori
2017-02-03
1
-21
/
+29
*
SanitizerCoverage: Support sanitizer guard section on darwin
Justin Bogner
2017-02-01
1
-13
/
+30
*
[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...
Kostya Serebryany
2017-01-24
1
-1
/
+1
*
[sanitizer-coverage] sort the switch cases
Kostya Serebryany
2016-12-27
1
-0
/
+5
*
[sanitizer-coverage] use IRB.SetCurrentDebugLocation after IRB.SetInsertPoint
Kostya Serebryany
2016-12-03
1
-1
/
+1
*
[sancov] Name the global containing the main source file name
Reid Kleckner
2016-11-16
1
-3
/
+3
*
[sanitizer-coverage] make sure asan does not instrument coverage guards (repo...
Kostya Serebryany
2016-11-15
1
-1
/
+1
*
[sancov] Don't instrument MSVC CRT stdio config helpers
Reid Kleckner
2016-11-11
1
-0
/
+5
*
[sanitizer-coverage] use private linkage for coverage guards, delete old comm...
Kostya Serebryany
2016-10-11
1
-12
/
+4
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[sanitizer-coverage/libFuzzer] make the guards for trace-pc 32-bit; create on...
Kostya Serebryany
2016-09-29
1
-64
/
+91
*
[sanitizer-coverage] fix a bug in trace-gep
Kostya Serebryany
2016-09-27
1
-1
/
+1
*
[sanitizer-coverage] don't emit the CTOR function if nothing has been instrum...
Kostya Serebryany
2016-09-27
1
-17
/
+21
*
[sanitizer-coverage] add comdat to coverage guards if needed
Kostya Serebryany
2016-09-20
1
-0
/
+2
*
[libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...
Kostya Serebryany
2016-09-18
1
-7
/
+9
*
[sanitizer-coverage] change trace-pc to use 8-byte guards
Kostya Serebryany
2016-09-17
1
-24
/
+27
*
[sanitizer-coverage] make trace-pc-guard and indirect-call work together
Kostya Serebryany
2016-09-15
1
-1
/
+1
*
[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...
Kostya Serebryany
2016-09-14
1
-2
/
+52
*
[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...
Kostya Serebryany
2016-08-30
1
-6
/
+75
*
[sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_t...
Kostya Serebryany
2016-08-18
1
-8
/
+24
*
[sanitizer-coverage] make sure that calls to __sanitizer_cov_trace_pc are not...
Kostya Serebryany
2016-07-14
1
-1
/
+2
*
[sancov] enabling coverage edge pruning by default.
Mike Aizatsky
2016-04-06
1
-4
/
+4
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-1
/
+1
*
[sancov] save entry block from pruning (it is always full dominator)
Mike Aizatsky
2016-04-01
1
-3
/
+3
*
[sancov] code readability improvement.
Mike Aizatsky
2016-03-23
1
-11
/
+26
*
[sancov] do not instrument nodes that are full pre-dominators
Mike Aizatsky
2016-03-21
1
-10
/
+17
*
[sancov] clang-formatting SanitizerCoverage.cpp and fully pleasing clang-tidy.
Mike Aizatsky
2016-03-18
1
-72
/
+78
*
Revert "Revert "[sancov] specifying sanitizer coverage dependencies.""
Chandler Carruth
2016-03-18
1
-1
/
+7
*
[sancov] Fix the sancov pass to initialize itself inside its
Chandler Carruth
2016-03-18
1
-1
/
+3
*
Revert "[sancov] specifying sanitizer coverage dependencies."
Mike Aizatsky
2016-03-18
1
-7
/
+1
*
[sancov] specifying sanitizer coverage dependencies.
Mike Aizatsky
2016-03-18
1
-1
/
+7
*
Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper
2016-03-11
1
-1
/
+1
*
Revert "[sancov] do not instrument nodes that are full pre-dominators"
Renato Golin
2016-02-27
1
-22
/
+11
*
[sancov] properly initializing pass.
Mike Aizatsky
2016-02-27
1
-1
/
+6
*
[libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage...
Kostya Serebryany
2016-02-27
1
-12
/
+14
*
[sancov] do not instrument nodes that are full pre-dominators
Mike Aizatsky
2016-02-27
1
-11
/
+22
*
[sancov] Pruning full dominator blocks from instrumentation.
Mike Aizatsky
2016-02-26
1
-4
/
+32
*
[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...
Kostya Serebryany
2016-02-17
1
-6
/
+24
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-2
/
+1
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-2
/
+1
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[sanitizer coverage] when adding a bb trace instrumentation, do it instead, n...
Kostya Serebryany
2015-12-02
1
-15
/
+10
*
Instrumentation: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-4
/
+4
*
[sancov] Disable sanitizer coverage on functions using SEH
Reid Kleckner
2015-09-03
1
-0
/
+7
*
[sancov] Fix an unused variable warning introduced in r245067
Justin Bogner
2015-08-14
1
-1
/
+1
*
[sancov] Leave llvm.localescape in the entry block
Reid Kleckner
2015-08-14
1
-8
/
+4
*
[libFuzzer] don't crash if the condition in a switch has unusual type (e.g. i72)
Kostya Serebryany
2015-08-11
1
-0
/
+3
*
[libFuzzer] trace switch statements and apply mutations based on the expected...
Kostya Serebryany
2015-07-31
1
-4
/
+55
[next]