aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Memory.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-13/+0
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-221-0/+8
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+5
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* For PR780:Reid Spencer2006-07-261-0/+3
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-071-7/+15
* support near allocations for the JITAndrew Lenharth2005-07-291-1/+3
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Wrap long linesReid Spencer2004-12-201-2/+3
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-131-23/+33
* Initial commit of a file to declare the interface for platform independentReid Spencer2004-09-111-0/+53