summaryrefslogtreecommitdiff
path: root/include/llvm/Support/TimeValue.h
Commit message (Expand)AuthorAge
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-19
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Provide a default constructor for TimeValue. This was used, but only inChandler Carruth2013-01-05
* Don't #include stuff outside the include guards.Argyrios Kyrtzidis2013-01-02
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek2012-08-22
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Merge System into Support.Michael J. Spencer2010-11-29