Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lib\support\Windows/TimeValue.inc(48): warning C4189: | Yaron Keren | 2015-04-15 | 1 | -0/+1 |
| | | | | | | 'Error' : local variable is initialized but not referenced. llvm-svn: 234982 | ||||
* | Use raw_ostream and Format.h on Windows so that we don't have to roll | Chandler Carruth | 2014-04-28 | 1 | -5/+10 |
| | | | | | | our own portability system to cope without snprintf. llvm-svn: 207389 | ||||
* | Update the Windows TimeValue formatting to match the new formatting on | Chandler Carruth | 2014-04-28 | 1 | -9/+5 |
| | | | | | | Unix-like OSes. llvm-svn: 207388 | ||||
* | Rename Windows.h to WindowsSupport.h to avoid ambiguity | Reid Kleckner | 2014-02-12 | 1 | -1/+1 |
| | | | | llvm-svn: 201258 | ||||
* | Windows: Fix a typo in an assert | David Majnemer | 2013-10-14 | 1 | -6/+3 |
| | | | | llvm-svn: 192564 | ||||
* | Add missing #include's to cctype when using isdigit/alpha/etc. | Will Dietz | 2013-10-12 | 1 | -0/+1 |
| | | | | llvm-svn: 192519 | ||||
* | Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e. | NAKAMURA Takumi | 2013-07-12 | 1 | -0/+5 |
| | | | | | | It fixes compatibility in llvm/test/Object/archive-toc.test. llvm-svn: 186142 | ||||
* | Add back code for supporting old mingw versions. Should bring the bots back. | Rafael Espindola | 2013-07-11 | 1 | -3/+13 |
| | | | | llvm-svn: 186096 | ||||
* | Looks like some versions of mingw don't have errno_t. Use int. | Rafael Espindola | 2013-07-11 | 1 | -1/+1 |
| | | | | llvm-svn: 186092 | ||||
* | Fix a FIXME about the format and add a test. | Rafael Espindola | 2013-07-11 | 1 | -14/+9 |
| | | | | | | | While at it, use strftime on Unix too and use the thread safe versions of localtime. llvm-svn: 186090 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+51 |
llvm-svn: 120298 |