summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Program.inc
AgeCommit message (Expand)Author
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-06-13[SystemZ][z/OS] Refactor AutoConvert more (#143955)Abhina Sree
2025-02-26Support: Do not check if a file exists before executing (#128821)Matt Arsenault
2025-01-16[CMake] Remove HAVE_SYS_RESOURCE_H/HAVE_SETRLIMIT/HAVE_GETRLIMITFangrui Song
2025-01-16[CMake] Remove some unneeded HAVE_*_HFangrui Song
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song
2024-09-05[NFC][SystemZ][z/OS] Rename autoconversion-related functions to be less gener...Abhina Sree
2024-03-06Reland "[llvm][Support] Add support for executing a detached process (#81708)...Connor Sughrue
2024-02-26Revert "[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
2024-01-17[Support] Use SmallString::operator std::string (NFC)Kazu Hirata
2023-12-13[SystemZ][z/OS] Complete EBCDIC I/O support (#75212)Abhina Sree
2023-12-12[SystemZ][z/OS] Fix build errors on z/OS in the Unix .inc files (#74758)Abhina Sree
2023-08-23[Support] Avoid wait4 on FuchsiaPetr Hosek
2022-12-22Support: Fix broken C++ markerMatt Arsenault
2022-12-22Support: Add polling option to sys::WaitMatt Arsenault
2022-12-14Support: Try to fix msan error in sys::WaitMatt Arsenault
2022-12-14Support: Make Wait's SecondsToWait be std::optional [NFC]Matt Arsenault
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea
2021-10-23[llvm] Use StringRef::contains (NFC)Kazu Hirata
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-01-28Support: Simplify __HAIKU__ #ifdef in llvm::sys::Wait, NFCDuncan P. N. Exon Smith
2021-01-28[Support] Fix build for HaikuSerge Pavlov
2021-01-14Re-land [Support] On Windows, take the affinity mask into accountAlexandre Ganea
2021-01-13Revert "[Support] On Windows, take the affinity mask into account"Alexandre Ganea
2021-01-13[Support] On Windows, take the affinity mask into accountAlexandre Ganea
2020-06-25[NFC][Support] Make Unix/Program.inc separately compilableHubert Tong
2020-06-25[Support][AIX] Add declaration of wait4 to fix buildHubert Tong
2020-06-17[Support] Get process statistics in ExecuteAndWait and WaitSerge Pavlov
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-08-14[Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...Jan Korous
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-04-24posix_spawn should retry upon EINTRJF Bastien
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner
2018-06-10Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner
2018-06-10Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner
2018-06-10Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner
2018-06-08commandLineFitsWithinSystemLimits Overestimates System LimitsAlexander Kornienko
2018-06-08Clean up some code in Program.Zachary Turner
2018-05-16[Unix] Indent ChangeStd{in,out}ToBinary.Fangrui Song
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko
2017-09-06Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko
2017-07-08[Solaris] get rid of _RESTRICT_KYWD warning during the buildKamil Rytarowski
2017-06-20Support: chunk writing on LinuxSaleem Abdulrasool
2017-06-12Support: Don't set RLIMIT_AS on child processes when applying a memory limitDavid Blaikie
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko