Fix bug where sys::Wait could wait on wrong pid.
[oota-llvm.git] / lib / Support / Program.cpp
2014-06-20 Hans WennborgFix .cpp files claiming to be header files
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-31 Peter CollingbourneFix the behavior of ExecuteAndWait with a non-zero...
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaAdd a version of sys::ExecuteAndWait that takes StringRefs.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-13 Aaron BallmanZero-initializing variables; fixes a build breakage...
2013-06-12 Rafael EspindolaRemove the program class.
2013-03-26 Chad RosierAdd a boolean parameter to the ExecuteAndWait static...
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...
2010-11-29 Michael J. SpencerMerge System into Support.