1. b3416bc Remove using declarations by Chris Lattner · 23 years ago
  2. 11d71ed Add functions to the ban list by Chris Lattner · 23 years ago
  3. 394471f * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  4. 61ff029 Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
  5. ae5f603 Add MaxSCC statistics by Chris Lattner · 23 years ago
  6. 5f1f2c6 Inline graphs from outside the SCC into the SCC before SCC resolution starts by Chris Lattner · 23 years ago
  7. a9c9c02 Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive by Chris Lattner · 23 years ago
  8. 8a5db46 Fix infinite loop in the BU algorithm. Unfortunately this dies a serious by Chris Lattner · 23 years ago
  9. a107905 * Bottom-Up graphs print the Aux call vector by Chris Lattner · 23 years ago
  10. f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  11. aa0b468 Add globals graphs to all three passes by Chris Lattner · 23 years ago
  12. 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  13. 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  14. 70925b0 ONLY merge in the aux call sites, this causes a HUGE speedup by Chris Lattner · 23 years ago
  15. 1a948a8 Remove gunk used by broken TD pass by Chris Lattner · 23 years ago
  16. 460ea29 Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
  17. 076c1f9 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
  18. b106043 Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
  19. ef5af99 Delete "StripScalars" argument to cloneInto method by Chris Lattner · 23 years ago
  20. 048912b Give a better error message in an unhandled case by Chris Lattner · 23 years ago
  21. c875f02 Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  22. 7a0b5bb Oops, this was not meant to be checked in by Chris Lattner · 23 years ago
  23. 9267329 Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
  24. 7f124e3 Add a fixme by Chris Lattner · 23 years ago
  25. 9faf18d The callee is not correct, and confuses the TD pass. Null it out. by Chris Lattner · 23 years ago
  26. e4ae304 Delete unused arguments to DSGraph::cloneInto method by Chris Lattner · 23 years ago
  27. 198be22 - Add "ResolvingCaller" to the CallSite record. This keeps track of which by Chris Lattner · 23 years ago
  28. 0969c50 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  29. 7836d60 Split some long lines by Chris Lattner · 23 years ago
  30. 26b9826 Remove spurious caller pointer in DSCallSite. by Vikram S. Adve · 23 years ago
  31. bd14460 Avoid extra callSite copy by Chris Lattner · 23 years ago
  32. 42fd169 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  33. cf15db3 * Make the DSGraph cloner automatically merge global nodes by Chris Lattner · 23 years ago
  34. 3cc061c Remove obsolete code by Chris Lattner · 23 years ago
  35. 613692c * Add data structures and code to track the call sites for each function by Chris Lattner · 23 years ago
  36. a00397e Prune function nodes that are no longer referenced due to inlining by Chris Lattner · 23 years ago
  37. 55c1058 Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
  38. fccd06f Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  39. 044f908 by Chris Lattner · 23 years ago
  40. 221c979 Minor changes to DEBUG()'s by Chris Lattner · 23 years ago
  41. 7541b89 Changes to be GCC3.1 friendly by Chris Lattner · 23 years ago
  42. 355e2ca Use a separate globals graph to hold externally visible nodes. by Vikram S. Adve · 23 years ago
  43. 97f51a3 by Chris Lattner · 23 years ago
  44. 1e43516 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  45. 1868227 Changes for GCC 3.1 by Chris Lattner · 23 years ago
  46. 9eee58d Ignore some common varargs functions. by Chris Lattner · 23 years ago
  47. c44e9bf Add support for a top-down propagation pass: by Vikram S. Adve · 23 years ago
  48. d124c38 The graph is more accurate when I don't completely ignore the return value. by Chris Lattner · 23 years ago
  49. 0d9bab8 Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. by Chris Lattner · 23 years ago