summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interface_atomic.h
Commit message (Expand)AuthorAge
* tsan: fix compilation with -pedanticDmitry Vyukov2012-12-13
* tsan: add __attribute__((visibility("default"))) to interface functionsDmitry Vyukov2012-12-04
* tsan: fix macro messDmitry Vyukov2012-11-27
* tsan: fix compilation for dead old compilers (why we are supporting them at a...Dmitry Vyukov2012-11-27
* tsan: add 128-bit atomic operationsDmitry Vyukov2012-11-27
* tsan: add atomic nand operationDmitry Vyukov2012-11-26
* tsan: add failure memory order to atomic compare exchange functionsDmitry Vyukov2012-11-23
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-09
* tsan: add __tsan_atomicX_compare_exchange_val() functionDmitry Vyukov2012-11-09
* tsan: add atomic_fetch_sub() and atomic_signal_fence() functionsDmitry Vyukov2012-10-04
* tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov2012-10-03
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-13
* tsan: add more atomics to public interface (fetch_or/and/xor + 1-,2-byte vers...Dmitry Vyukov2012-05-14
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10