| Age | Commit message (Expand) | Author |
| 2025-11-10 | Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16... | serge-sans-paille |
| 2025-09-16 | Fix comment from https://github.com/llvm/llvm-project/pull/158719 (#159157) | Hiroshi Yamauchi |
| 2025-09-16 | Fix ExecuteAndWait with empty environment on Windows (#158719) | Hiroshi Yamauchi |
| 2024-03-08 | [llvm][Support] Add and use errnoAsErrorCode (#84423) | Michael Spencer |
| 2024-03-06 | Reland "[llvm][Support] Add support for executing a detached process (#81708)... | Connor Sughrue |
| 2024-02-26 | Revert "[llvm][Support] Add support for executing a detached process (#81708)" | cpsughrue |
| 2024-02-26 | [llvm][Support] Add support for executing a detached process (#81708) | Connor Sughrue |
| 2022-12-22 | Support: Add polling option to sys::Wait | Matt Arsenault |
| 2022-12-14 | Support: Make Wait's SecondsToWait be std::optional [NFC] | Matt Arsenault |
| 2022-12-01 | Support: Convert Program APIs to std::optional | Matt Arsenault |
| 2022-11-26 | [Support] Apply clang-format on .inc files. NFC. | Alexandre Ganea |
| 2022-03-11 | Cleanup include: TableGen | serge-sans-paille |
| 2022-01-11 | Support: Avoid SmallVector::set_size() in Windows code | Duncan P. N. Exon Smith |
| 2021-11-05 | [Support] [Windows] Convert paths to the preferred form | Martin Storsjö |
| 2021-04-16 | [SystemZ][z/OS][Windows] Add new functions that set Text/Binary mode for Stdi... | Abhina Sreeskantharajan |
| 2021-04-06 | [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste... | Abhina Sreeskantharajan |
| 2021-03-25 | [Support][Windows] Make sure only executables are found by sys::findProgramBy... | Markus Böck |
| 2021-01-14 | Re-land [Support] On Windows, take the affinity mask into account | Alexandre Ganea |
| 2021-01-13 | Revert "[Support] On Windows, take the affinity mask into account" | Alexandre Ganea |
| 2021-01-13 | [Support] On Windows, take the affinity mask into account | Alexandre Ganea |
| 2021-01-06 | [llvm] Use llvm::append_range (NFC) | Kazu Hirata |
| 2020-07-23 | [Windows] Fix limit on command line size | Serge Pavlov |
| 2020-07-22 | Revert "[Windows] Fix limit on command line size" | Serge Pavlov |
| 2020-07-21 | [Windows] Fix limit on command line size | Serge Pavlov |
| 2020-06-20 | [Support] Fix building for mingw on a case sensitive file system | Martin Storsjö |
| 2020-06-17 | [Support] Get process statistics in ExecuteAndWait and Wait | Serge Pavlov |
| 2020-03-19 | [Support] Improve Windows widenPath and add support for long UNC paths | Andrew Ng |
| 2020-02-28 | llvm-ar: Fix MinGW compilation | Hans Wennborg |
| 2020-01-29 | [Support] Fix implicit std::string conversions on Win32. | Benjamin Kramer |
| 2020-01-07 | Fix issues reported by -Wrange-loop-analysis when building with latest Clang ... | Alexandre Ganea |
| 2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-11-06 | [Windows] Simplify WindowsSupport.h | Reid Kleckner |
| 2018-09-11 | [Support] Quote arguments containing \n on Windows | Reid Kleckner |
| 2018-06-12 | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner |
| 2018-06-10 | Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine." | Zachary Turner |
| 2018-06-10 | Revert "Resubmit "[Support] Expose flattenWindowsCommandLine."" | Zachary Turner |
| 2018-06-10 | Resubmit "[Support] Expose flattenWindowsCommandLine." | Zachary Turner |
| 2018-06-09 | Revert "[Support] Expose flattenWindowsCommandLine." | Zachary Turner |
| 2018-06-09 | [Support] Expose flattenWindowsCommandLine. | Zachary Turner |
| 2018-06-08 | Clean up some code in Program. | Zachary Turner |
| 2018-06-07 | [FileSystem] Split up the OpenFlags enumeration. | Zachary Turner |
| 2018-06-01 | Move some function declarations out of WindowsSupport.h | Zachary Turner |
| 2017-09-13 | Convenience/safety fix for llvm::sys::Execute(And|No)Wait | Alexander Kornienko |
| 2017-09-06 | Minor style fixes in lib/Support/**/Program.(inc|cpp). | Alexander Kornienko |
| 2017-03-31 | Remove more name space pollution from .inc files | Kristof Beyls |
| 2016-01-05 | [Clang/Support/Windows/Unix] Command lines created by clang may exceed the co... | Oleg Ranevskyy |
| 2015-11-23 | Add Windows error code and tidy formatting for system errors. | Paul Robinson |
| 2015-10-08 | Windows: Fixed sys::findProgramByName to work with files containing dot in th... | George Rimar |
| 2015-09-10 | Add .exe check to Execute to fix clang-modernize tests broken in r247358 | Reid Kleckner |