| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach | 2008-10-03 | 1 | -1/+25 |
| | | | | | | | | this handling to work properly for modifying stub functions, relocations back to entry points after JIT compilation, etc.. llvm-svn: 57013 | ||||
| * | Preliminary support for systems which require changing JIT memory regions ↵ | Evan Cheng | 2008-09-18 | 1 | -0/+29 |
| | | | | | | | privilege from read / write to read / executable. llvm-svn: 56303 | ||||
| * | AllocateRWXMemory -> AllocateRWX. | Evan Cheng | 2008-09-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 56244 | ||||
| * | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 50659 | ||||
| * | Revert r48676. I had plans for using it, but now it's just dead code. | Owen Anderson | 2008-03-24 | 1 | -47/+0 |
| | | | | | llvm-svn: 48743 | ||||
| * | Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX ↵ | Owen Anderson | 2008-03-22 | 1 | -1/+1 |
| | | | | | | | instead of itself. llvm-svn: 48677 | ||||
| * | Add an AllocateRW to match AllocateRWX. | Owen Anderson | 2008-03-22 | 1 | -0/+47 |
| | | | | | llvm-svn: 48676 | ||||
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 45418 | ||||
| * | For PR797: | Reid Spencer | 2006-08-23 | 1 | -3/+3 |
| | | | | | | | | Final removal of exceptions from lib/System and adjustment of users to accommodate. llvm-svn: 29846 | ||||
| * | Change AllocateRWX/DeallocateRWX to not throw an exception. | Chris Lattner | 2006-07-07 | 1 | -14/+15 |
| | | | | | llvm-svn: 29058 | ||||
| * | support near allocations for the JIT | Andrew Lenharth | 2005-07-29 | 1 | -3/+9 |
| | | | | | llvm-svn: 22554 | ||||
| * | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman | 2005-05-05 | 1 | -1/+0 |
| | | | | | llvm-svn: 21704 | ||||
| * | Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly | Reid Spencer | 2005-01-09 | 1 | -0/+70 |
| gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426 | |||||

