aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Program.inc
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-08Fix build on Solaris 11.Rafael Espindola1-0/+3
2013-10-01Add non-blocking Wait() for launched processesTareq A. Siraj1-54/+70
2013-07-26Add missing 'n'.Rafael Espindola1-1/+1
2013-07-26Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola1-7/+21
2013-06-14Replace use of PathV1.h in Program.cpp.Rafael Espindola1-29/+27
2013-06-13Have sys::FindProgramByName return a std::string.Rafael Espindola1-7/+7
2013-06-13[Support] Fix handle and memory leak for processes that are not waited forReid Kleckner1-8/+6
2013-06-12Remove the program class.Rafael Espindola1-21/+17
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola1-0/+24
2013-02-04More MSan/ASan annotations.Evgeniy Stepanov1-0/+5
2012-12-31Remove an unused method on Program.Chandler Carruth1-18/+0
2012-12-31Remove an unused method on the Program class.Chandler Carruth1-5/+0
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2011-12-13Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer1-6/+6
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick1-7/+6
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick1-2/+5
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-03-20Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer1-7/+11
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer1-1/+3
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+422