[Support] Fix a race initializing a static local in MSVC
[oota-llvm.git] / lib / Support / Windows / Memory.inc
2015-06-11 Reid Kleckner[Support] Fix a race initializing a static local in...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaUsed mapWindowsError. I missed these in the initial...
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2013-10-18 Alp TokerFix a conversion warning in the mingw32 build
2012-12-04 Chandler CarruthAdd a comment about the requirement that the Windows...
2012-12-03 Michael J. SpencerRevert the header sort on this file.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2011-10-15 NAKAMURA TakumiWindows/Memory.inc: Support the ability to allocate...
2011-10-13 Michael J. SpencerSupport/Windows: Add support modifying memory permissio...
2010-11-29 Michael J. SpencerMerge System into Support.