aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation/ThreadSanitizer
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-099-49/+49
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-235-9/+243
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-242-25/+52
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-176-10/+46
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-273-10/+8
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Add missing colons to check lines.Benjamin Kramer2013-04-111-1/+1
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-281-0/+33
* tsan: fix the testDmitry Vyukov2013-03-221-1/+1
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-221-0/+13
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-2/+2
* [tsan] disable load widening in ThreadSanitizer modeKostya Serebryany2013-02-131-0/+26
* 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