1. 63aeacf Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
  2. fa578d0 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 22 years ago
  3. 4853d16 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
  4. 80614ee Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  5. e396e9b Add better debug output by Chris Lattner · 23 years ago
  6. c44c04a Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  7. ee97c8b Remove using declarations by Chris Lattner · 23 years ago
  8. 0cd8126 Add functions to the ban list by Chris Lattner · 23 years ago
  9. a1d9011 * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  10. 2d2303d Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
  11. 1e36529 Add MaxSCC statistics by Chris Lattner · 23 years ago
  12. ccc27ec Inline graphs from outside the SCC into the SCC before SCC resolution starts by Chris Lattner · 23 years ago
  13. 59821c5 Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive by Chris Lattner · 23 years ago
  14. cca3599 Fix infinite loop in the BU algorithm. Unfortunately this dies a serious by Chris Lattner · 23 years ago
  15. 3b83d79 * Bottom-Up graphs print the Aux call vector by Chris Lattner · 23 years ago
  16. 715a3a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  17. 4b1be35 Add globals graphs to all three passes by Chris Lattner · 23 years ago
  18. 380d1ad Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  19. e703c52 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  20. 09a21dc ONLY merge in the aux call sites, this causes a HUGE speedup by Chris Lattner · 23 years ago
  21. 639898c Remove gunk used by broken TD pass by Chris Lattner · 23 years ago
  22. 5e865cd Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
  23. df307e6 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
  24. ca03c3b Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
  25. 230f692 Delete "StripScalars" argument to cloneInto method by Chris Lattner · 23 years ago
  26. cd691d2 Give a better error message in an unhandled case by Chris Lattner · 23 years ago
  27. a20fabc Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  28. 364e6e8 Oops, this was not meant to be checked in 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. 8c68d86 Add a fixme by Chris Lattner · 23 years ago
  31. d90e74a The callee is not correct, and confuses the TD pass. Null it out. by Chris Lattner · 23 years ago
  32. 155fffd Delete unused arguments to DSGraph::cloneInto method by Chris Lattner · 23 years ago
  33. f760873 - Add "ResolvingCaller" to the CallSite record. This keeps track of which by Chris Lattner · 23 years ago
  34. 5c3ce31 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  35. fd16b72 Split some long lines by Chris Lattner · 23 years ago
  36. e853196 Remove spurious caller pointer in DSCallSite. by Vikram S. Adve · 23 years ago
  37. 28bef38 Avoid extra callSite copy by Chris Lattner · 23 years ago
  38. dc9e142 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  39. b182216 * Make the DSGraph cloner automatically merge global nodes by Chris Lattner · 23 years ago
  40. 981c92a Remove obsolete code by Chris Lattner · 23 years ago
  41. a1cfcf4 * Add data structures and code to track the call sites for each function by Chris Lattner · 23 years ago
  42. 9df1cf3 Prune function nodes that are no longer referenced due to inlining by Chris Lattner · 23 years ago
  43. c9c681e Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
  44. 193e692 Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  45. c869ecb by Chris Lattner · 23 years ago
  46. b3ce9fc Minor changes to DEBUG()'s by Chris Lattner · 23 years ago
  47. c70601c Changes to be GCC3.1 friendly by Chris Lattner · 23 years ago
  48. 0d66177 Use a separate globals graph to hold externally visible nodes. by Vikram S. Adve · 23 years ago
  49. 96a0dfa by Chris Lattner · 23 years ago
  50. a2c0985 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  51. 4fcf153 Changes for GCC 3.1 by Chris Lattner · 23 years ago
  52. 20695cb Ignore some common varargs functions. by Chris Lattner · 23 years ago
  53. 94c8e5d Add support for a top-down propagation pass: by Vikram S. Adve · 23 years ago
  54. 140153f The graph is more accurate when I don't completely ignore the return value. by Chris Lattner · 23 years ago
  55. 4c0d620 Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. by Chris Lattner · 23 years ago