| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Refactor ExecuteAndWait to take StringRefs. | Zachary Turner | 2018-06-12 | 1 | -7/+9 |
| * | Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine." | Zachary Turner | 2018-06-10 | 1 | -0/+9 |
| * | Revert "Resubmit "[Support] Expose flattenWindowsCommandLine."" | Zachary Turner | 2018-06-10 | 1 | -9/+0 |
| * | Resubmit "[Support] Expose flattenWindowsCommandLine." | Zachary Turner | 2018-06-10 | 1 | -0/+9 |
| * | Revert "[Support] Expose flattenWindowsCommandLine." | Zachary Turner | 2018-06-09 | 1 | -9/+0 |
| * | [Support] Expose flattenWindowsCommandLine. | Zachary Turner | 2018-06-09 | 1 | -0/+9 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -1/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -1/+1 |
| * | Convenience/safety fix for llvm::sys::Execute(And|No)Wait | Alexander Kornienko | 2017-09-13 | 1 | -5/+8 |
| * | Minor style fixes in lib/Support/**/Program.(inc|cpp). | Alexander Kornienko | 2017-09-06 | 1 | -12/+12 |
| * | Purge unused includes throughout libSupport. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | Fix .cpp files claiming to be header files | Hans Wennborg | 2014-06-20 | 1 | -1/+1 |
| * | Remove system_error.h. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
| * | Fix the behavior of ExecuteAndWait with a non-zero timeout. | Peter Collingbourne | 2014-05-31 | 1 | -1/+2 |
| * | Add non-blocking Wait() for launched processes | Tareq A. Siraj | 2013-10-01 | 1 | -13/+23 |
| * | Replace use of PathV1.h in Program.cpp. | Rafael Espindola | 2013-06-14 | 1 | -30/+2 |
| * | Avoid using PathV1.h in Program.h. | Rafael Espindola | 2013-06-13 | 1 | -20/+25 |
| * | Add a version of sys::ExecuteAndWait that takes StringRefs. | Rafael Espindola | 2013-06-13 | 1 | -0/+23 |
| * | [Support] Fix handle and memory leak for processes that are not waited for | Reid Kleckner | 2013-06-13 | 1 | -4/+3 |
| * | Zero-initializing variables; fixes a build breakage introduced in r183864. | Aaron Ballman | 2013-06-13 | 1 | -2/+2 |
| * | Remove the program class. | Rafael Espindola | 2013-06-12 | 1 | -20/+18 |
| * | Add a boolean parameter to the ExecuteAndWait static function to indicated | Chad Rosier | 2013-03-26 | 1 | -4/+7 |
| * | Support/Program: Make Change<stream>ToBinary return error_code. | Michael J. Spencer | 2011-12-13 | 1 | -0/+1 |
| * | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick | 2011-05-21 | 1 | -3/+2 |
| * | Bugpoint support for miscompilations that result in a crash. | Andrew Trick | 2011-05-11 | 1 | -2/+3 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+56 |