aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+60
* [msan] Do not store origin for clean values.Evgeniy Stepanov2012-12-061-0/+26
* [msan] Instrument bswap intrinsic.Evgeniy Stepanov2012-12-051-0/+16
* [msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov2012-12-051-0/+3
* Improve MSan tests.Evgeniy Stepanov2012-12-041-54/+60
* ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...Alexey Samsonov2012-12-041-0/+61
* [msan] Tests for vector manipulation instructions.Evgeniy Stepanov2012-11-301-0/+37
* [msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov2012-11-291-0/+47
* [msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov2012-11-291-0/+25
* [msan] Add a test for r168873.Evgeniy Stepanov2012-11-291-0/+2
* [msan] Update tests (broken in r168873).Evgeniy Stepanov2012-11-291-5/+3
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-292-0/+236
* [asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany2012-11-291-2/+13
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-282-2/+2
* tsan: instrument atomic nand operationDmitry Vyukov2012-11-271-0/+200
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-261-25/+25
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-201-1/+23
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-201-1/+20
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-091-223/+223
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-091-0/+1464
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-011-0/+19
* [asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany2012-10-191-0/+20
* [asan] fix a testKostya Serebryany2012-10-151-1/+1
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-031-80/+80
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-031-40/+40
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* [asan] add code to detect global initialization fiasco in C/C++. The sub-pass...Kostya Serebryany2012-08-211-0/+36
* [asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany2012-08-141-10/+8
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-251-31/+0
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-251-0/+31
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-201-0/+10
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-204-0/+187
* [asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany2012-07-201-18/+19
* [asan] refactor instrumentation to allow merging the crash callbacks (not ful...Kostya Serebryany2012-07-161-6/+8
* Revert r160254 temporarily.Chandler Carruth2012-07-161-10/+12
* Teach AddressSanitizer to create basic blocks in a more natural order.Chandler Carruth2012-07-161-12/+10
* Add a basic test for AddressSanitizer. This is just a bare-bonesChandler Carruth2012-07-161-0/+70
* [asan] instrument cmpxchg and atomicrmwKostya Serebryany2012-05-301-0/+22
* [tsan] Atomic support for ThreadSanitizer, patch by Dmitry VyukovKostya Serebryany2012-04-271-0/+323
* [tsan] two more compile-time optimizations:Kostya Serebryany2012-04-101-0/+61
* [tsan] compile-time instrumentation: do not instrument a read ifKostya Serebryany2012-04-101-0/+32
* [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2012-03-262-0/+14
* [asan] move x86-specific test to a separate X86 directory with a custom lit.l...Kostya Serebryany2012-03-122-0/+13
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-163-6/+1
* [asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...Kostya Serebryany2012-02-141-4/+17
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-132-0/+25
* [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany2012-02-081-0/+17
* The patch resolves the conflict between AddressSanitizer and load widening (G...Kostya Serebryany2012-02-061-0/+43
* [asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany2012-01-243-4/+4