Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -60/+0 |
| | | | | | | | * Consolidate implementation for Unix systems into Unix/Memory.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19152 | ||||
* | Use the /dev/zero device as the device on which the pages are mapped. | Reid Spencer | 2004-09-18 | 1 | -1/+7 |
| | | | | | | Patch contributed by Henrik Bach. Thanks Henrik! llvm-svn: 16397 | ||||
* | Simplify the sys::Memory interface per Chris' request. | Reid Spencer | 2004-09-13 | 1 | -8/+9 |
| | | | | llvm-svn: 16318 | ||||
* | Fix typo: sterror -> strerror | Reid Spencer | 2004-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 16294 | ||||
* | Provide initial implementations of Memory and Process concepts for various | Reid Spencer | 2004-09-11 | 1 | -0/+53 |
platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292 |