aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/Memory.h
AgeCommit message (Expand)Author
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-07-23Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner
2009-07-23Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner
2009-07-23Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner
2008-10-20Update the stub and callback code to handle lazy compilation. The stubJim Grosbach
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-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
2008-03-24Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson
2008-03-22Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson
2008-03-22Add an AllocateRW to match AllocateRWX.Owen Anderson
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-07-26For PR780:Reid Spencer
2006-07-07Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner
2005-07-29support near allocations for the JITAndrew Lenharth
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-20Wrap long linesReid Spencer
2004-09-13Simplify the sys::Memory interface per Chris' request.Reid Spencer
2004-09-11Initial commit of a file to declare the interface for platform independentReid Spencer