summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/TimeValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-2/+2
| | | | | | | gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
* For PR351:Reid Spencer2004-12-271-2/+8
| | | | | | | * Consolidate implementation for Unix systems into Unix/TimeValue.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19155
* Don't exceed 80 columns.Reid Spencer2004-11-141-5/+5
| | | | llvm-svn: 17777
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-241-0/+53
llvm-svn: 16511
OpenPOWER on IntegriCloud