summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add WriteThroughMemoryBuffer.Zachary Turner2018-03-081-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-2/+2
* Call FlushFileBuffers on output files.Zachary Turner2018-02-151-1/+15
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-2/+2
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-2/+2
* Typo fix SIBABRT -> SIGABRT.Eric Christopher2018-01-181-1/+1
* Delete temp file if rename fails.Rafael Espindola2017-12-051-5/+17
* Use FILE_FLAG_DELETE_ON_CLOSE for TempFile on windows.Rafael Espindola2017-11-281-3/+58
* Add an F_Delete flag.Rafael Espindola2017-11-281-0/+2
* move static function. NFCRafael Espindola2017-11-211-26/+24
* Split a rename_handle out of rename on windows.Rafael Espindola2017-11-211-3/+13
* Reorder static functions. NFC.Rafael Espindola2017-11-181-38/+35
* Split realPathFromHandle in two.Rafael Espindola2017-11-181-13/+17
* [Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames2017-11-161-80/+0
* Fix some undefined beahvior in FileMapping.Zachary Turner2017-11-161-2/+2
* [support] allocate exact size required for mapping in Support/Windws/Path.incBob Haarman2017-11-101-2/+2
* [support] remove tautological comparison in Support/Windows/Path.incBob Haarman2017-10-271-4/+0
* Work around lack of Wine support for SetFileInformationByHandle harderHans Wennborg2017-10-121-2/+7
* Support: Work around missing SetFileInformationByHandle on WineHans Wennborg2017-10-111-0/+11
* WIN32_FIND_DATA -> WIN32_FIND_DATAW.Peter Collingbourne2017-10-111-1/+1
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-21/+40
* Support: On Windows, use CreateFileW to delete files in sys::fs::remove().Peter Collingbourne2017-10-101-16/+19
* Fix after r315079Adrian McCarthy2017-10-091-1/+1
* Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.Peter Collingbourne2017-10-061-47/+108
* [support] mapped_file_region: and fix the windows code tooRoman Lebedev2017-09-271-2/+2
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-4/+5
* Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko2017-09-061-28/+28
* Untabify.NAKAMURA Takumi2017-08-281-1/+1
* [Support, Windows] Handle long paths with unix separatorsPirama Arumuga Nainar2017-08-211-4/+7
* [Support] env vars with empty values on windowsBen Dunbobbin2017-08-181-2/+3
* [Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on WindowsReid Kleckner2017-08-041-3/+4
* [Support] Remove getPathFromOpenFD, it was unusedReid Kleckner2017-08-041-36/+0
* Support: WOA64 and WOA SignalsMartell Malone2017-08-031-6/+23
* Allow clients to specify search order of DynamicLibraries.Frederich Munch2017-07-121-0/+2
* Update the Windows version of updateTripleOSVersion to account forAlex Lorenz2017-07-071-2/+2
* [Support] sys::getProcessTriple should return a macOS triple usingAlex Lorenz2017-07-071-0/+4
* [CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi2017-06-171-1/+9
* Fix one place where I missed a commented requirement for a particularChandler Carruth2017-06-061-1/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Close DynamicLibraries in reverse order they were opened.Frederich Munch2017-06-051-1/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-271-103/+115
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-115/+103
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-103/+115
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-112/+95
* Fix warning converting from boolean to pointer introduced in r301153.Frederich Munch2017-04-241-1/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-95/+112
* Remove name space pollution from Signals.cppKristof Beyls2017-03-311-1/+1
* Remove more name space pollution from .inc filesKristof Beyls2017-03-314-20/+16
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-1/+0
* Do not pollute the namespace in a header file.Kristof Beyls2017-03-311-7/+7
OpenPOWER on IntegriCloud