summaryrefslogtreecommitdiff
path: root/lib/System/Unix/Memory.inc
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-23
* Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar2009-04-20
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-20
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-03
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-18
* AllocateRWXMemory -> AllocateRWX.Evan Cheng2008-09-16
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-24
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-22
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-22
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* For PR797:Reid Spencer2006-08-23
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-07
* support near allocations for the JITAndrew Lenharth2005-07-29
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* For PR351:Reid Spencer2004-12-27
* Provide a generic Unix implementation of the Memory concept.Reid Spencer2004-09-11