Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -28/+0 |
| | | | | | | | * Consolidate implementation for Unix systems into Unix/TimeValue.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19155 | ||||
* | 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 | -13/+0 |
| | | | | | | seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813 | ||||
* | Include the correct implementation file | Reid Spencer | 2004-11-14 | 1 | -1/+3 |
| | | | | llvm-svn: 17778 | ||||
* | Updated to reflect changes in the interface of TimeValue::now(). | Reid Spencer | 2004-09-25 | 1 | -4/+5 |
| | | | | llvm-svn: 16515 | ||||
* | Wrap to 80 cols. | Reid Spencer | 2004-09-25 | 1 | -1/+2 |
| | | | | llvm-svn: 16512 | ||||
* | Initial implementation of the TimeValue abstraction. | Reid Spencer | 2004-09-24 | 1 | -0/+37 |
llvm-svn: 16511 |