1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 08426e1 Refactor ExecuteAndWait to take StringRefs. by Zachary Turner · 7 years ago
  3. 15243d5 Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine." by Zachary Turner · 7 years ago
  4. 071a090 Revert "Resubmit "[Support] Expose flattenWindowsCommandLine."" by Zachary Turner · 7 years ago
  5. 5e11976 Resubmit "[Support] Expose flattenWindowsCommandLine." by Zachary Turner · 7 years ago
  6. 1fbca91 Revert "[Support] Expose flattenWindowsCommandLine." by Zachary Turner · 7 years ago
  7. 48c3341 [Support] Expose flattenWindowsCommandLine. by Zachary Turner · 7 years ago
  8. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  9. 712e8d2 s/LLVM_ON_WIN32/_WIN32/, llvm by Nico Weber · 7 years ago
  10. 208eecd Convenience/safety fix for llvm::sys::Execute(And|No)Wait by Alexander Kornienko · 8 years ago
  11. 3ad84ee Minor style fixes in lib/Support/**/Program.(inc|cpp). by Alexander Kornienko · 8 years ago
  12. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  13. cfe341f Fix .cpp files claiming to be header files by Hans Wennborg · 11 years ago
  14. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  15. ec1aaca Fix the behavior of ExecuteAndWait with a non-zero timeout. by Peter Collingbourne · 11 years ago
  16. d88b983 Add non-blocking Wait() for launched processes by Tareq A. Siraj · 12 years ago
  17. b0a5c96 Replace use of PathV1.h in Program.cpp. by Rafael Espindola · 12 years ago
  18. 7c1023a Avoid using PathV1.h in Program.h. by Rafael Espindola · 12 years ago
  19. 6828fe4 Add a version of sys::ExecuteAndWait that takes StringRefs. by Rafael Espindola · 12 years ago
  20. 6e6a0f5 [Support] Fix handle and memory leak for processes that are not waited for by Reid Kleckner · 12 years ago
  21. 54e9bd2 Zero-initializing variables; fixes a build breakage introduced in r183864. by Aaron Ballman · 12 years ago
  22. cb2eca0 Remove the program class. by Rafael Espindola · 12 years ago
  23. 654190a Add a boolean parameter to the ExecuteAndWait static function to indicated by Chad Rosier · 13 years ago
  24. a2755f8 Support/Program: Make Change<stream>ToBinary return error_code. by Michael J. Spencer · 14 years ago
  25. d5d0764 Have Program::Wait return -2 for crashed and timeouts instead of embedding by Andrew Trick · 14 years ago
  26. 55aeb55 Bugpoint support for miscompilations that result in a crash. by Andrew Trick · 14 years ago
  27. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (96%) from llvm/lib/System/Program.cpp]
  28. fc81579 Make Program::Wait differentiate execution failure due to the file by Dan Gohman · 15 years ago
  29. d9e22a8 unnest from namespace. by Chris Lattner · 15 years ago
  30. 36cb832 Remove duplication in Program::Execute{And,No}Wait. by Mikhail Glushenkov · 16 years ago
  31. a8b7e78 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  32. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  33. 082e2a7 For PR780: by Reid Spencer · 19 years ago
  34. 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  35. 10468d8 Remove trailing whitespace by Misha Brukman · 20 years ago
  36. c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago
  37. 51ea06a For PR351: by Reid Spencer · 21 years ago
  38. 76b83a1 Initial commit of an platform-indepdendent implementation for the by Reid Spencer · 21 years ago