[ARM] Support for ARMv6-Z / ARMv6-ZK missing
[oota-llvm.git] / include / llvm / Support / TimeValue.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-29 Chris BienemanCleaning up static initializers in TimeValue.
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2013-07-16 NAKAMURA TakumiFix TimeValue::toWin32Time() to be symmetric to fromWin...
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-05 Chandler CarruthProvide a default constructor for TimeValue. This was...
2013-01-02 Argyrios KyrtzidisDon't #include stuff outside the include guards.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-22 Ted KremenekFix an assortment of doxygen comment mistakes found...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-11-29 Michael J. SpencerMerge System into Support.