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