aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/TimeValue.h
AgeCommit message (Expand)Author
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-18remove obviously dead uses of IncludeFile.Chris Lattner
2007-05-03remove extraneous top-level semi'sChris Lattner
2006-08-22Fix some indentation.Reid Spencer
2006-07-26For PR780:Reid Spencer
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-01Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen
2004-12-14Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen
2004-11-16Per code review:Reid Spencer
2004-11-14*Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer
2004-11-09Provide conversion from posix time.Reid Spencer
2004-10-26Wrap comments at 80 colsMisha Brukman
2004-10-19* Fit constructor initializer on a single lineMisha Brukman
2004-10-12Fix file comment headerMisha Brukman
2004-10-04Fix #include flavorChris Lattner
2004-09-25Clean up the interface of TimeValue:Reid Spencer
2004-09-24Initial implementation of the TimeValue abstraction.Reid Spencer