[llvm-commits] Patch: address space support for memcpy/memmove/memset

Mon Ping Wang wangmp at apple.com
Wed Mar 24 16:01:30 PDT 2010


This is a patch to add support for address spaces for memcpy, memmove, and memset.  I have changed the signature of these functions to be overloaded based on the pointer type.  I have included both the llvm changes and the llvm-gcc-4.2 changes need to support.  Please let me know if I miss something.  I'll check it in a few days.

Thanks,
  -- Mon Ping

-------------- next part --------------
A non-text attachment was scrubbed...
Name: memcpy_space.patch
Type: application/octet-stream
Size: 19753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100324/5b76d832/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: memcpy_space_llvm-gcc-4.2.patch
Type: application/octet-stream
Size: 1438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100324/5b76d832/attachment-0001.obj>


More information about the llvm-commits mailing list