summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/TimeValue.inc
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-201-61/+0
* Revert "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-191-0/+61
* Add Chrono.h - std::chrono support headerPavel Labath2016-10-191-61/+0
* Fix lib\support\Windows/TimeValue.inc(48): warning C4189:Yaron Keren2015-04-151-0/+1
* Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth2014-04-281-5/+10
* Update the Windows TimeValue formatting to match the new formatting onChandler Carruth2014-04-281-9/+5
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-1/+1
* Windows: Fix a typo in an assertDavid Majnemer2013-10-141-6/+3
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi2013-07-121-0/+5
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-111-3/+13
* Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola2013-07-111-1/+1
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-111-14/+9
* Merge System into Support.Michael J. Spencer2010-11-291-0/+51
OpenPOWER on IntegriCloud