Age | Commit message (Expand) | Author | Files | Lines |
2021-04-16 | [SystemZ][z/OS][Windows] Add new functions that set Text/Binary mode for Stdi... | Abhina Sreeskantharajan | 1 | -0/+12 |
2021-04-06 | [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste... | Abhina Sreeskantharajan | 1 | -1/+1 |
2021-01-28 | Support: Simplify __HAIKU__ #ifdef in llvm::sys::Wait, NFC | Duncan P. N. Exon Smith | 1 | -4/+3 |
2021-01-28 | [Support] Fix build for Haiku | Serge Pavlov | 1 | -0/+4 |
2021-01-14 | Re-land [Support] On Windows, take the affinity mask into account | Alexandre Ganea | 1 | -1/+5 |
2021-01-13 | Revert "[Support] On Windows, take the affinity mask into account" | Alexandre Ganea | 1 | -5/+1 |
2021-01-13 | [Support] On Windows, take the affinity mask into account | Alexandre Ganea | 1 | -1/+5 |
2020-06-25 | [NFC][Support] Make Unix/Program.inc separately compilable | Hubert Tong | 1 | -4/+3 |
2020-06-25 | [Support][AIX] Add declaration of wait4 to fix build | Hubert Tong | 1 | -7/+53 |
2020-06-17 | [Support] Get process statistics in ExecuteAndWait and Wait | Serge Pavlov | 1 | -2/+13 |
2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer | 1 | -6/+5 |
2019-08-14 | [Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ... | Jan Korous | 1 | -1/+1 |
2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 1 | -1/+1 |
2019-04-24 | posix_spawn should retry upon EINTR | JF Bastien | 1 | -6/+10 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-06-12 | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner | 1 | -7/+28 |
2018-06-10 | Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine." | Zachary Turner | 1 | -6/+4 |
2018-06-10 | Revert "Resubmit "[Support] Expose flattenWindowsCommandLine."" | Zachary Turner | 1 | -4/+6 |
2018-06-10 | Resubmit "[Support] Expose flattenWindowsCommandLine." | Zachary Turner | 1 | -6/+4 |
2018-06-08 | commandLineFitsWithinSystemLimits Overestimates System Limits | Alexander Kornienko | 1 | -1/+12 |
2018-06-08 | Clean up some code in Program. | Zachary Turner | 1 | -0/+2 |
2018-05-16 | [Unix] Indent ChangeStd{in,out}ToBinary. | Fangrui Song | 1 | -4/+4 |
2017-09-13 | Convenience/safety fix for llvm::sys::Execute(And|No)Wait | Alexander Kornienko | 1 | -6/+6 |
2017-09-06 | Minor style fixes in lib/Support/**/Program.(inc|cpp). | Alexander Kornienko | 1 | -32/+30 |
2017-07-08 | [Solaris] get rid of _RESTRICT_KYWD warning during the build | Kamil Rytarowski | 1 | -3/+0 |
2017-06-20 | Support: chunk writing on Linux | Saleem Abdulrasool | 1 | -1/+12 |
2017-06-12 | Support: Don't set RLIMIT_AS on child processes when applying a memory limit | David Blaikie | 1 | -10/+0 |
2016-04-05 | Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil... | Duncan P. N. Exon Smith | 1 | -16/+13 |
2016-04-05 | Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe... | Eugene Zelenko | 1 | -13/+16 |
2016-01-05 | [Clang/Support/Windows/Unix] Command lines created by clang may exceed the co... | Oleg Ranevskyy | 1 | -2/+2 |
2015-08-04 | Remove the configure and cmake checks for sys/wait.h | Justin Bogner | 1 | -7/+0 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -2/+2 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -2/+2 |
2015-06-13 | Don't use std::errc. | Rafael Espindola | 1 | -2/+3 |
2015-03-23 | Purge unused includes throughout libSupport. | Benjamin Kramer | 1 | -1/+2 |
2015-02-19 | Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier. | Chris Bieneman | 1 | -2/+10 |
2015-01-30 | iOS doesn't have crt_externs.h available, so we fall back to the posix method. | Chris Bieneman | 1 | -2/+5 |
2014-12-02 | Fix several bugs in r221220's new program finding code. | Chandler Carruth | 1 | -5/+6 |
2014-11-04 | Remove FindProgramByName. NFC. | Rafael Espindola | 1 | -46/+0 |
2014-11-04 | [Support][Program] Add findProgramByName(Name, OptionalPaths) | Michael J. Spencer | 1 | -0/+28 |
2014-10-27 | Fix bug where sys::Wait could wait on wrong pid. | Rafael Espindola | 1 | -1/+0 |
2014-09-03 | Add writeFileWithSystemEncoding to LibLLVMSuppor. | Rafael Espindola | 1 | -0/+18 |
2014-08-25 | Fix bug in llvm::sys::argumentsFitWithinSystemLimits(). | Rafael Espindola | 1 | -2/+2 |
2014-06-27 | lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the case | Julien Lerouge | 1 | -1/+5 |
2014-06-13 | Remove 'using std::errro_code' from lib. | Rafael Espindola | 1 | -5/+4 |
2014-06-12 | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 1 | -0/+2 |
2014-05-31 | There is no std::errc::success, remove the llvm one. | Rafael Espindola | 1 | -2/+2 |
2014-04-28 | [C++] Use 'nullptr'. | Craig Topper | 1 | -11/+12 |
2014-02-24 | Delete dead code. | Rafael Espindola | 1 | -5/+0 |
2014-01-27 | Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile | Mark Seaborn | 1 | -0/+1 |