summaryrefslogtreecommitdiff
path: root/include/llvm/System/TimeValue.h
Commit message (Expand)AuthorAge
* 80-col violation.Mikhail Glushenkov2009-11-07
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Fix typo.Nick Lewycky2009-10-11
* Fix typo.Nick Lewycky2009-10-11
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-18
* remove extraneous top-level semi'sChris Lattner2007-05-03
* Fix some indentation.Reid Spencer2006-08-22
* For PR780:Reid Spencer2006-07-26
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen2005-01-01
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-14
* Per code review:Reid Spencer2004-11-16
* *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer2004-11-14
* Provide conversion from posix time.Reid Spencer2004-11-09
* Wrap comments at 80 colsMisha Brukman2004-10-26
* * Fit constructor initializer on a single lineMisha Brukman2004-10-19
* Fix file comment headerMisha Brukman2004-10-12
* Fix #include flavorChris Lattner2004-10-04
* Clean up the interface of TimeValue:Reid Spencer2004-09-25
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-24