Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix recent breakage of win32 build | Jeff Cohen | 2004-12-13 | 1 | -1/+1 |
| | | | | llvm-svn: 18876 | ||||
* | Rename Path::get -> Path::toString | Reid Spencer | 2004-12-11 | 1 | -6/+6 |
| | | | | llvm-svn: 18802 | ||||
* | Remove useless #include. | Reid Spencer | 2004-11-16 | 1 | -1/+0 |
| | | | | | | Patch contributed by Jeff Cohen. llvm-svn: 17891 | ||||
* | Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. | Reid Spencer | 2004-10-14 | 1 | -6/+101 |
| | | | | llvm-svn: 16968 | ||||
* | First version of the MappedFile abstraction for operating system idependent | Reid Spencer | 2004-10-04 | 1 | -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 |