index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Unix
/
Program.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...
Jan Korous
2019-08-14
1
-1
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
posix_spawn should retry upon EINTR
JF Bastien
2019-04-24
1
-6
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Refactor ExecuteAndWait to take StringRefs.
Zachary Turner
2018-06-12
1
-7
/
+28
*
Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
1
-6
/
+4
*
Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""
Zachary Turner
2018-06-10
1
-4
/
+6
*
Resubmit "[Support] Expose flattenWindowsCommandLine."
Zachary Turner
2018-06-10
1
-6
/
+4
*
commandLineFitsWithinSystemLimits Overestimates System Limits
Alexander Kornienko
2018-06-08
1
-1
/
+12
*
Clean up some code in Program.
Zachary Turner
2018-06-08
1
-0
/
+2
*
[Unix] Indent ChangeStd{in,out}ToBinary.
Fangrui Song
2018-05-16
1
-4
/
+4
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
1
-6
/
+6
*
Minor style fixes in lib/Support/**/Program.(inc|cpp).
Alexander Kornienko
2017-09-06
1
-32
/
+30
*
[Solaris] get rid of _RESTRICT_KYWD warning during the build
Kamil Rytarowski
2017-07-08
1
-3
/
+0
*
Support: chunk writing on Linux
Saleem Abdulrasool
2017-06-20
1
-1
/
+12
*
Support: Don't set RLIMIT_AS on child processes when applying a memory limit
David Blaikie
2017-06-12
1
-10
/
+0
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-16
/
+13
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-13
/
+16
*
[Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...
Oleg Ranevskyy
2016-01-05
1
-2
/
+2
*
Remove the configure and cmake checks for sys/wait.h
Justin Bogner
2015-08-04
1
-7
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-2
/
+3
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier.
Chris Bieneman
2015-02-19
1
-2
/
+10
*
iOS doesn't have crt_externs.h available, so we fall back to the posix method.
Chris Bieneman
2015-01-30
1
-2
/
+5
*
Fix several bugs in r221220's new program finding code.
Chandler Carruth
2014-12-02
1
-5
/
+6
*
Remove FindProgramByName. NFC.
Rafael Espindola
2014-11-04
1
-46
/
+0
*
[Support][Program] Add findProgramByName(Name, OptionalPaths)
Michael J. Spencer
2014-11-04
1
-0
/
+28
*
Fix bug where sys::Wait could wait on wrong pid.
Rafael Espindola
2014-10-27
1
-1
/
+0
*
Add writeFileWithSystemEncoding to LibLLVMSuppor.
Rafael Espindola
2014-09-03
1
-0
/
+18
*
Fix bug in llvm::sys::argumentsFitWithinSystemLimits().
Rafael Espindola
2014-08-25
1
-2
/
+2
*
lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the case
Julien Lerouge
2014-06-27
1
-1
/
+5
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+2
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-11
/
+12
*
Delete dead code.
Rafael Espindola
2014-02-24
1
-5
/
+0
*
Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile
Mark Seaborn
2014-01-27
1
-0
/
+1
*
Fix build on Solaris 11.
Rafael Espindola
2013-10-08
1
-0
/
+3
*
Add non-blocking Wait() for launched processes
Tareq A. Siraj
2013-10-01
1
-54
/
+70
*
Add missing 'n'.
Rafael Espindola
2013-07-26
1
-1
/
+1
*
Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.
Rafael Espindola
2013-07-26
1
-7
/
+21
*
Replace use of PathV1.h in Program.cpp.
Rafael Espindola
2013-06-14
1
-29
/
+27
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
1
-7
/
+7
*
[Support] Fix handle and memory leak for processes that are not waited for
Reid Kleckner
2013-06-13
1
-8
/
+6
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-21
/
+17
*
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-11
1
-0
/
+24
*
More MSan/ASan annotations.
Evgeniy Stepanov
2013-02-04
1
-0
/
+5
*
Remove an unused method on Program.
Chandler Carruth
2012-12-31
1
-18
/
+0
[next]