[llvm-commits] Atomic support for ThreadSanitizer

Kostya Serebryany kcc at google.com
Fri Apr 27 00:33:35 PDT 2012


r155698.

On Thu, Apr 26, 2012 at 10:40 AM, Kostya Serebryany <kcc at google.com> wrote:

> Looks great, thanks!
> I'll land it later today unless some one else disagrees.
>
> --kcc
>
>
> On Thu, Apr 26, 2012 at 10:18 AM, Dmitry Vyukov <dvyukov at google.com>wrote:
>
>> 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/20120427/714d0ad1/attachment.html>


More information about the llvm-commits mailing list