summaryrefslogtreecommitdiff
path: root/test/Instrumentation
AgeCommit message (Expand)AuthorFilesLines
2012-04-10[tsan] two more compile-time optimizations:Kostya Serebryany1-0/+61
2012-04-10[tsan] compile-time instrumentation: do not instrument a read ifKostya Serebryany1-0/+32
2012-03-26[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2-0/+14
2012-03-12[asan] move x86-specific test to a separate X86 directory with a custom lit.l...Kostya Serebryany2-0/+13
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky3-6/+1
2012-02-14[asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...Kostya Serebryany1-4/+17
2012-02-13ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2-0/+25
2012-02-08[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany1-0/+17
2012-02-06The patch resolves the conflict between AddressSanitizer and load widening (G...Kostya Serebryany1-0/+43
2012-01-24[asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany3-4/+4
2012-01-04[asan] one more test for asan instrumentation: (*a)++ should be instrumented ...Kostya Serebryany1-0/+25
2011-12-16[asan] add a test for instrumenting globalsKostya Serebryany1-0/+20
2011-11-23[asan] do not instrument threadlocal globals, this is buggyKostya Serebryany1-0/+6
2011-11-18[asan] workaround for reg alloc bug 11395: don't instrument functions with la...Kostya Serebryany1-0/+71
2011-11-17fall back to explicit list of allowed linkages when instrumenting globals in ...Kostya Serebryany1-0/+6
2011-11-16AddressSanitizer, first commit (compiler module only)Kostya Serebryany2-0/+17