aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Printer.cpp
AgeCommit message (Expand)Author
2006-12-13Remove DSA.John Criswell
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-17Needed <iostream> for now.Bill Wendling
2006-10-02Add ability to annotate (color) nodes in a viewGraph.Jim Laskey
2006-06-27For PR801:Reid Spencer
2006-06-05For PR798:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-02EquivClassGraphs is now in DataStructure.hChris Lattner
2005-03-25no really, don't double count these nodes either!Chris Lattner
2005-03-25Don't count all of the nodes in the SCC once for each function in the SCC.Chris Lattner
2005-03-20print out equiv class info.Chris Lattner
2005-03-16remove use of compat_iterator.Chris Lattner
2005-03-15Start using retnodes_* for iteration.Chris Lattner
2005-03-13ADd support for printing eqgraphs.Chris Lattner
2005-02-01Signficantly speed up printing by not emitting the same file twice withChris Lattner
2005-01-30* Make some methods more const correct.Chris Lattner
2004-10-30Fix some more problems where we called getOffset before getNode()Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2004-06-22If an edge points to a field of another memory object, actually reflect thisChris Lattner
2004-05-05Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke
2004-03-02FINALLY be able to get symbolic type names in the globals graph!Chris Lattner
2004-02-25Try harder to get symbol infoChris Lattner
2004-02-21Use handy methodChris Lattner
2004-02-07getNodes() is gone, use node_begin/end insteadChris Lattner
2004-01-22Allow disabling of ALL printing overhead when performing timingsChris Lattner
2003-11-13Implement the CompleteBU passChris Lattner
2003-11-12Fine-grainify namespaces for this libraryChris Lattner
2003-11-12Print return nodes for graphs with multiple functions in them correctlyChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-07-02Print collapsed to match the paperChris Lattner
2003-07-01Dont' print scalar nodes for ConstantPointerRefsChris Lattner
2003-06-30Use the getFunctionNames methodChris Lattner
2003-06-30Revamp DSGraphs so that they can support multiple functions in the sameChris Lattner
2003-06-22Remove support for the MultiObject flag, which was fundamentally brokenChris Lattner
2003-06-19* Changes to make NodeType be private to DSNode.Chris Lattner
2003-02-14Mark function edgesChris Lattner
2003-02-13Use the new tailclip property new added to graphviz CVS to make call nodesChris Lattner
2003-02-11Minor tweaks to printing. Close the file before viewing it in viewGraphChris Lattner
2003-02-10Implement a new "viewGraph" method which can be used to instantly view a grap...Chris Lattner
2003-02-05Implement optimization for direct function call case. This dramaticallyChris Lattner
2003-02-04Fix printing of nonfunction graphsChris Lattner
2003-02-02Be a bit more specific in captionChris Lattner
2003-02-01Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner
2003-02-01Remove using declarationsChris Lattner