summaryrefslogtreecommitdiff
path: root/test/Instrumentation
Commit message (Expand)AuthorAge
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-26
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-20
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-20
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-09
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-09
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-01
* [asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany2012-10-19
* [asan] fix a testKostya Serebryany2012-10-15
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-03
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* [asan] add code to detect global initialization fiasco in C/C++. The sub-pass...Kostya Serebryany2012-08-21
* [asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany2012-08-14
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-25
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-25
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-20
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20
* [asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany2012-07-20
* [asan] refactor instrumentation to allow merging the crash callbacks (not ful...Kostya Serebryany2012-07-16
* Revert r160254 temporarily.Chandler Carruth2012-07-16
* Teach AddressSanitizer to create basic blocks in a more natural order.Chandler Carruth2012-07-16
* Add a basic test for AddressSanitizer. This is just a bare-bonesChandler Carruth2012-07-16
* [asan] instrument cmpxchg and atomicrmwKostya Serebryany2012-05-30
* [tsan] Atomic support for ThreadSanitizer, patch by Dmitry VyukovKostya Serebryany2012-04-27
* [tsan] two more compile-time optimizations:Kostya Serebryany2012-04-10
* [tsan] compile-time instrumentation: do not instrument a read ifKostya Serebryany2012-04-10
* [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2012-03-26
* [asan] move x86-specific test to a separate X86 directory with a custom lit.l...Kostya Serebryany2012-03-12
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* [asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...Kostya Serebryany2012-02-14
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-13
* [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany2012-02-08
* The patch resolves the conflict between AddressSanitizer and load widening (G...Kostya Serebryany2012-02-06
* [asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany2012-01-24
* [asan] one more test for asan instrumentation: (*a)++ should be instrumented ...Kostya Serebryany2012-01-04
* [asan] add a test for instrumenting globalsKostya Serebryany2011-12-16
* [asan] do not instrument threadlocal globals, this is buggyKostya Serebryany2011-11-23
* [asan] workaround for reg alloc bug 11395: don't instrument functions with la...Kostya Serebryany2011-11-18
* fall back to explicit list of allowed linkages when instrumenting globals in ...Kostya Serebryany2011-11-17
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-16