summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/Memory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-53/+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
* Remove useless #include.Reid Spencer2004-11-161-1/+0
| | | | | | Patch contributed by Jeff Cohen. llvm-svn: 17891
* Patches to make this file actually compile under windows.Reid Spencer2004-09-151-13/+22
| | | | | | Patches submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16362
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-131-8/+9
| | | | llvm-svn: 16318
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-0/+44
platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292
OpenPOWER on IntegriCloud