[asan] fix debug info produced for asan-coverage=2
[oota-llvm.git] / test / Instrumentation / ThreadSanitizer / atomic.ll
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...