projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment more than...
[oota-llvm.git]
/
test
/
Instrumentation
/
2013-06-26
Kostya Serebryany
[asan] workaround for PR16277: don't instrument AllocaI...
tree
|
commitdiff
2013-06-26
Kostya Serebryany
[asan] add option -asan-keep-uninstrumented-functions
tree
|
commitdiff
2013-05-31
Evgeniy Stepanov
[msan] Handle mixed track-origins and keep-going settin...
tree
|
commitdiff
2013-05-28
Evgeniy Stepanov
[msan] Fix argument shadow alignment.
tree
|
commitdiff
2013-05-21
Evgeniy Stepanov
[msan] A no-op implementation of VarArg handling.
tree
|
commitdiff
2013-05-16
Evgeniy Stepanov
[msan] Switch TLS globals to initial-exec model.
tree
|
commitdiff
2013-04-11
Benjamin Kramer
Add missing colons to check lines.
tree
|
commitdiff
2013-03-28
Kostya Serebryany
[tsan] make sure memset/memcpy/memmove are not inlined...
tree
|
commitdiff
2013-03-28
David Blaikie
Revert "Adding DIImportedModules to DIScopes."
tree
|
commitdiff
2013-03-27
David Blaikie
Adding DIImportedModules to DIScopes.
tree
|
commitdiff
2013-03-22
Dmitry Vyukov
tsan: fix the test
tree
|
commitdiff
2013-03-22
Dmitry Vyukov
tsan: handle vptr loads specially
tree
|
commitdiff
2013-03-22
Evgeniy Stepanov
Fix llvm::removeUnreachableBlocks to handle unreachable...
tree
|
commitdiff
2013-03-21
David Blaikie
Remove unused field in DISubprogram
tree
|
commitdiff
2013-03-18
Kostya Serebryany
[asan] when creating string constants, set unnamed_attr...
tree
|
commitdiff
2013-03-18
Kostya Serebryany
[asan] don't instrument functions with available_extern...
tree
|
commitdiff
2013-03-17
David Blaikie
Split out filename & directory from DIFile to start...
tree
|
commitdiff
2013-03-14
Alexey Samsonov
[ASan] emit instrumentation for initialization order...
tree
|
commitdiff
2013-03-13
David Blaikie
Remove the unused 4th operand for DIFile debug info...
tree
|
commitdiff
2013-02-28
Evgeniy Stepanov
[msan] Implement sanitize_memory attribute.
tree
|
commitdiff
2013-02-26
Kostya Serebryany
Unify clang/llvm attributes for asan/tsan/msan (LLVM...
tree
|
commitdiff
2013-02-20
Kostya Serebryany
[asan] instrument invoke insns with noreturn attribute...
tree
|
commitdiff
2013-02-19
Kostya Serebryany
[asan] instrument memory accesses with unusual sizes
tree
|
commitdiff
2013-02-18
Kostya Serebryany
[asan] revert r175266 as it breaks code with packed...
tree
|
commitdiff
2013-02-15
Kostya Serebryany
[asan] support long double on 64-bit. See https://code...
tree
|
commitdiff
2013-02-13
Kostya Serebryany
[tsan] disable load widening in ThreadSanitizer mode
tree
|
commitdiff
2013-02-12
Kostya Serebryany
[asan] fix tests for the new ABI
tree
|
commitdiff
2013-01-28
Evgeniy Stepanov
[msan] Mostly disable msan-handle-icmp-exact.
tree
|
commitdiff
2013-01-25
Evgeniy Stepanov
[msan] Implement exact shadow propagation for relationa...
tree
|
commitdiff
2013-01-24
Kostya Serebryany
[asan] adaptive redzones for globals (the larger the...
tree
|
commitdiff
2013-01-22
Evgeniy Stepanov
[msan] Do not insert check on volatile store.
tree
|
commitdiff
2013-01-16
Alexey Samsonov
ASan: wrap mapping scale and offset in a struct and...
tree
|
commitdiff
2013-01-15
Evgeniy Stepanov
[msan] Temporarily remove ICmpEQ tests.
tree
|
commitdiff
2013-01-15
Evgeniy Stepanov
[msan] Fix handling of equality comparison of pointer...
tree
|
commitdiff
2013-01-10
Peter Collingbourne
[msan] Change va_start/va_copy shadow memset alignment...
tree
|
commitdiff
2012-12-27
Alexey Samsonov
[ASan] Fix lifetime intrinsics handling. Now for each...
tree
|
commitdiff
2012-12-26
Evgeniy Stepanov
[msan] Raise alignment of origin stores/loads when...
tree
|
commitdiff
2012-12-25
Evgeniy Stepanov
[msan] Fix handling of vectors of pointers.
tree
|
commitdiff
2012-12-25
Evgeniy Stepanov
[msan] Fix handling of select with vector condition.
tree
|
commitdiff
2012-12-21
Evgeniy Stepanov
[msan] Remove unreachable blocks before instrumenting...
tree
|
commitdiff
2012-12-19
Evgeniy Stepanov
[msan] Heuristically instrument unknown intrinsics.
tree
|
commitdiff
2012-12-14
Evgeniy Stepanov
[msan] Origin stores and loads do not need explicit...
tree
|
commitdiff
2012-12-12
Alexey Samsonov
Improve debug info generated with enabled AddressSanitizer.
tree
|
commitdiff
2012-12-06
Evgeniy Stepanov
[msan] Do not store origin for clean values.
tree
|
commitdiff
2012-12-05
Evgeniy Stepanov
[msan] Instrument bswap intrinsic.
tree
|
commitdiff
2012-12-05
Evgeniy Stepanov
[msan] Change linkage type of __msan_track_origins.
tree
|
commitdiff
2012-12-04
Evgeniy Stepanov
Improve MSan tests.
tree
|
commitdiff
2012-12-04
Alexey Samsonov
ASan: add initial support for handling llvm.lifetime...
tree
|
commitdiff
2012-11-30
Evgeniy Stepanov
[msan] Tests for vector manipulation instructions.
tree
|
commitdiff
2012-11-29
Evgeniy Stepanov
[msan] Propagate shadow through (x<0) and (x>=0) compar...
tree
|
commitdiff
2012-11-29
Evgeniy Stepanov
[msan] Fix shadow & origin store & load alignment.
tree
|
commitdiff
2012-11-29
Evgeniy Stepanov
[msan] Add a test for r168873.
tree
|
commitdiff
2012-11-29
Evgeniy Stepanov
[msan] Update tests (broken in r168873).
tree
|
commitdiff
2012-11-29
Evgeniy Stepanov
Initial commit of MemorySanitizer.
tree
|
commitdiff
2012-11-29
Kostya Serebryany
[asan] when checking the noreturn attribute on the...
tree
|
commitdiff
2012-11-28
Kostya Serebryany
[asan] Split AddressSanitizer into two passes (Function...
tree
|
commitdiff
2012-11-27
Dmitry Vyukov
tsan: instrument atomic nand operation
tree
|
commitdiff
2012-11-26
Dmitry Vyukov
[tsan] add fail order to compare_exchange
tree
|
commitdiff
2012-11-20
Kostya Serebryany
[asan] don't instrument linker-initialized globals...
tree
|
commitdiff
2012-11-20
Kostya Serebryany
[asan] make sure that linker-initialized globals (non...
tree
|
commitdiff
2012-11-09
Dmitry Vyukov
tsan: switch to new memory_order constants (ABI compatible)
tree
|
commitdiff
2012-11-09
Dmitry Vyukov
tsan: instrument all atomics (including fetch_add,...
tree
|
commitdiff
2012-11-01
Kostya Serebryany
[asan] don't instrument globals that we've created...
tree
|
commitdiff
2012-10-19
Kostya Serebryany
[asan] make sure asan erases old unused allocas after...
tree
|
commitdiff
2012-10-15
Kostya Serebryany
[asan] fix a test
tree
|
commitdiff
2012-10-03
Dmitry Vyukov
tsan: update the test for new atomic enums
tree
|
commitdiff
2012-10-03
Dmitry Vyukov
tsan: update the test for new atomic enums
tree
|
commitdiff
2012-09-27
Sylvestre Ledru
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
tree
|
commitdiff
2012-09-27
Sylvestre Ledru
Fix a typo 'iff' => 'if'
tree
|
commitdiff
2012-08-21
Kostya Serebryany
[asan] add code to detect global initialization fiasco...
tree
|
commitdiff
2012-08-14
Kostya Serebryany
[asan] insert crash basic blocks inline as opposed...
tree
|
commitdiff
2012-07-25
Nuno Lopes
revert r160742: it's breaking CMake build
tree
|
commitdiff
2012-07-25
Nuno Lopes
MemoryBuiltins: add support to determine the size of...
tree
|
commitdiff
2012-07-20
Nuno Lopes
baby steps toward fixing some problems with inbound...
tree
|
commitdiff
2012-07-20
Nuno Lopes
move the bounds checking pass to the instrumentation...
tree
|
commitdiff
2012-07-20
Kostya Serebryany
[asan] make sure that the crash callbacks do not get...
tree
|
commitdiff
2012-07-16
Kostya Serebryany
[asan] refactor instrumentation to allow merging the...
tree
|
commitdiff
2012-07-16
Chandler Carruth
Revert r160254 temporarily.
tree
|
commitdiff
2012-07-16
Chandler Carruth
Teach AddressSanitizer to create basic blocks in a...
tree
|
commitdiff
2012-07-16
Chandler Carruth
Add a basic test for AddressSanitizer. This is just...
tree
|
commitdiff
2012-05-30
Kostya Serebryany
[asan] instrument cmpxchg and atomicrmw
tree
|
commitdiff
2012-04-27
Kostya Serebryany
[tsan] Atomic support for ThreadSanitizer, patch by...
tree
|
commitdiff
2012-04-10
Kostya Serebryany
[tsan] two more compile-time optimizations:
tree
|
commitdiff
2012-04-10
Kostya Serebryany
[tsan] compile-time instrumentation: do not instrument...
tree
|
commitdiff
2012-03-26
Kostya Serebryany
[tsan] treat vtable pointer updates in a special way...
tree
|
commitdiff
2012-03-12
Kostya Serebryany
[asan] move x86-specific test to a separate X86 directo...
tree
|
commitdiff
2012-02-16
Eli Bendersky
Replace all instances of dg.exp file with lit.local...
tree
|
commitdiff
2012-02-14
Kostya Serebryany
[asan] fix asan-vs-gvn.ll test (it did not actually...
tree
|
commitdiff
2012-02-13
Kostya Serebryany
ThreadSanitizer, a race detector. First LLVM commit.
tree
|
commitdiff
2012-02-08
Kostya Serebryany
[asan] unpoison the stack before every noreturn call...
tree
|
commitdiff
2012-02-06
Kostya Serebryany
The patch resolves the conflict between AddressSanitize...
tree
|
commitdiff
2012-01-24
Kostya Serebryany
[asan] enable asan only for the functions that have...
tree
|
commitdiff
2012-01-04
Kostya Serebryany
[asan] one more test for asan instrumentation: (*a...
tree
|
commitdiff
2011-12-16
Kostya Serebryany
[asan] add a test for instrumenting globals
tree
|
commitdiff
2011-11-23
Kostya Serebryany
[asan] do not instrument threadlocal globals, this...
tree
|
commitdiff
2011-11-18
Kostya Serebryany
[asan] workaround for reg alloc bug 11395: don't instru...
tree
|
commitdiff
2011-11-17
Kostya Serebryany
fall back to explicit list of allowed linkages when...
tree
|
commitdiff
2011-11-16
Kostya Serebryany
AddressSanitizer, first commit (compiler module only)
tree
|
commitdiff