[cfe-dev] [PATCH] Support for builtins __sync_fetch_and_nand and __sync_nand_and_fetch

Wesley Peck peckw at wesleypeck.com
Tue Dec 21 14:06:12 PST 2010


Attached is a patch that adds support for the builtin functions __sync_fetch_and_nand and __sync_nand_and_fetch. It lowers the builtins to the associated LLVM intrinsic function.

--
Wesley Peck
University of Kansas
SLDG Laboratory


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20101221/ccd71b76/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang_sync_nand.patch
Type: application/octet-stream
Size: 10311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20101221/ccd71b76/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20101221/ccd71b76/attachment-0001.html>


More information about the cfe-dev mailing list