summaryrefslogtreecommitdiff
path: root/test/Instrumentation/ThreadSanitizer
Commit message (Expand)AuthorAge
* [tsan] fix instrumentation of vector vptr updates (https://code.google.com/p/...Kostya Serebryany2013-12-02
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-17
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* 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