Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -216/+0 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | If a node has more than 64 outgoing edges, make the edges go from the ↵ | Chris Lattner | 2004-02-11 | 1 | -1/+3 |
| | | | | | | | | 'truncated' block, instead of dropping them entirely. llvm-svn: 11334 | ||||
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 1 | -4/+5 |
| | | | | llvm-svn: 10029 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Escape "'s, which are frequent visitors to C++ types | Chris Lattner | 2003-10-31 | 1 | -0/+1 |
| | | | | llvm-svn: 9642 | ||||
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | llvm-svn: 9300 | ||||
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
| | | | | llvm-svn: 8782 | ||||
* | Allow the addition of edge source labels | Chris Lattner | 2003-02-05 | 1 | -1/+4 |
| | | | | llvm-svn: 5493 | ||||
* | Fix a problem where bad graphs could be generated | Chris Lattner | 2002-11-10 | 1 | -1/+3 |
| | | | | llvm-svn: 4671 | ||||
* | Old GCC's don't have an <ostream> | Chris Lattner | 2002-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 4293 | ||||
* | Don't emit braces around something without outgoing edges | Chris Lattner | 2002-10-18 | 1 | -3/+5 |
| | | | | llvm-svn: 4225 | ||||
* | Break up the GraphWriter into smaller chunks to be used in different ways | Chris Lattner | 2002-10-17 | 1 | -10/+17 |
| | | | | llvm-svn: 4207 | ||||
* | Allow simple nodes to have outgoing edges | Chris Lattner | 2002-10-16 | 1 | -5/+16 |
| | | | | llvm-svn: 4202 | ||||
* | * Factor printing code again, add emitSimpleNode method | Chris Lattner | 2002-10-16 | 1 | -8/+29 |
| | | | | llvm-svn: 4198 | ||||
* | * Add new DOTGraphTraits::addCustomGraphFeatures method | Chris Lattner | 2002-10-16 | 1 | -0/+4 |
| | | | | llvm-svn: 4197 | ||||
* | * Significantly refactor GraphWriter into a class. | Chris Lattner | 2002-10-16 | 1 | -41/+69 |
| | | | | llvm-svn: 4194 | ||||
* | - Generic graph printing infrastructure changes: | Chris Lattner | 2002-10-16 | 1 | -18/+19 |
| | | | | | | | | * Only print outgoing edges from a cell if the destination isn't null. This is important for DSGraphs, which have sources with no edges. * Allow Node attributes to override shape of the node llvm-svn: 4192 | ||||
* | * Don't only print out reachable nodes in the graph. | Chris Lattner | 2002-10-10 | 1 | -7/+7 |
| | | | | | | | * use new api to get all nodes in the graph * Allow custom graph traits llvm-svn: 4109 | ||||
* | Don't rotate paper. | Chris Lattner | 2002-10-07 | 1 | -2/+1 |
| | | | | llvm-svn: 4066 | ||||
* | - Allow printing generic LLVM graphs to 'dot' files, so they can be | Chris Lattner | 2002-10-07 | 1 | -0/+123 |
visualized easily. llvm-svn: 4061 |