summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_atomic.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert r330376 "[sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... i...Hans Wennborg2018-04-201-10/+28
* [sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... into a template. ...Kuba Mracek2018-04-191-28/+10
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-291-0/+5
* tsan: speed up race deduplicationDmitry Vyukov2015-09-031-0/+16
* Use sanitizer_atomic_clang.h with clang-cl instead of the MSVC variantReid Kleckner2015-05-291-1/+1
* asan: fix atomic operations on ARMDmitry Vyukov2014-01-221-1/+2
* [ASan] cmake cleanup: make tab/space padding in CMakeLists consistent, silenc...Alexey Samsonov2012-07-021-1/+1
* tsan/asan: first try on msvc atomicsDmitry Vyukov2012-06-291-99/+7
* tsan/asan: add SpinMutex to sanitizer_commonDmitry Vyukov2012-06-291-0/+4
* tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)Dmitry Vyukov2012-06-291-0/+153