| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Patrick Boettcher!
llvm-svn: 62592
|
|
|
|
|
|
| |
for more space for displaying the graph.
llvm-svn: 49730
|
|
|
|
| |
llvm-svn: 45418
|
|
|
|
|
|
|
|
| |
a bug in GraphWriter.cpp.
Patch by Florian Brandner
llvm-svn: 36684
|
|
|
|
|
|
| |
is especially needed for bugpoint. This partly implements PR688
llvm-svn: 34349
|
|
|
|
|
|
| |
now cerr, cout, and NullStream resp.
llvm-svn: 32298
|
|
|
|
| |
llvm-svn: 31927
|
|
|
|
| |
llvm-svn: 29860
|
|
|
|
|
|
|
|
| |
Adjust usage of the ExecuteAndWait function to use the last argument which
is the ErrMsg string. This is necessitated because this function no longer
throws exceptions on error.
llvm-svn: 29791
|
|
|
|
|
|
|
|
| |
Make sys::Program::ExecuteAndWait not throw exceptions and update any
affected code. It now return -9999 to signal that the program couldn't be
executed. Only one case (in bugpoint) actually examines the result code.
llvm-svn: 29785
|
|
|
|
| |
llvm-svn: 29399
|
|
Refactor the Graph writing code to use a common implementation which is
now in lib/Support/GraphWriter.cpp. This completes the PR.
Patch by Anton Korobeynikov. Thanks, Anton!
llvm-svn: 28925
|