index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
/
Memory.inc
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-07-23
Re-committing r76828 with the JIT memory manager changes now that the build
Reid Kleckner
2009-07-23
Reverting r76825 and r76828, since they caused clang runtime errors and some ...
Reid Kleckner
2009-07-23
Make the JIT code emitter properly retry and ask for more memory when it runs
Reid Kleckner
2008-10-20
Update the stub and callback code to handle lazy compilation. The stub
Jim Grosbach
2008-10-04
Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab...
Argyrios Kyrtzidis
2008-03-24
Revert r48676. I had plans for using it, but now it's just dead code.
Owen Anderson
2008-03-22
Add an AllocateRW to match AllocateRWX.
Owen Anderson
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-07-26
Fix the build on win32
Chris Lattner
2006-07-07
Change AllocateRWX/DeallocateRWX to not throw an exception.
Chris Lattner
2005-07-29
support near allocations for the JIT
Andrew Lenharth
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2004-11-16
Remove useless #include.
Reid Spencer
2004-09-15
Patches to make this file actually compile under windows.
Reid Spencer
2004-09-13
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-11
Provide initial implementations of Memory and Process concepts for various
Reid Spencer