Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -4/+0 |
| | | | | | | * Remove redundant #includes that are now in Unix.h llvm-svn: 19160 | ||||
* | Per code review: | Reid Spencer | 2004-11-16 | 1 | -1/+1 |
| | | | | | | | | * get rid of (void) construct in function declarations * make toString a const member * add a default implementation of toString for Win32 llvm-svn: 17873 | ||||
* | Make it actually compile on Solaris. | Reid Spencer | 2004-11-15 | 1 | -1/+1 |
| | | | | llvm-svn: 17815 | ||||
* | Consolidate the implementation of TimeValue::now() for Unix to use the | Reid Spencer | 2004-11-15 | 1 | -0/+13 |
| | | | | | | seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813 | ||||
* | Implement the toString method | Reid Spencer | 2004-11-14 | 1 | -0/+16 |
| | | | | llvm-svn: 17782 | ||||
* | Added stub implementations of TimeValue concept for remaining platforms. | Reid Spencer | 2004-09-25 | 1 | -0/+22 |
llvm-svn: 16513 |