Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support/Program: Make Change<stream>ToBinary return error_code. | Michael J. Spencer | 2011-12-13 | 1 | -6/+6 |
| | | | | llvm-svn: 146522 | ||||
* | Have Program::Wait return -2 for crashed and timeouts instead of embedding | Andrew Trick | 2011-05-21 | 1 | -7/+6 |
| | | | | | | 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/+5 |
| | | | | | | | | | 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 | ||||
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558 | ||||
* | Avoid initializing posix_spawn_file_actions_t if not used. | Benjamin Kramer | 2011-03-20 | 1 | -7/+11 |
| | | | | | | | - glibc falls back to fork+exec if a file actions object is present. - On BSDs this saves a malloc. llvm-svn: 127969 | ||||
* | Support/Path: Deprecate PathV1::exists and replace all uses with ↵ | Michael J. Spencer | 2011-01-10 | 1 | -1/+3 |
| | | | | | | PathV2::fs::exists. llvm-svn: 123151 | ||||
* | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
| | | | | | | | | from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+422 |
llvm-svn: 120298 |