[llvm-commits] [PATCHES] Outstanding Win32 patches
Michael Spencer
bigcheesegs at gmail.com
Thu Oct 13 16:18:49 PDT 2011
On Thu, Oct 13, 2011 at 2:00 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
> 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.
This patch causes about 13 test failures for me on Windows 7 x64
compiled with VC++ 2010 targeting 32-bit.
> VProtf.diff -- implements the ability to modify the permissions on
> ranges of memory on Windows.
Committed as r141910.
> 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.
Committed as r141907.
> Thanks!
>
> ~Aaron
>
Thanks for the patches.
- Michael Spencer
More information about the llvm-commits
mailing list