aboutsummaryrefslogtreecommitdiff
path: root/lib/System/FreeBSD/TimeValue.cpp
AgeCommit message (Collapse)Author
2004-12-27For PR351:Reid Spencer
* Consolidate implementation for Unix systems into Unix/TimeValue.cpp * Avoid use of symbolic link to #include platform-specific implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19155 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15Actually get the #include correct so it compiles .. duh.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17817 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-15Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer
seemingly ubiquitous gettimeofday(3) call. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17813 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-28FreeBSD implementation of the TimeValue::now() method.Reid Spencer
Patch kindly contributed by Jeff Cohen. Thanks Jeff! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16562 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-25Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16513 91177308-0d34-0410-b5e6-96231b3b80d8