summaryrefslogtreecommitdiff
path: root/test/Instrumentation/ThreadSanitizer
Commit message (Expand)AuthorAge
* Add missing colons to check lines.Benjamin Kramer2013-04-11
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-28
* tsan: fix the testDmitry Vyukov2013-03-22
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-22
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* [tsan] disable load widening in ThreadSanitizer modeKostya Serebryany2013-02-13
* tsan: instrument atomic nand operationDmitry Vyukov2012-11-27
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-26
* 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
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-03
* tsan: update the test for new atomic enumsDmitry Vyukov2012-10-03
* [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
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-13