aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Program.inc
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-30iOS doesn't have crt_externs.h available, so we fall back to the posix method.Chris Bieneman1-2/+5
2014-12-02Fix several bugs in r221220's new program finding code.Chandler Carruth1-5/+6
2014-11-04Remove FindProgramByName. NFC.Rafael Espindola1-46/+0
2014-11-04[Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer1-0/+28
2014-10-27Fix bug where sys::Wait could wait on wrong pid.Rafael Espindola1-1/+0
2014-09-03Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola1-0/+18
2014-08-25Fix bug in llvm::sys::argumentsFitWithinSystemLimits().Rafael Espindola1-2/+2
2014-06-27lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the caseJulien Lerouge1-1/+5
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-5/+4
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+2
2014-05-31There is no std::errc::success, remove the llvm one.Rafael Espindola1-2/+2
2014-04-28[C++] Use 'nullptr'.Craig Topper1-11/+12
2014-02-24Delete dead code.Rafael Espindola1-5/+0
2014-01-27Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn1-0/+1