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