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
*
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
*
[asan] simplify the tracing code, make it use the same guard variables as cov...
Kostya Serebryany
2015-01-03
1
-25
/
+12
*
[asan] change _sanitizer_cov_module_init to accept int* instead of int**
Kostya Serebryany
2014-12-30
1
-18
/
+34
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
1
-12
/
+24
*
[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm part
Kostya Serebryany
2014-12-17
1
-4
/
+2
*
[sanitizer] prevent function call merging for sanitizer-coverage callbacks
Kostya Serebryany
2014-12-16
1
-0
/
+7
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-1
/
+1
*
[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part
Kostya Serebryany
2014-12-03
1
-1
/
+4
*
[asan/coverage] change the way asan coverage instrumentation is done: instead...
Kostya Serebryany
2014-11-24
1
-10
/
+7
*
[asan] add experimental basic-block tracing to asan-coverage; also fix -fsani...
Kostya Serebryany
2014-11-19
1
-6
/
+40
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
1
-3
/
+3
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
1
-0
/
+260