summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/SunOS/TimeValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-271-27/+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 Spencer2004-11-151-1/+1
| | | | llvm-svn: 17817
* Make it actually compile on Solaris.Reid Spencer2004-11-151-1/+1
| | | | llvm-svn: 17815
* Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer2004-11-151-14/+1
| | | | | | seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813
* Updated to reflect changes in the interface of TimeValue::now().Reid Spencer2004-09-251-4/+5
| | | | llvm-svn: 16515
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-251-0/+39
llvm-svn: 16513
OpenPOWER on IntegriCloud