[llvm-commits] [PATCHES] Outstanding Win32 patches

Aaron Ballman aaron at aaronballman.com
Thu Oct 13 19:42:31 PDT 2011


On Thu, Oct 13, 2011 at 6:18 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> 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.

Thank you for noticing that!  I'll look into it.

>> 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




More information about the llvm-commits mailing list