aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation/ThreadSanitizer
Commit message (Expand)AuthorAgeFilesLines
* tsan: instrument atomic nand operationDmitry Vyukov2012-11-271-0/+200
* [tsan] add fail order to compare_exchangeDmitry Vyukov2012-11-261-25/+25
* 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
* 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
* [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
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-161-3/+0
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-132-0/+25