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
*
Fixing section name for Darwin platforms for sanitizer coverage
George Karpenkov
2017-06-14
1
-1
/
+1
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-08
1
-9
/
+43
*
Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...
Renato Golin
2017-06-05
1
-43
/
+9
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-03
1
-9
/
+43
*
[sanitizer-coverage] refactor the code to make it easier to add more sections...
Kostya Serebryany
2017-06-02
1
-55
/
+74
*
[sanitizer-coverage] remove stale code (old coverage); llvm part
Kostya Serebryany
2017-05-31
1
-130
/
+10
*
Fix coverage check for full post-dominator basic blocks.
George Karpenkov
2017-05-25
1
-1
/
+4
*
Revert "Disable coverage opt-out for strong postdominator blocks."
George Karpenkov
2017-05-24
1
-2
/
+22
*
Disable coverage opt-out for strong postdominator blocks.
George Karpenkov
2017-05-23
1
-22
/
+2
*
[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...
Kostya Serebryany
2017-05-05
1
-4
/
+7
*
[sanitizer-coverage] remove some more stale code
Kostya Serebryany
2017-04-19
1
-21
/
+5
*
Remove two unused variables (-Werror).
Evgeniy Stepanov
2017-04-19
1
-3
/
+0
*
[sanitizer-coverage] remove stale code
Kostya Serebryany
2017-04-19
1
-66
/
+4
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-16
/
+16
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-16
/
+16
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-16
/
+16
*
Revert "Turn some C-style vararg into variadic templates"
Mehdi Amini
2017-04-06
1
-25
/
+30
*
Turn some C-style vararg into variadic templates
Mehdi Amini
2017-04-06
1
-30
/
+25
*
[sancov] Don't instrument blocks with no insertion point
Reid Kleckner
2017-03-23
1
-0
/
+5
*
[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
[next]