summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-2810-252/+9
* [Support] Don't modify the current EH context during stack unwindingReid Kleckner2020-02-111-1/+7
* [Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea2020-01-111-40/+17
* [Support][NFC] Make some helper functions "static" in Memory.incBruno Ricci2020-01-091-6/+2
* Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...Alexandre Ganea2020-01-071-1/+1
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-181-0/+7
* [Support] fix mingw-w64 buildIlya Biryukov2019-11-061-1/+1
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-3/+0
* Reland "[Support] Add a way to run a function on a detached thread""Sam McCall2019-10-233-32/+33
* Revert "[Support] Add a way to run a function on a detached thread"Sam McCall2019-10-233-33/+32
* [Support] Add a way to run a function on a detached threadSam McCall2019-10-233-32/+33
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-0/+1
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-0/+3
* Win: handle \\?\UNC\ prefix in realPathFromHandle (PR43204)Hans Wennborg2019-09-051-6/+12
* [Support] Improve readNativeFile(Slice) interfacePavel Labath2019-08-221-49/+26
* Filesystem/Windows: fix inconsistency in readNativeFileSlice APIPavel Labath2019-08-191-2/+2
* [Support] Base RWMutex on std::shared_timed_mutex (C++14)Benjamin Kramer2019-08-151-128/+0
* [Support] Base SmartMutex on std::recursive_mutexBenjamin Kramer2019-08-071-56/+0
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Remove support for unsupported MSVC versionsJF Bastien2019-08-021-6/+0
* Revert "Remove support for unsupported MSVC versions"JF Bastien2019-08-021-0/+6
* Remove support for unsupported MSVC versionsJF Bastien2019-08-021-6/+0
* Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)Jordan Rose2019-07-121-0/+4
* [llvm-objcopy] Don't change permissions of non-regular output filesFangrui Song2019-07-111-2/+6
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-7/+75
* [Support] Add fs::getUmask() function and change fs::setPermissionsAlex Brachet2019-06-281-1/+6
* [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames2019-05-201-7/+7
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-081-1/+1
* [llvm][Support] Provide interface to set thread prioritiesKadir Cetinkaya2019-04-161-0/+16
* [Support] MemoryBlock size should reflect the requested sizeAndrew Ng2019-03-271-3/+4
* Fix SupportTests.exe/AllocationTests/MappedMemoryTest.AllocAndReleaseHuge whe...Alexandre Ganea2019-02-281-3/+3
* [Memory] Add basic support for large/huge memory pagesAlexandre Ganea2019-02-281-18/+54
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1914-56/+42
* Don't write #include "Windows/WindowsSupport.h" from the Windows dir.Zachary Turner2019-01-081-1/+1
* [Support] Fix FileNameLength passed to SetFileInformationByHandleShoaib Meenai2018-12-131-1/+1
* [FileSystem] Add expand_tilde functionJonas Devlieghere2018-11-131-0/+11
* [Windows] Simplify WindowsSupport.hReid Kleckner2018-11-063-82/+54
* Silence deprecation warning for GetVersionEx with clang-clReid Kleckner2018-11-061-0/+7
* [Support] Fix `warning: unknown pragma ignored` for mingw targetMartin Storsjo2018-11-061-0/+4
* Only call FlushFileBuffers() when writing executables on WindowsAlexandre Ganea2018-11-052-1/+57
* Remove dead function user_cache_directory()Nico Weber2018-09-181-4/+0
* [Support] sys::fs::directory_entry includes the file_type.Kristina Brooks2018-09-121-38/+42
* [Support] Quote arguments containing \n on WindowsReid Kleckner2018-09-111-1/+1
* [Support] Avoid calling CommandLineToArgvW from shell32.dllReid Kleckner2018-09-111-55/+45
* Set console mode when -fansi-escape-codes is enabled David Bolvansky2018-09-041-0/+9
* [Support] NFC: Allow modifying access/modification times independently in sys...Jordan Rupprecht2018-08-131-3/+5
* [Windows FS] Allow moving files in TempFile::keepJeremy Morse2018-08-031-1/+1
* [dsymutil] Simplify temporary file handling.Jonas Devlieghere2018-07-291-1/+1
* [ThinLTO] Update ThinLTO cache file atimes when on WindowsAndrew Ng2018-07-041-0/+15
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-71/+26
OpenPOWER on IntegriCloud