summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-041-45/+1
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-031-1/+45
* Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...Mehdi Amini2016-05-141-24/+0
* Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...Mehdi Amini2016-05-141-0/+24
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-043-1/+235
* Adding period to the end of a comment to test out commit access.Douglas Yung2016-05-031-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Fix Windows build (typo in disk_space() implementation)Mehdi Amini2016-04-011-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-04-011-0/+13
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-04-011-13/+0
* Use const ref instead of value for Twine in the disk_space() APIMehdi Amini2016-03-311-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-0/+13
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-03-311-13/+0
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-0/+13
* Improve the reliability of file renaming in Windows by having the compiler retrySunil Srivastava2016-03-251-16/+33
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-8/+22
* Revert "Add lastAccessedTime to file_status"Mehdi Amini2016-03-251-22/+8
* Revert "Fix windows build for sys::fs:file_status Access Time added in r264387"Mehdi Amini2016-03-251-2/+2
* Fix windows build for sys::fs:file_status Access Time added in r264387Mehdi Amini2016-03-251-2/+2
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-8/+22
* Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may ch...NAKAMURA Takumi2016-03-072-2/+2
* Auto-link with ole32.dll to simplify building LLVM.dllReid Kleckner2016-01-121-0/+1
* Avoid the deprecated GetVersionEx APIReid Kleckner2016-01-111-9/+18
* Revert "[Windows] Simplify assertion code. NFC."Reid Kleckner2016-01-111-1/+4
* Use ::GetVersionEx directly rather than the Win8.1 SDK helpersReid Kleckner2016-01-111-6/+4
* Do not define NOGDI. Mingw defines LOGFONTW type in wingdi.h and the mingwYunzhong Gao2016-01-061-1/+0
* Another attempt at fixing the i686-mingw32-RA-on-linux buildbot. I am gettingYunzhong Gao2016-01-061-4/+2
* Another attempt at fixing the i686-mingw32-RA-on-linux buildbot.Yunzhong Gao2016-01-061-2/+3
* Hopefully fix a mingw32 buildbot (i686-mingw32-RA-on-linux) which does not haveYunzhong Gao2016-01-061-1/+5
* Fixing PR25717: fatal IO error writing large outputs to console on Windows.Yunzhong Gao2016-01-061-0/+16
* [Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy2016-01-051-4/+5
* [Windows] Partially revert r254363 until I can test the right fix.Davide Italiano2015-12-011-2/+6
* [Windows] Follow-up r254363, remove return.Davide Italiano2015-12-011-3/+1
* [Windows] Simplify assertion code. NFC.Davide Italiano2015-12-012-8/+3
* Add Windows error code and tidy formatting for system errors.Paul Robinson2015-11-234-11/+15
* [Support] Tweak path::system_temp_directory() on Windows.Pawel Bylica2015-11-171-16/+15
* Report Windows error code in a fatal error after a system call.Paul Robinson2015-11-111-2/+9
* Revert r252366: [Support] Use GetTempDir to get the temporary dir path on Win...Pawel Bylica2015-11-061-10/+37
* [Support] Use GetTempDir to get the temporary dir path on Windows.Pawel Bylica2015-11-061-37/+10
* Fix a signed/unsigned mismatch warning; NFC.Aaron Ballman2015-11-051-1/+1
* [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner2015-11-051-9/+102
* Use static instead of anonymous namespace for helper functions. NFC.Pawel Bylica2015-11-021-4/+2
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-021-0/+4
* Make a bunch of static arrays const.Craig Topper2015-10-181-4/+6
* Use Windows Vista API to get the user's home directoryPawel Bylica2015-10-161-7/+11
* Require Windows API of version 6.1 (Windows 7).Pawel Bylica2015-10-151-3/+3
* Fix rename() sometimes failing if another process uses openFileForRead()Greg Bedwell2015-10-121-10/+28
* Windows: Fixed sys::findProgramByName to work with files containing dot in th...George Rimar2015-10-081-2/+9
* Add .exe check to Execute to fix clang-modernize tests broken in r247358Reid Kleckner2015-09-101-0/+8
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-101-0/+5
OpenPOWER on IntegriCloud