| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dynamic Library abstraction. This makes the abstraction of a single dynamic | Reid Spencer | 2004-11-18 | 1 | -0/+27 |
| | | | | | | | | library (shared library/shared object) whose symbols can be looked up dynamically. Used for plug-ins. llvm-svn: 17940 | ||||
| * | Actually get the #include correct so it compiles .. duh. | Reid Spencer | 2004-11-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 17817 | ||||
| * | Consolidate the implementation of TimeValue::now() for Unix to use the | Reid Spencer | 2004-11-15 | 1 | -3/+1 |
| | | | | | | | seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813 | ||||
| * | Stop propagating method names that violate the coding standard | Reid Spencer | 2004-11-05 | 1 | -3/+3 |
| | | | | | llvm-svn: 17498 | ||||
| * | 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 | ||||
| * | Added stub implementations of TimeValue concept for remaining platforms. | Reid Spencer | 2004-09-25 | 1 | -0/+29 |
| | | | | | llvm-svn: 16513 | ||||
| * | 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 | 3 | -0/+80 |
| | | | | | | | | platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292 | ||||
| * | Add support for Interix and FreeBSD | Reid Spencer | 2004-08-31 | 4 | -0/+126 |
| llvm-svn: 16126 | |||||

