index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-03-15
Tell Valgrind when we modify already-executed machine code so it knows
Jeffrey Yasskin
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