[llvm-commits] Atomic support for ThreadSanitizer

Dmitry Vyukov dvyukov at google.com
Wed Apr 25 23:18:48 PDT 2012


Hi,

I would like to ask you to review and land the attached patch.
The patch makes the ThreadSanitizer (data race detection) instrumentation
pass intercept atomic memory accesses and route them into the runtime
library.

http://codereview.appspot.com/6119045/

FTR, the test cases are generated with the following program:
http://snipt.org/uipj9#expand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120426/f8a14e80/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: issue6119045_11001.diff
Type: application/octet-stream
Size: 20916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120426/f8a14e80/attachment.obj>


More information about the llvm-commits mailing list