aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Memory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-181-0/+11
* fix compilation errors in my previous patchChris Lattner2008-06-251-4/+5
* Add a new InvalidateInstructionCache method to sys::Memory.Chris Lattner2008-06-251-6/+31
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* For PR780:Reid Spencer2006-07-261-0/+2
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-2/+2
* For PR351:Reid Spencer2004-12-271-1/+7
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-0/+30