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
/
Memory.cpp
Age
Commit message (
Expand
)
Author
2009-09-12
Experimental fix for PR4960.
Daniel Dunbar
2008-11-14
ARM / Mac OS X also wants to invalidate icache after jitting.
Evan Cheng
2008-10-03
On Darwin ARM, memory needs special handling to do JIT. This patch expands
Jim Grosbach
2008-09-18
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-06-25
fix compilation errors in my previous patch
Chris Lattner
2008-06-25
Add a new InvalidateInstructionCache method to sys::Memory.
Chris Lattner
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-07-26
For PR780:
Reid Spencer
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-09
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-09-11
Provide initial implementations of Memory and Process concepts for various
Reid Spencer