summaryrefslogtreecommitdiff
path: root/lib/Support/Program.cpp
Commit message (Expand)AuthorAge
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-14
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-13
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-13
* Zero-initializing variables; fixes a build breakage introduced in r183864.Aaron Ballman2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-26
* 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
* Merge System into Support.Michael J. Spencer2010-11-29