1. b0c9b37 Add flush by Chris Lattner · 23 years ago
  2. c03a377 Compute total number of nodes and # call nodes by Chris Lattner · 23 years ago
  3. 2d0081a When the -only-print-main-ds option is specified, still print out graph size by Chris Lattner · 23 years ago
  4. 48e37d9 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 23 years ago
  5. a20fabc Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  6. bd7af8e Rename NewNode flag to HeapNode by Chris Lattner · 23 years ago
  7. 4b6a813 Change the letters used to represent stack and heap allocations to "S" and "H" by Chris Lattner · 23 years ago
  8. 63ba1ac Implement the "unknown flag" which mainly consists of aligning printing code by Chris Lattner · 23 years ago
  9. a7b0d4e Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
  10. 800b7e3 Fix a confusing bug that caused return value and callee pointers to not by Chris Lattner · 23 years ago
  11. 5c3ce31 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  12. 07d6905 Fix previous checkin :( by Chris Lattner · 23 years ago
  13. 4330168 Print the array flag by Chris Lattner · 23 years ago
  14. dc9e142 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  15. f931f6b Convert typerec to be a structure instead of a pair by Chris Lattner · 23 years ago
  16. ac2de97 Print Mod/ref info by Chris Lattner · 23 years ago
  17. 6b5acda Reenable printing of TD analysis by Chris Lattner · 23 years ago
  18. ddebb43 Cleanup data structure graph printer, eliminate hard coded printing in by Chris Lattner · 23 years ago
  19. 7b0ebe9 Make sure to print out the call nodes as well by Chris Lattner · 23 years ago
  20. fea9f0b * Print the "return" node in the graphs by Chris Lattner · 23 years ago
  21. 5274757 The second element of the iterator is really an offset, not a link by Chris Lattner · 23 years ago
  22. b1c17ad Specify the graph name by Chris Lattner · 23 years ago
  23. eb15c6d - DSGraph Printing Improvements: by Chris Lattner · 23 years ago
  24. b0f3878 Halfway conversion from custom printing to GraphWriter printing by Chris Lattner · 23 years ago
  25. 9dfb9f4 sgefa uses truely huge data structures nodes. Only print part of them if they by Chris Lattner · 23 years ago
  26. c9c681e Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
  27. 3f69054 DataStructure.h doesn't include DSGraph.h by Chris Lattner · 23 years ago
  28. 4e37455 When printing DS nodes, print the mergemap index as well to allow easier by Chris Lattner · 23 years ago
  29. 193e692 Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  30. 35f0c49 Add new -only-print-main-ds option that causes mains ds graph to be by Chris Lattner · 23 years ago
  31. 256776e Print globals graph after either the BU or the TD pass. by Vikram S. Adve · 23 years ago
  32. 96a0dfa by Chris Lattner · 23 years ago
  33. 4c0d620 Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. by Chris Lattner · 23 years ago
  34. d862545 added std:: to string by Anand Shukla · 23 years ago
  35. 83ce4f9 * Pass the DSGraph around instead of the Function to printing fns by Chris Lattner · 23 years ago
  36. c0dab43 New implementation of data structure analysis. Only local analysis has been by Chris Lattner · 23 years ago