DataFlowSanitizer: correctly combine labels in the case where they are equal.
[oota-llvm.git] / test / Instrumentation / ThreadSanitizer /
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-04-11 Benjamin KramerAdd missing colons to check lines.
2013-03-28 Kostya Serebryany[tsan] make sure memset/memcpy/memmove are not inlined...
2013-03-22 Dmitry Vyukovtsan: fix the test
2013-03-22 Dmitry Vyukovtsan: handle vptr loads specially
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-13 Kostya Serebryany[tsan] disable load widening in ThreadSanitizer mode
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-26 Dmitry Vyukov[tsan] add fail order to compare_exchange
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Dmitry Vyukovtsan: instrument all atomics (including fetch_add,...
2012-10-03 Dmitry Vyukovtsan: update the test for new atomic enums
2012-10-03 Dmitry Vyukovtsan: update the test for new atomic enums
2012-04-27 Kostya Serebryany[tsan] Atomic support for ThreadSanitizer, patch by...
2012-04-10 Kostya Serebryany[tsan] two more compile-time optimizations:
2012-04-10 Kostya Serebryany[tsan] compile-time instrumentation: do not instrument...
2012-03-26 Kostya Serebryany[tsan] treat vtable pointer updates in a special way...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.