[PATCH] D47107: release sequence now can be blocked

Yorov Sobir via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 19 10:59:20 PDT 2018


YorovSobir created this revision.
Herald added subscribers: Sanitizers, llvm-commits, delcypher, mgorny, kubamracek.

fixed bug in atomicStore

fixed bug while relaxed store

impl fence synchronization

add tests


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47107

Files:
  lib/tsan/rtl/tsan_clock.cc
  lib/tsan/rtl/tsan_clock.h
  lib/tsan/rtl/tsan_interface_atomic.cc
  lib/tsan/rtl/tsan_rtl.h
  lib/tsan/rtl/tsan_rtl_mutex.cc
  test/CMakeLists.txt
  test/tsan/atomic_release_sequence_blocking.cpp
  test/tsan/fence_norace.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47107.147669.patch
Type: text/x-patch
Size: 17937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180519/0aa0838c/attachment.bin>


More information about the llvm-commits mailing list