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