aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Memory.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-73/+0
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-231-3/+4
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-4/+3
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-231-3/+4
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-201-2/+9
* Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab...Argyrios Kyrtzidis2008-10-041-0/+8
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-23/+0
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+23
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* For PR797:Reid Spencer2006-08-251-2/+2
* Fix the build on win32Chris Lattner2006-07-261-1/+2
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-071-6/+8
* support near allocations for the JITAndrew Lenharth2005-07-291-1/+3
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove useless #include.Reid Spencer2004-11-161-1/+0
* Patches to make this file actually compile under windows.Reid Spencer2004-09-151-13/+22
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-131-8/+9
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-0/+44