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] 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
*
[SanitizerCoverage] Don't add instrumentation to unreachable blocks.
Alexey Samsonov
2015-06-30
1
-0
/
+7
*
[SanitizerCoverage] Use llvm::getDISubprogram() to get location of the entry ...
Alexey Samsonov
2015-06-12
1
-3
/
+9
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-8
/
+8
*
SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call init
Ismail Pazarbasi
2015-05-10
1
-20
/
+13
*
Delete unused createSanitizerCoverageModulePass overload.
Alexey Samsonov
2015-05-07
1
-3
/
+0
*
Revert "SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call ...
Ismail Pazarbasi
2015-05-07
1
-11
/
+16
*
SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call init
Ismail Pazarbasi
2015-05-07
1
-16
/
+11
*
[SanitizerCoverage] Introduce SanitizerCoverageOptions struct.
Alexey Samsonov
2015-05-07
1
-30
/
+68
*
[SanitizerCoverage] Fix a couple of typos. NFC.
Alexey Samsonov
2015-05-06
1
-7
/
+7
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Move `checkInterfaceFunction` to ModuleUtils
Ismail Pazarbasi
2015-04-06
1
-20
/
+12
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-2
/
+2
*
[sanitizer] experimental tracing for cmp instructions
Kostya Serebryany
2015-03-21
1
-13
/
+50
*
SanitizerCoverage: Check for null DebugLocs
Duncan P. N. Exon Smith
2015-03-20
1
-2
/
+3
*
[sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...
Kostya Serebryany
2015-03-10
1
-7
/
+10
*
[sanitizer] decrease sanitizer-coverage-block-threshold from 1000 to 500 as a...
Kostya Serebryany
2015-03-10
1
-1
/
+1
*
[sanitizer] add nosanitize metadata to more coverage instrumentation instruct...
Kostya Serebryany
2015-03-05
1
-4
/
+12
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-6
/
+2
*
[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...
Kostya Serebryany
2015-03-03
1
-7
/
+55
*
[sanitizer] when dumping the basic block trace, also dump the module names. P...
Kostya Serebryany
2015-02-20
1
-3
/
+12
*
[sanitizer] add another workaround for PR 17409: when over a threshold emit c...
Kostya Serebryany
2015-02-04
1
-24
/
+32
*
[sancov] Fix unspecified constructor order between sancov and asan.
Evgeniy Stepanov
2015-01-27
1
-1
/
+1
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
1
-1
/
+1
[next]