aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Memory.inc
Commit message (Expand)AuthorAgeFilesLines
* Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar2009-04-201-2/+2
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-201-0/+21
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-031-1/+25
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-181-0/+29
* AllocateRWXMemory -> AllocateRWX.Evan Cheng2008-09-161-1/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-47/+0
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-221-1/+1
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+47
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+76