aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Memory.inc
AgeCommit message (Expand)Author
2008-10-20Update the stub and callback code to handle lazy compilation. The stubJim Grosbach
2008-10-04Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab...Argyrios Kyrtzidis
2008-03-24Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson
2008-03-22Add an AllocateRW to match AllocateRWX.Owen Anderson
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-08-25For PR797:Reid Spencer
2006-07-26Fix the build on win32Chris Lattner
2006-07-07Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner
2005-07-29support near allocations for the JITAndrew Lenharth
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2004-11-16Remove useless #include.Reid Spencer
2004-09-15Patches to make this file actually compile under windows.Reid Spencer
2004-09-13Simplify the sys::Memory interface per Chris' request.Reid Spencer
2004-09-11Provide initial implementations of Memory and Process concepts for variousReid Spencer