aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-152-0/+92
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16359 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-132-16/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16318 91177308-0d34-0410-b5e6-96231b3b80d8
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-114-0/+154
| | | | | | | | platforms. Implement GetLLVMSuffix function for the Path concept. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16292 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-292-0/+74
| | | | | | | of "Signals" (cleanup after fatal errors). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16085 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-292-0/+38
"Program" operating system concept (find and execute programs). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16084 91177308-0d34-0410-b5e6-96231b3b80d8