[llvm-commits] [PATCHES] Outstanding Win32 patches
Aaron Ballman
aaron at aaronballman.com
Thu Oct 13 14:00:20 PDT 2011
These are all patches I've submitted (and some have been previously
reviewed) over the past few months that haven't gotten in yet.
Hopefully there will be a bit of time to double-check them and commit
if appropriate.
NearBlock.diff -- takes care of a FIXME for supporting the ability to
allocate memory "near" another block of memory on Windows.
VProtf.diff -- implements the ability to modify the permissions on
ranges of memory on Windows.
RWMutex.diff -- takes care of a FIXME for supporting reader/writer
locks on Windows. This uses the built-in functionality that's
available on Vista and up, but falls back on the previous
implementation (using vanilla critical sections) if the reader/writer
locks are unavailable.
Thanks!
~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NearBlock.diff
Type: application/octet-stream
Size: 950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111013/743f02ac/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RWMutex.diff
Type: application/octet-stream
Size: 4339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111013/743f02ac/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: VProt.diff
Type: application/octet-stream
Size: 1961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111013/743f02ac/attachment-0002.obj>
More information about the llvm-commits
mailing list