summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/MappedFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix recent breakage of win32 buildJeff Cohen2004-12-131-1/+1
| | | | llvm-svn: 18876
* Rename Path::get -> Path::toStringReid Spencer2004-12-111-6/+6
| | | | llvm-svn: 18802
* Remove useless #include.Reid Spencer2004-11-161-1/+0
| | | | | | Patch contributed by Jeff Cohen. llvm-svn: 17891
* Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.Reid Spencer2004-10-141-6/+101
| | | | llvm-svn: 16968
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-041-0/+38
mapping of files. This first version uses mmap where its available. The class needs to implement an alternate mechanism based on malloc'd memory and file reading/writing for platforms without virtual memory. llvm-svn: 16649
OpenPOWER on IntegriCloud