summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Program.inc
Commit message (Expand)AuthorAge
* lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the caseJulien Lerouge2014-06-27
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Delete dead code.Rafael Espindola2014-02-24
* Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compileMark Seaborn2014-01-27
* Fix build on Solaris 11.Rafael Espindola2013-10-08
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Add missing 'n'.Rafael Espindola2013-07-26
* Extend the lifetime of the strings passed to posix_spawn_file_actions_addopen.Rafael Espindola2013-07-26
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-14
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-11
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-04
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Avoid initializing posix_spawn_file_actions_t if not used.Benjamin Kramer2011-03-20
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29