aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/TimeValue.h
Commit message (Expand)AuthorAgeFilesLines
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-181-3/+0
* remove extraneous top-level semi'sChris Lattner2007-05-031-2/+2
* Fix some indentation.Reid Spencer2006-08-221-5/+4
* For PR780:Reid Spencer2006-07-261-0/+3
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-221-1/+1
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-23/+23
* Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen2005-01-011-2/+2
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-0/+8
* Per code review:Reid Spencer2004-11-161-11/+11
* *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer2004-11-141-4/+16
* Provide conversion from posix time.Reid Spencer2004-11-091-0/+9
* Wrap comments at 80 colsMisha Brukman2004-10-261-1/+2
* * Fit constructor initializer on a single lineMisha Brukman2004-10-191-3/+2
* Fix file comment headerMisha Brukman2004-10-121-1/+1
* Fix #include flavorChris Lattner2004-10-041-1/+1
* Clean up the interface of TimeValue:Reid Spencer2004-09-251-207/+171
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-241-0/+391