summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman2016-06-201-4/+13
* Properly handle short file names on the command line in Windows [TAKE 2]Adrian McCarthy2016-06-201-2/+34
* Revert "Properly handle short file names on the command line in Windows"Adrian McCarthy2016-06-171-27/+2
* Properly handle short file names on the command line in WindowsAdrian McCarthy2016-06-161-2/+27
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-131-1/+45
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-2/+7
* 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
OpenPOWER on IntegriCloud