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