summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
OpenPOWER on IntegriCloud