- 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
- 8e667cd If an edge points to a field of another memory object, actually reflect this by Chris Lattner · 21 years ago
- 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 21 years ago
- 7252939 FINALLY be able to get symbolic type names in the globals graph! by Chris Lattner · 21 years ago
- 153f240 Try harder to get symbol info by Chris Lattner · 21 years ago
- 5171115 Use handy method by Chris Lattner · 21 years ago
- e92e764 getNodes() is gone, use node_begin/end instead by Chris Lattner · 22 years ago
- 4a85776 Allow disabling of ALL printing overhead when performing timings by Chris Lattner · 22 years ago
- 79390d4 Implement the CompleteBU pass by Chris Lattner · 22 years ago
- 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
- d8ea8a5 Print return nodes for graphs with multiple functions in them correctly by Chris Lattner · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 63899fa Print collapsed to match the paper by Chris Lattner · 22 years ago
- d9dad2c Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 22 years ago
- 6681e98 Use the getFunctionNames method by Chris Lattner · 22 years ago
- 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
- e0f4b98 Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
- bd92b73 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
- f1c2838 Mark function edges by Chris Lattner · 23 years ago
- 352a6fa Use the new tailclip property new added to graphviz CVS to make call nodes by Chris Lattner · 23 years ago
- 2cec1d3 Minor tweaks to printing. Close the file before viewing it in viewGraph by Chris Lattner · 23 years ago
- e79eaa9 Implement a new "viewGraph" method which can be used to instantly view a graph from gdb by Chris Lattner · 23 years ago
- 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
- 714752f Fix printing of nonfunction graphs by Chris Lattner · 23 years ago
- 32d10dd Be a bit more specific in caption by Chris Lattner · 23 years ago
- 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
- b3416bc Remove using declarations by Chris Lattner · 23 years ago
- 49a1ed0 Add stats by Chris Lattner · 23 years ago
- 6052594 Print the right call set size by Chris Lattner · 23 years ago
- 4f7815f Honor the shouldPrintAuxCalls flag by Chris Lattner · 23 years ago
- dd39848 Remove obsolete code by Chris Lattner · 23 years ago
- f76e754 Fix logic by Chris Lattner · 23 years ago
- aa0b468 Add globals graphs to all three passes by Chris Lattner · 23 years ago
- 33312f7 Add flush by Chris Lattner · 23 years ago
- 1421233 Compute total number of nodes and # call nodes by Chris Lattner · 23 years ago
- 95a80ad When the -only-print-main-ds option is specified, still print out graph size by Chris Lattner · 23 years ago
- 08db719 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 23 years ago
- c875f02 Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
- d18f342 Rename NewNode flag to HeapNode by Chris Lattner · 23 years ago
- ef69ccf Change the letters used to represent stack and heap allocations to "S" and "H" by Chris Lattner · 23 years ago
- 5af344d Implement the "unknown flag" which mainly consists of aligning printing code by Chris Lattner · 23 years ago
- 9267329 Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
- 482b651 Fix a confusing bug that caused return value and callee pointers to not by Chris Lattner · 23 years ago
- 0969c50 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
- d1f8d0a Fix previous checkin :( by Chris Lattner · 23 years ago
- af4800b Print the array flag by Chris Lattner · 23 years ago
- 42fd169 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
- a3f8586 Convert typerec to be a structure instead of a pair by Chris Lattner · 23 years ago
- dc062d3 Print Mod/ref info by Chris Lattner · 23 years ago
- e25ab83 Reenable printing of TD analysis by Chris Lattner · 23 years ago
- e17a4e8 Cleanup data structure graph printer, eliminate hard coded printing in by Chris Lattner · 23 years ago
- 962ee45 Make sure to print out the call nodes as well by Chris Lattner · 23 years ago
- eb265cd * Print the "return" node in the graphs by Chris Lattner · 23 years ago
- ff5feed The second element of the iterator is really an offset, not a link by Chris Lattner · 23 years ago
- 641e1c2 Specify the graph name by Chris Lattner · 23 years ago
- f29e307 - DSGraph Printing Improvements: by Chris Lattner · 23 years ago
- f6c52db Halfway conversion from custom printing to GraphWriter printing by Chris Lattner · 23 years ago
- 6727ec6 sgefa uses truely huge data structures nodes. Only print part of them if they by Chris Lattner · 23 years ago
- 55c1058 Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
- c5f21de DataStructure.h doesn't include DSGraph.h by Chris Lattner · 23 years ago
- 9cfb358 When printing DS nodes, print the mergemap index as well to allow easier by Chris Lattner · 23 years ago
- fccd06f Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
- dadd49b Add new -only-print-main-ds option that causes mains ds graph to be by Chris Lattner · 23 years ago
- dfd2f32 Print globals graph after either the BU or the TD pass. by Vikram S. Adve · 23 years ago
- 97f51a3 by Chris Lattner · 23 years ago
- 0d9bab8 Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. by Chris Lattner · 23 years ago
- 6c5ed41 added std:: to string by Anand Shukla · 23 years ago
- 76d5b48 * Pass the DSGraph around instead of the Function to printing fns by Chris Lattner · 23 years ago
- c68c31b New implementation of data structure analysis. Only local analysis has been by Chris Lattner · 23 years ago