aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/Printer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reenable printing of TD analysisChris Lattner2002-10-171-3/+2
* Cleanup data structure graph printer, eliminate hard coded printing inChris Lattner2002-10-171-120/+18
* Make sure to print out the call nodes as wellChris Lattner2002-10-161-1/+14
* * Print the "return" node in the graphsChris Lattner2002-10-161-1/+18
* The second element of the iterator is really an offset, not a linkChris Lattner2002-10-161-1/+1
* Specify the graph nameChris Lattner2002-10-161-1/+1
* - DSGraph Printing Improvements:Chris Lattner2002-10-161-7/+7
* Halfway conversion from custom printing to GraphWriter printingChris Lattner2002-10-131-0/+33
* sgefa uses truely huge data structures nodes. Only print part of them if theyChris Lattner2002-10-031-2/+7
* Reimplement/port the Bottom Up Closure passChris Lattner2002-10-031-4/+9
* DataStructure.h doesn't include DSGraph.hChris Lattner2002-10-021-0/+1
* When printing DS nodes, print the mergemap index as well to allow easierChris Lattner2002-10-021-1/+1
* Checkin some major reworks of data structure analysis. This is not done,Chris Lattner2002-10-011-44/+46
* Add new -only-print-main-ds option that causes mains ds graph to beChris Lattner2002-07-311-1/+4
* Print globals graph after either the BU or the TD pass.Vikram S. Adve2002-07-301-17/+41
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-6/+11
* Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner2002-07-181-12/+23
* added std:: to stringAnand Shukla2002-07-161-4/+4
* * Pass the DSGraph around instead of the Function to printing fnsChris Lattner2002-07-111-16/+26