Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't bother dynamic loading the Windows Slim RW Lock API. | Zachary Turner | 2015-05-14 | 1 | -215/+80 |
| | | | | | | | | | | | | This API has been present since XP, and I think it's safe to drop support for XP (since other things have been introduced long ago which already don't work on XP anyway). With this patch, we can statically bind against the exports and not bother falling back to a CRITICAL_SECTION if we can't load the API. llvm-svn: 237402 | ||||
* | Change type of a few members of a struct from unsigned to signed. | Hafiz Abid Qadeer | 2014-03-13 | 1 | -2/+2 |
| | | | | | | | They are used in Windows APIs which expect a signed argument and cause a build failure on Mingw. llvm-svn: 203783 | ||||
* | Remove <windows.h> from lldb-types.h. | Virgile Bello | 2013-09-04 | 1 | -0/+1 |
| | | | | llvm-svn: 189934 | ||||
* | MingW compilation (windows). Includes various refactoring to improve ↵ | Virgile Bello | 2013-08-23 | 1 | -0/+240 |
portability. llvm-svn: 189107 |