summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/Memory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-70/+0
| | | | | | | 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
* For PR351:Reid Spencer2004-12-271-0/+50
| | | | | | | * Ensure #includes are wrapped with appropriate HAVE_ guards * Consolidate implementation from operating system specific directory. llvm-svn: 19157
* Provide a generic Unix implementation of the Memory concept.Reid Spencer2004-09-111-0/+20
llvm-svn: 16291
OpenPOWER on IntegriCloud