summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Memory.inc
Commit message (Collapse)AuthorAgeFilesLines
* For PR797:Reid Spencer2006-08-231-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 Lattner2006-07-071-14/+15
| | | | llvm-svn: 29058
* support near allocations for the JITAndrew Lenharth2005-07-291-3/+9
| | | | llvm-svn: 22554
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
| | | | llvm-svn: 21704
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-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
OpenPOWER on IntegriCloud