Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -18/+0 |
| | | | | | | | * Consolidate implementation for Unix systems into Unix/MappedFile.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19151 | ||||
* | Cygwin doesn't like .. through a link, so drop the .. | Reid Spencer | 2004-12-20 | 1 | -1/+1 |
| | | | | llvm-svn: 19076 | ||||
* | First version of the MappedFile abstraction for operating system idependent | Reid Spencer | 2004-10-04 | 1 | -0/+18 |
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 |