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