Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support/Program: Make Change<stream>ToBinary return error_code. | Michael J. Spencer | 2011-12-13 | 1 | -6/+12 |
| | | | | llvm-svn: 146522 | ||||
* | Support/Windows: Cleanup scoped handles. | Michael J. Spencer | 2011-12-12 | 1 | -3/+3 |
| | | | | llvm-svn: 146362 | ||||
* | [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from ↵ | NAKAMURA Takumi | 2011-11-29 | 1 | -1/+11 |
| | | | | | | | | | | | | the driver. clang/lib/Driver/Driver.cpp: Don't pass through negative exit status, or parent would be confused. llvm::sys::Program::Wait(): Suppose 0x8000XXXX and 0xC000XXXX as abnormal exit code and pass it as negative value. Win32 Exception Handler: Exit with ExceptionCode on an unhandle exception. llvm-svn: 145389 | ||||
* | Return only the least significant 8 bits of the exit status from | Peter Collingbourne | 2011-11-06 | 1 | -1/+1 |
| | | | | | | Process::Wait on Windows (mimicing POSIX behaviour). llvm-svn: 143876 | ||||
* | 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 |