aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Program.inc
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Reland "[llvm][Support] Add support for executing a detached process (#81708)...Connor Sughrue1-4/+14
2024-02-26Revert "[llvm][Support] Add support for executing a detached process (#81708)"cpsughrue1-14/+4
2024-02-26[llvm][Support] Add support for executing a detached process (#81708)Connor Sughrue1-4/+14
2024-01-17[Support] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2023-12-13[SystemZ][z/OS] Complete EBCDIC I/O support (#75212)Abhina Sree1-0/+5
2023-12-12[SystemZ][z/OS] Fix build errors on z/OS in the Unix .inc files (#74758)Abhina Sree1-1/+2
2023-08-23[Support] Avoid wait4 on FuchsiaPetr Hosek1-3/+7
2022-12-22Support: Fix broken C++ markerMatt Arsenault1-4/+3
2022-12-22Support: Add polling option to sys::WaitMatt Arsenault1-4/+4
2022-12-14Support: Try to fix msan error in sys::WaitMatt Arsenault1-3/+4
2022-12-14Support: Make Wait's SecondsToWait be std::optional [NFC]Matt Arsenault1-7/+11
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault1-4/+4
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea1-70/+76
2021-10-23[llvm] Use StringRef::contains (NFC)Kazu Hirata1-1/+2
2021-04-16[SystemZ][z/OS][Windows] Add new functions that set Text/Binary mode for Stdi...Abhina Sreeskantharajan1-0/+12
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-01-28Support: Simplify __HAIKU__ #ifdef in llvm::sys::Wait, NFCDuncan P. N. Exon Smith1-4/+3
2021-01-28[Support] Fix build for HaikuSerge Pavlov1-0/+4
2021-01-14Re-land [Support] On Windows, take the affinity mask into accountAlexandre Ganea1-1/+5
2021-01-13Revert "[Support] On Windows, take the affinity mask into account"Alexandre Ganea1-5/+1
2021-01-13[Support] On Windows, take the affinity mask into accountAlexandre Ganea1-1/+5
2020-06-25[NFC][Support] Make Unix/Program.inc separately compilableHubert Tong1-4/+3
2020-06-25[Support][AIX] Add declaration of wait4 to fix buildHubert Tong1-7/+53
2020-06-17[Support] Get process statistics in ExecuteAndWait and WaitSerge Pavlov1-2/+13
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-6/+5
2019-08-14[Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...Jan Korous1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-04-24posix_spawn should retry upon EINTRJF Bastien1-6/+10
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner1-7/+28
2018-06-10Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner1-6/+4
2018-06-10Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner1-4/+6
2018-06-10Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner1-6/+4
2018-06-08commandLineFitsWithinSystemLimits Overestimates System LimitsAlexander Kornienko1-1/+12
2018-06-08Clean up some code in Program.Zachary Turner1-0/+2
2018-05-16[Unix] Indent ChangeStd{in,out}ToBinary.Fangrui Song1-4/+4
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko1-6/+6
2017-09-06Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko1-32/+30
2017-07-08[Solaris] get rid of _RESTRICT_KYWD warning during the buildKamil Rytarowski1-3/+0
2017-06-20Support: chunk writing on LinuxSaleem Abdulrasool1-1/+12
2017-06-12Support: Don't set RLIMIT_AS on child processes when applying a memory limitDavid Blaikie1-10/+0
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-16/+13
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-13/+16
2016-01-05[Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy1-2/+2
2015-08-04Remove the configure and cmake checks for sys/wait.hJustin Bogner1-7/+0
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2015-06-13Don't use std::errc.Rafael Espindola1-2/+3
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-1/+2
2015-02-19Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier.Chris Bieneman1-2/+10