index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Instrumentation
Age
Commit message (
Expand
)
Author
2012-10-19
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-15
[asan] fix a test
Kostya Serebryany
2012-10-03
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-10-03
tsan: update the test for new atomic enums
Dmitry Vyukov
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-08-21
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...
Kostya Serebryany
2012-08-14
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-07-25
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-20
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...
Kostya Serebryany
2012-07-16
[asan] refactor instrumentation to allow merging the crash callbacks (not ful...
Kostya Serebryany
2012-07-16
Revert r160254 temporarily.
Chandler Carruth
2012-07-16
Teach AddressSanitizer to create basic blocks in a more natural order.
Chandler Carruth
2012-07-16
Add a basic test for AddressSanitizer. This is just a bare-bones
Chandler Carruth
2012-05-30
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-04-27
[tsan] Atomic support for ThreadSanitizer, patch by Dmitry Vyukov
Kostya Serebryany
2012-04-10
[tsan] two more compile-time optimizations:
Kostya Serebryany
2012-04-10
[tsan] compile-time instrumentation: do not instrument a read if
Kostya Serebryany
2012-03-26
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...
Kostya Serebryany
2012-03-12
[asan] move x86-specific test to a separate X86 directory with a custom lit.l...
Kostya Serebryany
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-14
[asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...
Kostya Serebryany
2012-02-13
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-08
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-06
The patch resolves the conflict between AddressSanitizer and load widening (G...
Kostya Serebryany
2012-01-24
[asan] enable asan only for the functions that have Attribute::AddressSafety
Kostya Serebryany
2012-01-04
[asan] one more test for asan instrumentation: (*a)++ should be instrumented ...
Kostya Serebryany
2011-12-16
[asan] add a test for instrumenting globals
Kostya Serebryany
2011-11-23
[asan] do not instrument threadlocal globals, this is buggy
Kostya Serebryany
2011-11-18
[asan] workaround for reg alloc bug 11395: don't instrument functions with la...
Kostya Serebryany
2011-11-17
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-16
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany