Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / System / TimeValue.h
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-11 Nick LewyckyFix typo.
2009-10-11 Nick LewyckyFix typo.
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-05-03 Chris Lattnerremove extraneous top-level semi's
2006-08-22 Reid SpencerFix some indentation.
2006-07-26 Reid SpencerFor PR780:
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-01 Jeff CohenFix bountiful sources of VC++ 'possible loss of data...
2004-12-14 Jeff CohenImplement Win32 Path::getStatusInfo(), TimeValue::toStr...
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid Spencer*Make naming convention consistent.*Add convertion...
2004-11-09 Reid SpencerProvide conversion from posix time.
2004-10-26 Misha BrukmanWrap comments at 80 cols
2004-10-19 Misha Brukman* Fit constructor initializer on a single line
2004-10-12 Misha BrukmanFix file comment header
2004-10-04 Chris LattnerFix #include flavor
2004-09-25 Reid SpencerClean up the interface of TimeValue:
2004-09-24 Reid SpencerInitial implementation of the TimeValue abstraction.