Merging r258386:
[oota-llvm.git] / test / Instrumentation / ThreadSanitizer /
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-06-23 Alexey SamsonovLet llvm::ReplaceInstWithInst copy debug location from...
2015-05-07 Ismail PazarbasiTSan: Use `createSanitizerCtor` to create ctor, and...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-12 Dmitry Vyukovtsan: do not instrument not captured values
2015-01-27 Dmitry Vyukovtsan: properly instrument unaligned accesses
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-05-31 Alexey Samsonov[TSan] Fixup a test case after r209939
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2013-12-05 Kostya Serebryany[tsan] fix PR18146: sometimes a variable written into...
2013-12-02 Kostya Serebryany[tsan] fix instrumentation of vector vptr updates ...
2013-10-17 Dmitry Vyukovtsan: implement no_sanitize_thread attribute
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
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.