summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Linux/TimeValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR351:Reid Spencer2004-12-271-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 Spencer2004-11-151-1/+1
| | | | llvm-svn: 17817
* Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer2004-11-151-13/+0
| | | | | | seemingly ubiquitous gettimeofday(3) call. llvm-svn: 17813
* Include the correct implementation fileReid Spencer2004-11-141-1/+3
| | | | llvm-svn: 17778
* Updated to reflect changes in the interface of TimeValue::now().Reid Spencer2004-09-251-4/+5
| | | | llvm-svn: 16515
* Wrap to 80 cols.Reid Spencer2004-09-251-1/+2
| | | | llvm-svn: 16512
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-241-0/+37
llvm-svn: 16511
OpenPOWER on IntegriCloud