1. 8a30ad6 Dont' print scalar nodes for ConstantPointerRefs by Chris Lattner · 22 years ago
  2. 70923c6 Use the getFunctionNames method by Chris Lattner · 22 years ago
  3. 63aeacf Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
  4. d791d8e Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
  5. 4853d16 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
  6. b5cbfa0 Mark function edges by Chris Lattner · 23 years ago
  7. 60ede77 Use the new tailclip property new added to graphviz CVS to make call nodes by Chris Lattner · 23 years ago
  8. 7635026 Minor tweaks to printing. Close the file before viewing it in viewGraph by Chris Lattner · 23 years ago
  9. 75007f1 Implement a new "viewGraph" method which can be used to instantly view a graph from gdb by Chris Lattner · 23 years ago
  10. 80614ee Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  11. 4113571 Fix printing of nonfunction graphs by Chris Lattner · 23 years ago
  12. 07ba9d9 Be a bit more specific in caption by Chris Lattner · 23 years ago
  13. c44c04a Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  14. ee97c8b Remove using declarations by Chris Lattner · 23 years ago
  15. 77b8061 Add stats by Chris Lattner · 23 years ago
  16. 773da86 Print the right call set size by Chris Lattner · 23 years ago
  17. e79ce7d Honor the shouldPrintAuxCalls flag by Chris Lattner · 23 years ago
  18. 3e32cd8 Remove obsolete code by Chris Lattner · 23 years ago
  19. d185d2c Fix logic by Chris Lattner · 23 years ago
  20. 4b1be35 Add globals graphs to all three passes by Chris Lattner · 23 years ago
  21. b0c9b37 Add flush by Chris Lattner · 23 years ago
  22. c03a377 Compute total number of nodes and # call nodes by Chris Lattner · 23 years ago
  23. 2d0081a When the -only-print-main-ds option is specified, still print out graph size by Chris Lattner · 23 years ago
  24. 48e37d9 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 23 years ago
  25. a20fabc Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  26. bd7af8e Rename NewNode flag to HeapNode by Chris Lattner · 23 years ago
  27. 4b6a813 Change the letters used to represent stack and heap allocations to "S" and "H" by Chris Lattner · 23 years ago
  28. 63ba1ac Implement the "unknown flag" which mainly consists of aligning printing code by Chris Lattner · 23 years ago
  29. a7b0d4e Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
  30. 800b7e3 Fix a confusing bug that caused return value and callee pointers to not by Chris Lattner · 23 years ago
  31. 5c3ce31 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  32. 07d6905 Fix previous checkin :( by Chris Lattner · 23 years ago
  33. 4330168 Print the array flag by Chris Lattner · 23 years ago
  34. dc9e142 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  35. f931f6b Convert typerec to be a structure instead of a pair by Chris Lattner · 23 years ago
  36. ac2de97 Print Mod/ref info by Chris Lattner · 23 years ago
  37. 6b5acda Reenable printing of TD analysis by Chris Lattner · 23 years ago
  38. ddebb43 Cleanup data structure graph printer, eliminate hard coded printing in by Chris Lattner · 23 years ago
  39. 7b0ebe9 Make sure to print out the call nodes as well by Chris Lattner · 23 years ago
  40. fea9f0b * Print the "return" node in the graphs by Chris Lattner · 23 years ago
  41. 5274757 The second element of the iterator is really an offset, not a link by Chris Lattner · 23 years ago
  42. b1c17ad Specify the graph name by Chris Lattner · 23 years ago
  43. eb15c6d - DSGraph Printing Improvements: by Chris Lattner · 23 years ago
  44. b0f3878 Halfway conversion from custom printing to GraphWriter printing by Chris Lattner · 23 years ago
  45. 9dfb9f4 sgefa uses truely huge data structures nodes. Only print part of them if they by Chris Lattner · 23 years ago
  46. c9c681e Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
  47. 3f69054 DataStructure.h doesn't include DSGraph.h by Chris Lattner · 23 years ago
  48. 4e37455 When printing DS nodes, print the mergemap index as well to allow easier by Chris Lattner · 23 years ago
  49. 193e692 Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  50. 35f0c49 Add new -only-print-main-ds option that causes mains ds graph to be by Chris Lattner · 23 years ago
  51. 256776e Print globals graph after either the BU or the TD pass. by Vikram S. Adve · 23 years ago
  52. 96a0dfa by Chris Lattner · 23 years ago
  53. 4c0d620 Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. by Chris Lattner · 23 years ago
  54. d862545 added std:: to string by Anand Shukla · 23 years ago
  55. 83ce4f9 * Pass the DSGraph around instead of the Function to printing fns by Chris Lattner · 23 years ago
  56. c0dab43 New implementation of data structure analysis. Only local analysis has been by Chris Lattner · 23 years ago