summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Memory.inc
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Used mapWindowsError. I missed these in the initial transition.Rafael Espindola2014-06-12
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* Fix a conversion warning in the mingw32 buildAlp Toker2013-10-18
* Add a comment about the requirement that the Windows.h header be last.Chandler Carruth2012-12-04
* Revert the header sort on this file.Michael J. Spencer2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-19
* Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi2011-10-15
* Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer2011-10-13
* Merge System into Support.Michael J. Spencer2010-11-29