1. ca17430 Mark external globals incomplete in the BU Globals graph, fixing by Chris Lattner · 21 years ago
  2. fcae88f Now that the dead ctor is gone, nothing uses the old node mapping exported by by Chris Lattner · 21 years ago
  3. ea2c02b now that the second argument is always this->ReturnNodes, don't bother passing it. by Chris Lattner · 21 years ago
  4. 19944fa remove the second argument to cloneInto by Chris Lattner · 21 years ago
  5. 040426a Fix a major problem where we didn't add call graph edges for call sites with by Chris Lattner · 21 years ago
  6. b1cabb6 remove some pointless asserts by Chris Lattner · 21 years ago
  7. 5ae2152 Transform BU pass to not use the horrible DSCallSiteIterator class. by Chris Lattner · 21 years ago
  8. 9379e69 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 21 years ago
  9. bed1c18 do not bother inlining nullary functions without return values. The only by Chris Lattner · 21 years ago
  10. 21a79ed fix crashes when we only have a prototype for main. by Chris Lattner · 21 years ago
  11. 92d0c1c1b Start using retnodes_* for iteration. by Chris Lattner · 21 years ago
  12. b9e2a4d Make sure to remove incomplete markers before we add to them! :) by Chris Lattner · 21 years ago
  13. 2eff970 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 21 years ago
  14. 863d9c9 IndCallGraphMap is now a pointer to a new'd map. by Chris Lattner · 21 years ago
  15. 4585abd If we have an indirect call site that calls N functions, inline the N functions by Chris Lattner · 21 years ago
  16. 16a5324 Eliminate some duplicated debug code by Chris Lattner · 21 years ago
  17. 5ce51e8 Eliminate self-recursion as a special case. by Chris Lattner · 21 years ago
  18. 50cebc6b Eliminate use of DSCallSiteIterator in key loop. This is a half step to by Chris Lattner · 21 years ago
  19. d6106a4 Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit. by Chris Lattner · 21 years ago
  20. 2977b85 Fix some scary bugs that VC++ detected. by Chris Lattner · 21 years ago
  21. a1b39fa * Make some methods more const correct. by Chris Lattner · 21 years ago
  22. 2e2edef Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 21 years ago
  23. 068c0cf Fix a bug that was preventing povray and namd from pool allocating correctly. by Chris Lattner · 21 years ago
  24. e3c00e9 Fix comment by Chris Lattner · 21 years ago
  25. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  26. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  27. 97cf20e Headers moved by Chris Lattner · 21 years ago
  28. 8db5298 Minor changes, remove some debugging code that got checked in somehow. by Chris Lattner · 22 years ago
  29. 06a573f Only clone global nodes between graphs if both graphs have the global. by Chris Lattner · 22 years ago
  30. ab66f3d Instead of cloning the globals for main into the globals graph at the end of by Chris Lattner · 22 years ago
  31. 6a4e396 There is no need to merge the globals graph into the function graphs at the by Chris Lattner · 22 years ago
  32. 2a6802f When we complete the bottom-up pass, make sure to merge the globals in 'main' into by Chris Lattner · 22 years ago
  33. 9ab8527 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 22 years ago
  34. 2f58ffc Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This by Chris Lattner · 22 years ago
  35. b529730 Get clone flags right, so we don't build InlinedGlobals only to clear them by Chris Lattner · 22 years ago
  36. 78c36d2 Initial support for implementing clonePartiallyInto in terms of cloneReachableSubgraph, though this support is currently disabled. by Chris Lattner · 22 years ago
  37. 71d3377 Minor code cleanup by Chris Lattner · 22 years ago
  38. 9e87655 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  39. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  40. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  41. 3c095c7 Functions reachable from the arguments of unresolvable call nodes should by Chris Lattner · 22 years ago
  42. 413b7bd The Globals graph must become complete at the end of the BU phase! by Chris Lattner · 22 years ago
  43. 04d9cb6 Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
  44. 8abcd56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
  45. cf01ed5 Rematerialize nodes from the globals graph into the current graph by Vikram S. Adve · 22 years ago
  46. 7fd1988 Fix how we are handling unreachable functions. This DRAMATICALLY improves efficiency by Chris Lattner · 22 years ago
  47. cd7482b Keep track of how many inlinings are performed by Chris Lattner · 22 years ago
  48. 5a3d63d Make the BU closure keep track of which actual calls happen Minor cleanups by Chris Lattner · 22 years ago
  49. 269467d Minor cleanups by Chris Lattner · 22 years ago
  50. f8865a4 Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit by Chris Lattner · 22 years ago
  51. 4ffb4e0 Reimplement the BU closure to collapse all SCC graphs into a single graph. by Chris Lattner · 22 years ago
  52. 63aeacf Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
  53. fa578d0 Propagate globals graph from the local to bu to td globals graphs. This by Chris Lattner · 22 years ago
  54. 4853d16 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
  55. 80614ee Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  56. e396e9b Add better debug output by Chris Lattner · 23 years ago
  57. c44c04a Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  58. ee97c8b Remove using declarations by Chris Lattner · 23 years ago
  59. 0cd8126 Add functions to the ban list by Chris Lattner · 23 years ago
  60. a1d9011 * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  61. 2d2303d Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
  62. 1e36529 Add MaxSCC statistics by Chris Lattner · 23 years ago
  63. ccc27ec Inline graphs from outside the SCC into the SCC before SCC resolution starts by Chris Lattner · 23 years ago
  64. 59821c5 Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive by Chris Lattner · 23 years ago
  65. cca3599 Fix infinite loop in the BU algorithm. Unfortunately this dies a serious by Chris Lattner · 23 years ago
  66. 3b83d79 * Bottom-Up graphs print the Aux call vector by Chris Lattner · 23 years ago
  67. 715a3a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  68. 4b1be35 Add globals graphs to all three passes by Chris Lattner · 23 years ago
  69. 380d1ad Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  70. e703c52 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  71. 09a21dc ONLY merge in the aux call sites, this causes a HUGE speedup by Chris Lattner · 23 years ago
  72. 639898c Remove gunk used by broken TD pass by Chris Lattner · 23 years ago
  73. 5e865cd Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
  74. df307e6 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
  75. ca03c3b Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
  76. 230f692 Delete "StripScalars" argument to cloneInto method by Chris Lattner · 23 years ago
  77. cd691d2 Give a better error message in an unhandled case by Chris Lattner · 23 years ago
  78. a20fabc Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  79. 364e6e8 Oops, this was not meant to be checked in by Chris Lattner · 23 years ago
  80. a7b0d4e Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
  81. 8c68d86 Add a fixme by Chris Lattner · 23 years ago
  82. d90e74a The callee is not correct, and confuses the TD pass. Null it out. by Chris Lattner · 23 years ago
  83. 155fffd Delete unused arguments to DSGraph::cloneInto method by Chris Lattner · 23 years ago
  84. f760873 - Add "ResolvingCaller" to the CallSite record. This keeps track of which by Chris Lattner · 23 years ago
  85. 5c3ce31 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  86. fd16b72 Split some long lines by Chris Lattner · 23 years ago
  87. e853196 Remove spurious caller pointer in DSCallSite. by Vikram S. Adve · 23 years ago
  88. 28bef38 Avoid extra callSite copy by Chris Lattner · 23 years ago
  89. dc9e142 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  90. b182216 * Make the DSGraph cloner automatically merge global nodes by Chris Lattner · 23 years ago
  91. 981c92a Remove obsolete code by Chris Lattner · 23 years ago
  92. a1cfcf4 * Add data structures and code to track the call sites for each function by Chris Lattner · 23 years ago
  93. 9df1cf3 Prune function nodes that are no longer referenced due to inlining by Chris Lattner · 23 years ago
  94. c9c681e Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
  95. 193e692 Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  96. c869ecb by Chris Lattner · 23 years ago
  97. b3ce9fc Minor changes to DEBUG()'s by Chris Lattner · 23 years ago
  98. c70601c Changes to be GCC3.1 friendly by Chris Lattner · 23 years ago
  99. 0d66177 Use a separate globals graph to hold externally visible nodes. by Vikram S. Adve · 23 years ago
  100. 96a0dfa by Chris Lattner · 23 years ago