Retire llvm::array_endof in favor of non-member std::end.
[oota-llvm.git] / lib / Support / Unix / Program.inc
2014-02-24 Rafael EspindolaDelete dead code.
2014-01-27 Mark SeabornFix the "#ifndef HAVE_SYS_WAIT_H" code path in Program...
2013-10-08 Rafael EspindolaFix build on Solaris 11.
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-07-26 Rafael EspindolaAdd missing 'n'.
2013-07-26 Rafael EspindolaExtend the lifetime of the strings passed to posix_spaw...
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-12 Rafael EspindolaRemove the program class.
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-20 Benjamin KramerAvoid initializing posix_spawn_file_actions_t if not...
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.