summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-241-0/+12
* Add missing includes on Windows.Zachary Turner2016-12-211-0/+1
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-0/+4
* Removed FIXME from include ordering commentSimon Pilgrim2016-10-241-1/+1
* Fix windows builds by swapping windows.h and wincrypt.h ordering.Simon Pilgrim2016-10-241-1/+1
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-243-42/+54
* 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
* Blind attempt to fix windows build after r283290 - Use StringRef in StringSav...Mehdi Amini2016-10-051-1/+1
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Explicitly specify the ANSI version of these Win32 APIs. While these are seem...Aaron Ballman2016-06-232-8/+8
* Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman2016-06-211-10/+11
* 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
OpenPOWER on IntegriCloud