- Jan 25, 2013
-
-
Andrew Trick authored
llvm-svn: 173431
-
- Dec 03, 2012
-
-
Chandler Carruth authored
Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131
-
- May 24, 2012
-
-
Patrik Hägglund authored
llvm-svn: 157381
-
- Mar 08, 2012
-
-
Benjamin Kramer authored
llvm-svn: 152346
-
- Mar 07, 2012
-
-
Andrew Trick authored
GV and XDOT paths are untested but should work the same. llvm-svn: 152179
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Oct 29, 2010
-
-
Dan Gohman authored
messages primarily indicate errors running the viewer, not errors with the graph file itself. llvm-svn: 117665
-
- Oct 05, 2010
-
-
Dan Gohman authored
Graphviz program, print something with a newline, to avoid leaving the line unfinished. llvm-svn: 115620
-
- Sep 27, 2010
-
-
Dan Gohman authored
llvm-svn: 114839
-
Dan Gohman authored
llvm-svn: 114832
-
- Apr 18, 2010
-
-
Chris Lattner authored
llvm-svn: 101692
-
- Apr 13, 2010
-
-
Chris Lattner authored
patch by 'ether'. llvm-svn: 101116
-
- Feb 23, 2010
-
-
Jeffrey Yasskin authored
llvm-svn: 96834
-
- Aug 24, 2009
-
-
Dan Gohman authored
llvm-svn: 79883
-
Chris Lattner authored
(HAVE_GV && (HAVE_DOT || HAVE_FDP || HAVE_NEATO || \ HAVE_TWOPI || HAVE_CIRCO)) are true. llvm-svn: 79872
-
Chris Lattner authored
forcing them down into various .cpp files. This change also: 1. Renames TimeValue::toString() and Path::toString() to ::str() for similarity with the STL. 2. Removes all stream insertion support for sys::Path, forcing clients to call .str(). 3. Removes a use of Config/alloca.h from bugpoint, using smallvector instead. 4. Weans llvm-db off <iostream> sys::Path really needs to be gutted, but I don't have the desire to do it at this point. llvm-svn: 79869
-
- Aug 23, 2009
-
-
Chris Lattner authored
llvm-svn: 79836
-
- Aug 05, 2009
-
-
Dan Gohman authored
llvm-svn: 78135
-
- Jul 09, 2009
-
-
David Greene authored
Add support for other GraphViz display tools. This can help with very large graphs, where dot isn't necessarily the most visually pleasing way of looking at the graph. llvm-svn: 75144
-
- Jul 08, 2009
-
-
David Greene authored
Allow users of GraphWriter to display graphs asynchronously. This provides a way to quickly dump a bunch of graph information to dot files and display them. It's a timesaver when working on large systems. llvm-svn: 75056
-
- Jan 20, 2009
-
-
Chris Lattner authored
Patrick Boettcher! llvm-svn: 62592
-
- Apr 15, 2008
-
-
Dan Gohman authored
for more space for displaying the graph. llvm-svn: 49730
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- May 03, 2007
-
-
Chris Lattner authored
a bug in GraphWriter.cpp. Patch by Florian Brandner llvm-svn: 36684
-
- Feb 16, 2007
-
-
Anton Korobeynikov authored
is especially needed for bugpoint. This partly implements PR688 llvm-svn: 34349
-
- Dec 07, 2006
-
-
Bill Wendling authored
now cerr, cout, and NullStream resp. llvm-svn: 32298
-
- Nov 26, 2006
-
-
Bill Wendling authored
llvm-svn: 31927
-
- Aug 25, 2006
-
-
Reid Spencer authored
llvm-svn: 29860
-
- Aug 21, 2006
-
-
Reid Spencer authored
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
-
Reid Spencer authored
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
-
- Jul 29, 2006
-
-
Chris Lattner authored
llvm-svn: 29399
-
- Jun 27, 2006
-
-
Reid Spencer authored
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
-