aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/TimeValue.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-241-11/+1
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-161-2/+3
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-191-6/+9
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Provide a default constructor for TimeValue. This was used, but only inChandler Carruth2013-01-051-0/+3
* Don't #include stuff outside the include guards.Argyrios Kyrtzidis2013-01-021-3/+3
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-6/+6
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-6/+6
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-4/+2
* Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek2012-08-221-1/+0
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Merge System into Support.Michael J. Spencer2010-11-291-0/+382