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
*
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
*
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
1
-5
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-13
1
-6
/
+6
*
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-21
1
-7
/
+6
*
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-05-11
1
-2
/
+5
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Avoid initializing posix_spawn_file_actions_t if not used.
Benjamin Kramer
2011-03-20
1
-7
/
+11
*
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2011-01-10
1
-1
/
+3
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-0
/
+422