Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick | 2011-05-21 | 1 | -4/+5 |
| | | | | | | info in the error message. Per Dan's request. llvm-svn: 131780 | ||||
* | Typo and missing checkin from r131186. | Andrew Trick | 2011-05-11 | 1 | -1/+2 |
| | | | | llvm-svn: 131187 | ||||
* | Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ↵ | NAKAMURA Takumi | 2011-02-09 | 1 | -9/+0 |
| | | | | | | It should be provided with _WIN32_WINNT>=0x0500. llvm-svn: 125170 | ||||
* | Windows/Program.inc: Quote arguments when dubious characters (used by ↵ | NAKAMURA Takumi | 2011-02-05 | 1 | -1/+1 |
| | | | | | | cmd.exe or MSYS shell) are included to invoke CreateProcess(). Thanks to Danil Malyshev. llvm-svn: 124945 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+412 |
llvm-svn: 120298 |