summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/Printer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-071-3/+3
* If an edge points to a field of another memory object, actually reflect thisChris Lattner2004-06-221-0/+18
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-7/+2
* FINALLY be able to get symbolic type names in the globals graph!Chris Lattner2004-03-021-1/+14
* Try harder to get symbol infoChris Lattner2004-02-251-0/+3
* Use handy methodChris Lattner2004-02-211-1/+1
* getNodes() is gone, use node_begin/end insteadChris Lattner2004-02-071-6/+8
* Allow disabling of ALL printing overhead when performing timingsChris Lattner2004-01-221-0/+5
* Implement the CompleteBU passChris Lattner2003-11-131-0/+5
* Fine-grainify namespaces for this libraryChris Lattner2003-11-121-3/+3
* Print return nodes for graphs with multiple functions in them correctlyChris Lattner2003-11-121-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Print collapsed to match the paperChris Lattner2003-07-021-1/+1
* Dont' print scalar nodes for ConstantPointerRefsChris Lattner2003-07-011-1/+2
* Use the getFunctionNames methodChris Lattner2003-06-301-8/+3
* Revamp DSGraphs so that they can support multiple functions in the sameChris Lattner2003-06-301-19/+37
* Remove support for the MultiObject flag, which was fundamentally brokenChris Lattner2003-06-221-1/+0
* * Changes to make NodeType be private to DSNode.Chris Lattner2003-06-191-9/+12
* Mark function edgesChris Lattner2003-02-141-0/+2
* Use the new tailclip property new added to graphviz CVS to make call nodesChris Lattner2003-02-131-5/+4
* Minor tweaks to printing. Close the file before viewing it in viewGraphChris Lattner2003-02-111-1/+3
* Implement a new "viewGraph" method which can be used to instantly view a grap...Chris Lattner2003-02-101-0/+17
* Implement optimization for direct function call case. This dramaticallyChris Lattner2003-02-051-5/+14
* Fix printing of nonfunction graphsChris Lattner2003-02-041-2/+4
* Be a bit more specific in captionChris Lattner2003-02-021-1/+1
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-011-2/+2
* Remove using declarationsChris Lattner2003-02-011-5/+5
* Add statsChris Lattner2002-11-181-4/+15
* Print the right call set sizeChris Lattner2002-11-111-1/+3
* Honor the shouldPrintAuxCalls flagChris Lattner2002-11-101-4/+9
* Remove obsolete codeChris Lattner2002-11-091-14/+0
* Fix logicChris Lattner2002-11-091-1/+1
* Add globals graphs to all three passesChris Lattner2002-11-091-0/+10
* Add flushChris Lattner2002-11-081-1/+1
* Compute total number of nodes and # call nodesChris Lattner2002-11-071-0/+6
* When the -only-print-main-ds option is specified, still print out graph sizeChris Lattner2002-11-071-2/+9
* Dramatically simplify internal DSNode representation, get implementationChris Lattner2002-11-061-23/+20
* Rename ValueMap to ScalarMapChris Lattner2002-11-031-1/+1
* Rename NewNode flag to HeapNodeChris Lattner2002-11-031-1/+1
* Change the letters used to represent stack and heap allocations to "S" and "H"Chris Lattner2002-11-031-2/+2
* Implement the "unknown flag" which mainly consists of aligning printing codeChris Lattner2002-11-021-6/+7
* Stop representing scalars as explicit nodes in the graph. Now the onlyChris Lattner2002-11-021-10/+17
* Fix a confusing bug that caused return value and callee pointers to notChris Lattner2002-10-211-0/+10
* - Make DSCallSite not inherit from std::vector. Renamed methods slightly.Chris Lattner2002-10-211-5/+5
* Fix previous checkin :(Chris Lattner2002-10-201-1/+1
* Print the array flagChris Lattner2002-10-201-0/+2
* Added a first-class representation for each call site that can beVikram S. Adve2002-10-201-2/+2
* Convert typerec to be a structure instead of a pairChris Lattner2002-10-181-3/+3
* Print Mod/ref infoChris Lattner2002-10-171-0/+2
OpenPOWER on IntegriCloud