- 7c77323 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
- 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
- a7913e6 EquivClassGraphs is now in DataStructure.h by Chris Lattner · 21 years ago
- d21e220 no really, don't double count these nodes either! by Chris Lattner · 21 years ago
- b7ffd50 Don't count all of the nodes in the SCC once for each function in the SCC. by Chris Lattner · 21 years ago
- 5635a88 print out equiv class info. by Chris Lattner · 21 years ago
- 62462c2 remove use of compat_iterator. by Chris Lattner · 21 years ago
- 92d0c1c1b Start using retnodes_* for iteration. by Chris Lattner · 21 years ago
- 68c3cac ADd support for printing eqgraphs. by Chris Lattner · 21 years ago
- 63a46ce Signficantly speed up printing by not emitting the same file twice with by Chris Lattner · 21 years ago
- a1b39fa * Make some methods more const correct. by Chris Lattner · 21 years ago
- c76fef1 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 30d69a5 bug 122: by Reid Spencer · 21 years ago
- f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
- 881d959 If an edge points to a field of another memory object, actually reflect this by Chris Lattner · 21 years ago
- e330adf Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 22 years ago
- 2e92b46 FINALLY be able to get symbolic type names in the globals graph! by Chris Lattner · 22 years ago
- 17bce88 Try harder to get symbol info by Chris Lattner · 22 years ago
- eeb6919 Use handy method by Chris Lattner · 22 years ago
- ce74c2f getNodes() is gone, use node_begin/end instead by Chris Lattner · 22 years ago
- 45fd9d5 Allow disabling of ALL printing overhead when performing timings by Chris Lattner · 22 years ago
- baef234 Implement the CompleteBU pass by Chris Lattner · 22 years ago
- 9e87655 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
- b740afb Print return nodes for graphs with multiple functions in them correctly by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 049d558 Print collapsed to match the paper by Chris Lattner · 22 years ago
- 8a30ad6 Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 22 years ago
- 70923c6 Use the getFunctionNames method by Chris Lattner · 22 years ago
- 63aeacf Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
- d791d8e Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
- 4853d16 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
- b5cbfa0 Mark function edges by Chris Lattner · 23 years ago
- 60ede77 Use the new tailclip property new added to graphviz CVS to make call nodes by Chris Lattner · 23 years ago
- 7635026 Minor tweaks to printing. Close the file before viewing it in viewGraph by Chris Lattner · 23 years ago
- 75007f1 Implement a new "viewGraph" method which can be used to instantly view a graph from gdb by Chris Lattner · 23 years ago
- 80614ee Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
- 4113571 Fix printing of nonfunction graphs by Chris Lattner · 23 years ago
- 07ba9d9 Be a bit more specific in caption by Chris Lattner · 23 years ago
- c44c04a Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
- ee97c8b Remove using declarations by Chris Lattner · 23 years ago
- 77b8061 Add stats by Chris Lattner · 23 years ago
- 773da86 Print the right call set size by Chris Lattner · 23 years ago
- e79ce7d Honor the shouldPrintAuxCalls flag by Chris Lattner · 23 years ago
- 3e32cd8 Remove obsolete code by Chris Lattner · 23 years ago
- d185d2c Fix logic by Chris Lattner · 23 years ago
- 4b1be35 Add globals graphs to all three passes by Chris Lattner · 23 years ago
- b0c9b37 Add flush by Chris Lattner · 23 years ago
- c03a377 Compute total number of nodes and # call nodes by Chris Lattner · 23 years ago
- 2d0081a When the -only-print-main-ds option is specified, still print out graph size by Chris Lattner · 23 years ago
- 48e37d9 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 23 years ago
- a20fabc Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
- bd7af8e Rename NewNode flag to HeapNode by Chris Lattner · 23 years ago
- 4b6a813 Change the letters used to represent stack and heap allocations to "S" and "H" by Chris Lattner · 23 years ago
- 63ba1ac Implement the "unknown flag" which mainly consists of aligning printing code by Chris Lattner · 23 years ago
- a7b0d4e Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
- 800b7e3 Fix a confusing bug that caused return value and callee pointers to not by Chris Lattner · 23 years ago
- 5c3ce31 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
- 07d6905 Fix previous checkin :( by Chris Lattner · 23 years ago
- 4330168 Print the array flag by Chris Lattner · 23 years ago
- dc9e142 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
- f931f6b Convert typerec to be a structure instead of a pair by Chris Lattner · 23 years ago
- ac2de97 Print Mod/ref info by Chris Lattner · 23 years ago
- 6b5acda Reenable printing of TD analysis by Chris Lattner · 23 years ago
- ddebb43 Cleanup data structure graph printer, eliminate hard coded printing in by Chris Lattner · 23 years ago
- 7b0ebe9 Make sure to print out the call nodes as well by Chris Lattner · 23 years ago
- fea9f0b * Print the "return" node in the graphs by Chris Lattner · 23 years ago
- 5274757 The second element of the iterator is really an offset, not a link by Chris Lattner · 23 years ago
- b1c17ad Specify the graph name by Chris Lattner · 23 years ago
- eb15c6d - DSGraph Printing Improvements: by Chris Lattner · 23 years ago
- b0f3878 Halfway conversion from custom printing to GraphWriter printing by Chris Lattner · 23 years ago
- 9dfb9f4 sgefa uses truely huge data structures nodes. Only print part of them if they by Chris Lattner · 23 years ago
- c9c681e Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
- 3f69054 DataStructure.h doesn't include DSGraph.h by Chris Lattner · 23 years ago
- 4e37455 When printing DS nodes, print the mergemap index as well to allow easier by Chris Lattner · 23 years ago
- 193e692 Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
- 35f0c49 Add new -only-print-main-ds option that causes mains ds graph to be by Chris Lattner · 23 years ago
- 256776e Print globals graph after either the BU or the TD pass. by Vikram S. Adve · 23 years ago
- 96a0dfa by Chris Lattner · 23 years ago
- 4c0d620 Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. by Chris Lattner · 23 years ago
- d862545 added std:: to string by Anand Shukla · 23 years ago
- 83ce4f9 * Pass the DSGraph around instead of the Function to printing fns by Chris Lattner · 23 years ago
- c0dab43 New implementation of data structure analysis. Only local analysis has been by Chris Lattner · 23 years ago