summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* [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
* Do not enforce absolute path argv0 in windowsHans Wennborg2018-06-131-29/+39
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-14/+7
* Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-102-116/+73
* Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner2018-06-102-73/+116
* Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-102-116/+73
* Revert "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-091-68/+114
* [Support] Expose flattenWindowsCommandLine.Zachary Turner2018-06-091-114/+68
* Clean up some code in Program.Zachary Turner2018-06-081-10/+10
* Add a file open flag that disables O_CLOEXEC.Zachary Turner2018-06-081-5/+15
* Expose a single global file open function.Zachary Turner2018-06-071-51/+37
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-072-84/+123
* [Support] Add functions that operate on native file handles on Windows.Zachary Turner2018-06-041-30/+49
* Move some function declarations out of WindowsSupport.hZachary Turner2018-06-016-14/+5
* [Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek2018-05-251-1/+1
* Revert 332750, llvm part (see comment on D46910).Nico Weber2018-05-201-1/+1
* [Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek2018-05-181-1/+1
* Signal handling should be signal-safeJF Bastien2018-05-161-2/+3
* Revert "Signal handling should be signal-safe"JF Bastien2018-05-161-3/+2
* Signal handling should be signal-safeJF Bastien2018-05-161-2/+3
* [NFC] Update commentsJF Bastien2018-05-151-11/+11
* [Support] Add docs for 'openFileFor{Write,Read}'Brian Gesiak2018-05-111-6/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-012-5/+5
* [support] Revert the changes made to Path.inc for the default Windows code pageAaron Smith2018-04-181-11/+5
* Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama2018-04-172-27/+31
* [Support] Fix building for Windows on ARMMartin Storsjo2018-04-131-1/+9
* Windows needs the current codepage instead of utf8 sometimesAaron Smith2018-04-072-28/+52
* Remove HAVE_LIBPSAPI, HAVE_SHELL32.Nico Weber2018-04-022-11/+1
OpenPOWER on IntegriCloud