aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Program.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+4
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-13/+23
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-30/+2
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-20/+25
* Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola2013-06-131-0/+23
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-131-4/+3
* Zero-initializing variables; fixes a build breakage introduced in r183864.Aaron Ballman2013-06-131-2/+2
* Remove the program class.Rafael Espindola2013-06-121-20/+18
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-261-4/+7
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-0/+1
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-3/+2
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+3
* Merge System into Support.Michael J. Spencer2010-11-291-0/+56