summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* [Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...Jan Korous2019-08-141-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* posix_spawn should retry upon EINTRJF Bastien2019-04-241-6/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-7/+28
* Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-101-6/+4
* Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner2018-06-101-4/+6
* Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-101-6/+4
* commandLineFitsWithinSystemLimits Overestimates System LimitsAlexander Kornienko2018-06-081-1/+12
* Clean up some code in Program.Zachary Turner2018-06-081-0/+2
* [Unix] Indent ChangeStd{in,out}ToBinary.Fangrui Song2018-05-161-4/+4
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-6/+6
* Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko2017-09-061-32/+30
* [Solaris] get rid of _RESTRICT_KYWD warning during the buildKamil Rytarowski2017-07-081-3/+0
* Support: chunk writing on LinuxSaleem Abdulrasool2017-06-201-1/+12
* Support: Don't set RLIMIT_AS on child processes when applying a memory limitDavid Blaikie2017-06-121-10/+0
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-16/+13
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-13/+16
* [Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy2016-01-051-2/+2
* Remove the configure and cmake checks for sys/wait.hJustin Bogner2015-08-041-7/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Don't use std::errc.Rafael Espindola2015-06-131-2/+3
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+2
* Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier.Chris Bieneman2015-02-191-2/+10
* iOS doesn't have crt_externs.h available, so we fall back to the posix method.Chris Bieneman2015-01-301-2/+5
* Fix several bugs in r221220's new program finding code.Chandler Carruth2014-12-021-5/+6
* Remove FindProgramByName. NFC.Rafael Espindola2014-11-041-46/+0
* [Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer2014-11-041-0/+28
* Fix bug where sys::Wait could wait on wrong pid.Rafael Espindola2014-10-271-1/+0
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-0/+18
* Fix bug in llvm::sys::argumentsFitWithinSystemLimits().Rafael Espindola2014-08-251-2/+2
* lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the caseJulien Lerouge2014-06-271-1/+5
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-5/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+2
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-11/+12
* Delete dead code.Rafael Espindola2014-02-241-5/+0
* Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn2014-01-271-0/+1
* Fix build on Solaris 11.Rafael Espindola2013-10-081-0/+3
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-54/+70
* Add missing 'n'.Rafael Espindola2013-07-261-1/+1
* Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-261-7/+21
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-29/+27
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-7/+7
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-131-8/+6
* Remove the program class.Rafael Espindola2013-06-121-21/+17
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-111-0/+24
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-041-0/+5
* Remove an unused method on Program.Chandler Carruth2012-12-311-18/+0
OpenPOWER on IntegriCloud