aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Program.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner1-7/+9
2018-06-10Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner1-0/+9
2018-06-10Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner1-9/+0
2018-06-10Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner1-0/+9
2018-06-09Revert "[Support] Expose flattenWindowsCommandLine."Zachary Turner1-9/+0
2018-06-09[Support] Expose flattenWindowsCommandLine.Zachary Turner1-0/+9
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-1/+1
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-1/+1
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko1-5/+8
2017-09-06Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko1-12/+12
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