summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.h
Commit message (Expand)AuthorAgeFilesLines
* tsan: fix compilation with -pedanticDmitry Vyukov2012-12-131-1/+1
* tsan: add __attribute__((visibility("default"))) to interface functionsDmitry Vyukov2012-12-041-62/+68
* tsan: fix macro messDmitry Vyukov2012-11-271-6/+2
* tsan: fix compilation for dead old compilers (why we are supporting them at a...Dmitry Vyukov2012-11-271-0/+12
* tsan: add 128-bit atomic operationsDmitry Vyukov2012-11-271-4/+32
* tsan: add atomic nand operationDmitry Vyukov2012-11-261-0/+9
* tsan: add failure memory order to atomic compare exchange functionsDmitry Vyukov2012-11-231-12/+20
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-091-6/+6
* tsan: add __tsan_atomicX_compare_exchange_val() functionDmitry Vyukov2012-11-091-0/+13
* tsan: add atomic_fetch_sub() and atomic_signal_fence() functionsDmitry Vyukov2012-10-041-0/+10
* tsan: prepare for migration to new memory_order enum values (ABI compatible)Dmitry Vyukov2012-10-031-0/+2
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-131-1/+1
* tsan: add more atomics to public interface (fetch_or/and/xor + 1-,2-byte vers...Dmitry Vyukov2012-05-141-0/+48
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+73
OpenPOWER on IntegriCloud