summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/TimeValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-271-4/+0
| | | | | | * Remove redundant #includes that are now in Unix.h llvm-svn: 19160
* Per code review:Reid Spencer2004-11-161-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 Spencer2004-11-151-1/+1
| | | | llvm-svn: 17815
* Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer2004-11-151-0/+13
| | | | | | seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813
* Implement the toString methodReid Spencer2004-11-141-0/+16
| | | | llvm-svn: 17782
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-251-0/+22
llvm-svn: 16513
OpenPOWER on IntegriCloud