aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Memory.inc
AgeCommit message (Expand)Author
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