Merging r259696:
[oota-llvm.git] / test / Instrumentation / ThreadSanitizer / atomic.ll
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-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
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...