aboutsummaryrefslogtreecommitdiff
path: root/test/Instrumentation/ThreadSanitizer
AgeCommit message (Expand)Author
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-13[tsan] disable load widening in ThreadSanitizer modeKostya Serebryany
2012-11-27tsan: instrument atomic nand operationDmitry Vyukov
2012-11-26[tsan] add fail order to compare_exchangeDmitry Vyukov
2012-11-09tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov
2012-11-09tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov
2012-10-03tsan: update the test for new atomic enumsDmitry Vyukov
2012-10-03tsan: update the test for new atomic enumsDmitry Vyukov
2012-04-27[tsan] Atomic support for ThreadSanitizer, patch by Dmitry VyukovKostya Serebryany
2012-04-10[tsan] two more compile-time optimizations:Kostya Serebryany
2012-04-10[tsan] compile-time instrumentation: do not instrument a read ifKostya Serebryany
2012-03-26[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-02-13ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany