aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/TimeValue.inc
AgeCommit message (Expand)AuthorFilesLines
2014-04-28Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth1-5/+10
2014-04-28Update the Windows TimeValue formatting to match the new formatting onChandler Carruth1-9/+5
2014-02-12Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner1-1/+1
2013-10-14Windows: Fix a typo in an assertDavid Majnemer1-6/+3
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz1-0/+1
2013-07-12Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi1-0/+5
2013-07-11Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola1-3/+13
2013-07-11Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola1-1/+1
2013-07-11Fix a FIXME about the format and add a test.Rafael Espindola1-14/+9
2010-11-29Merge System into Support.Michael J. Spencer1-0/+51