summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_atomic_msvc.h
AgeCommit message (Expand)Author
2016-07-06[asan Win64] Implement atomic_compare_exchange_strong for 8 bitEtienne Bergeron
2016-05-27This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron
2015-07-02Re-apply r241217 with build fixes:Peter Collingbourne
2015-07-02Revert r241217, it breaks the build on Windows.Nico Weber
2015-07-02ubsan: Port runtime library to (32- and 64-bit) Windows.Peter Collingbourne
2014-07-07[ASan/Win] Unbreak the build after r211216Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Define 16- and 64-bit versions of atomic_compare_exchange_s...Timur Iskhodzhanov
2014-04-14sanitizer_atomic_msvc.h: add atomic_fetch_{add,sub} overloads for uintptr_tHans Wennborg
2014-03-04tsan: add another missing windows atomic operationDmitry Vyukov
2014-03-04tsan: fix windows buildDmitry Vyukov
2013-05-23[ASan] Rename a atomic_compare_exchange_strong parameter to avoid a compiler ...Timur Iskhodzhanov
2013-03-25[Sanitizer] First effort to implement atomic_compare_exchange for 1-byte vars...Alexey Samsonov
2013-01-14tsan: add the FIXMEDmitry Vyukov
2013-01-09[ASan/Win] Satisfy lintTimur Iskhodzhanov
2013-01-09[ASan/Win] Unbreak the 32-bit RTL buildTimur Iskhodzhanov
2012-12-26[Sanitizer] attempt to fix InterlockedCompareExchangePointer intrinsic on MSVCAlexey Samsonov
2012-08-31tsan: fix windows build (2)Dmitry Vyukov
2012-08-31tsan: fix windows build (1)Dmitry Vyukov
2012-06-29tsan/asan: third try on msvc atomicsDmitry Vyukov
2012-06-29tsan/asan: second attemp on msvc atomicsDmitry Vyukov
2012-06-29tsan/asan: first try on msvc atomicsDmitry Vyukov