summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Memory.inc
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-1/+1
* [Support][NFC] Make some helper functions "static" in Memory.incBruno Ricci2020-01-091-6/+2
* [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames2019-05-201-7/+7
* [Support] MemoryBlock size should reflect the requested sizeAndrew Ng2019-03-271-3/+4
* Fix SupportTests.exe/AllocationTests/MappedMemoryTest.AllocAndReleaseHuge whe...Alexandre Ganea2019-02-281-3/+3
* [Memory] Add basic support for large/huge memory pagesAlexandre Ganea2019-02-281-18/+54
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames2017-11-161-80/+0
* Add Windows error code and tidy formatting for system errors.Paul Robinson2015-11-231-2/+2
* [Support] Fix a race initializing a static local in MSVCReid Kleckner2015-06-111-1/+9
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-13/+12
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Used mapWindowsError. I missed these in the initial transition.Rafael Espindola2014-06-121-3/+4
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-7/+7
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-1/+1
* Fix a conversion warning in the mingw32 buildAlp Toker2013-10-181-2/+2
* Add a comment about the requirement that the Windows.h header be last.Chandler Carruth2012-12-041-0/+2
* Revert the header sort on this file.Michael J. Spencer2012-12-031-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-191-26/+139
* Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi2011-10-151-2/+7
* Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer2011-10-131-3/+45
* Merge System into Support.Michael J. Spencer2010-11-291-0/+73
OpenPOWER on IntegriCloud