aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Program.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-0/+1
2014-06-20Fix .cpp files claiming to be header filesHans Wennborg1-1/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-05-31Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne1-1/+2
2013-10-01Add non-blocking Wait() for launched processesTareq A. Siraj1-13/+23
2013-06-14Replace use of PathV1.h in Program.cpp.Rafael Espindola1-30/+2
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola1-20/+25
2013-06-13Add a version of sys::ExecuteAndWait that takes StringRefs.Rafael Espindola1-0/+23
2013-06-13[Support] Fix handle and memory leak for processes that are not waited forReid Kleckner1-4/+3
2013-06-13Zero-initializing variables; fixes a build breakage introduced in r183864.Aaron Ballman1-2/+2
2013-06-12Remove the program class.Rafael Espindola1-20/+18
2013-03-26Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier1-4/+7
2011-12-13Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer1-0/+1
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick1-3/+2
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick1-2/+3
2010-11-29Merge System into Support.Michael J. Spencer1-0/+56