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 | -3/+2 |
| | | | | | | info in the error message. Per Dan's request. llvm-svn: 131780 | ||||
* | Bugpoint support for miscompilations that result in a crash. | Andrew Trick | 2011-05-11 | 1 | -2/+3 |
| | | | | | | | | | This change allows bugpoint to pinpoint the "opt" pass and bitcode segment responsible for a crash caused by miscompilation. At least it works well for me now, without having to create any custom execution wrappers. llvm-svn: 131186 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+56 |
llvm-svn: 120298 |