1. 40c600e Fix comment. by Vikram S. Adve · 22 years ago
  2. 78bbec7 Implement 2 important changes: (1) rematerialization from the globals graph, by Vikram S. Adve · 22 years ago
  3. 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 22 years ago
  4. 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 22 years ago
  5. 58f98d0 Add support for ParentGraph only when building in debug mode by Chris Lattner · 22 years ago
  6. 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 22 years ago
  7. a9d6566 Add new method by Chris Lattner · 22 years ago
  8. 9f93055 Be more const-correct by Chris Lattner · 22 years ago
  9. 7b1ceaa Fix bug in last checkin by Chris Lattner · 22 years ago
  10. 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 22 years ago
  11. 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
  12. 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
  13. 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 22 years ago
  14. 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 22 years ago
  15. 72d50a0 Avoid double negatives by Chris Lattner · 22 years ago
  16. e0f4b98 Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
  17. bd92b73 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
  18. a75c8c4 Remove bogus assertion: a node with no referrers could be collapsed if field-sensitivity was disabled by Chris Lattner · 22 years ago
  19. f117cc9 s/convertable/convertible/g by Misha Brukman · 22 years ago
  20. 088b639 Don't apply type information to load instructions if it will cause collapsing by Chris Lattner · 22 years ago
  21. 98d6f0a Fix resolution of indirect function calls... whoops by Chris Lattner · 22 years ago
  22. 5f07a8b - Eliminate provably non-pointer nodes from graphs. by Chris Lattner · 22 years ago
  23. 731b2d7 Move node forwarding code from being inlined to being out-of-line. by Chris Lattner · 22 years ago
  24. 72d29a4 Implement a "union-findy" version of DS-Analysis, which eliminates the by Chris Lattner · 22 years ago
  25. a954b5e Modest speedup which seems to help steens quite a bit on large graphs by Chris Lattner · 22 years ago
  26. 2609c07 Fix problem breaking GAP, use hasNoReferrers more by Chris Lattner · 22 years ago
  27. 93d7a21 * Fix a bug where global incompleteness marking would not mark the global by Chris Lattner · 22 years ago
  28. e77f145 Add a special case for main because we know it's incoming arguments don't alias by Chris Lattner · 23 years ago
  29. 5d27458 Fix an assertion failure by Chris Lattner · 23 years ago
  30. 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
  31. f52ade9 Add sanity check by Chris Lattner · 23 years ago
  32. 1e88369 * Fix a bug introduced in the last checkin wrt Stack markers by Chris Lattner · 23 years ago
  33. 0ac7d5c Implement the globals graph! by Chris Lattner · 23 years ago
  34. 7094b7a Fix a bug where we would delete neccesary calls in bu pass by Chris Lattner · 23 years ago
  35. 706e7ab Fix a bug where we would incorrectly delete globals which had edges to alive nodes in by Chris Lattner · 23 years ago
  36. d4400c8 Delete nodes more efficiently by Chris Lattner · 23 years ago
  37. 5e7d0e2 Remove dead nodes more efficiently by Chris Lattner · 23 years ago
  38. a1220af Improve efficiency of aliveness traversal code by Chris Lattner · 23 years ago
  39. 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
  40. b3416bc Remove using declarations by Chris Lattner · 23 years ago
  41. 100f872 Remove globals on the bottom up pass which do not contain any information by Chris Lattner · 23 years ago
  42. 5c7380e Use and implement API for graph traversals by Chris Lattner · 23 years ago
  43. 394471f * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
  44. 6f6fef8 Fix analysis of the Burg program by Chris Lattner · 23 years ago
  45. 2b7a92c Fix several related bugs in DSNode::mergeWith() caused by the by Vikram S. Adve · 23 years ago
  46. c102cb7 Cute bug fix: when moving links from N to this, some links could have by Vikram S. Adve · 23 years ago
  47. 61ff029 Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
  48. e31267d Keep global nodes in each DS Graph (by forcing them to be marked live). by Vikram S. Adve · 23 years ago
  49. 1855292 Add peak memory usage measurement stuff Add structure padding optimizations by Chris Lattner · 23 years ago
  50. 5190ce8 Fix two bugs: by Chris Lattner · 23 years ago
  51. e425844 Elimiante calls to a node with nothing in it. by Chris Lattner · 23 years ago
  52. e71ffc2 Mark stuff reachable by _AUX_ calls as incomplete in the BU graph by Chris Lattner · 23 years ago
  53. 998c49c Use call site mergeWith method to simplify code by Chris Lattner · 23 years ago
  54. d11e954 Fix a bug that could trigger when varargs call sites had non-matching number of arguments by Chris Lattner · 23 years ago
  55. aa8146f * Dramatically rework liveness evaluation. by Chris Lattner · 23 years ago
  56. f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  57. 7900ed1 Move maskNodeTypes to header file by Chris Lattner · 23 years ago
  58. 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  59. 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  60. 2e4f9bf Add initial support for a globals graph by Chris Lattner · 23 years ago
  61. d888893 Tighten up array handling by Chris Lattner · 23 years ago
  62. bf10f05 Fix warning & release build by Chris Lattner · 23 years ago
  63. 23f83dc Fold arrays down to a single element. This causes huge wins on some benchmarks by Chris Lattner · 23 years ago
  64. acf491f Allow specification of whether the call sites should be copied, AND whether by Chris Lattner · 23 years ago
  65. 679e8e1 - Add a bunch of checking to make sure that dead nodes are not used after they by Chris Lattner · 23 years ago
  66. f8c6aab Use DSNodeHandleMap instead to be safe by Chris Lattner · 23 years ago
  67. 33312f7 Add flush by Chris Lattner · 23 years ago
  68. 460ea29 Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
  69. 076c1f9 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
  70. b106043 Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
  71. f17b39a Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and by Chris Lattner · 23 years ago
  72. 3c87b29 Move printouts to be wrapped in DEBUG() macros by Chris Lattner · 23 years ago
  73. 2c0bd01 Make PointerSize & Shift be enums Fix problem with recursive merging by Chris Lattner · 23 years ago
  74. 08db719 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 23 years ago
  75. 5953513 Attempted fixes to the mergemap to make it work better. by Chris Lattner · 23 years ago
  76. 0260663 Change the "Cannot merge two portions of the same node yet" from an assertion by Chris Lattner · 23 years ago
  77. c875f02 Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  78. d18f342 Rename NewNode flag to HeapNode by Chris Lattner · 23 years ago
  79. 9267329 Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
  80. 9b87c5c * Minor optimization: when merging nodes, merge the smaller one into the by Chris Lattner · 23 years ago
  81. 8f0a16e This fixes all kinds of problems with array handling. There are still bugs to by Chris Lattner · 23 years ago
  82. e4ae304 Delete unused arguments to DSGraph::cloneInto method by Chris Lattner · 23 years ago
  83. eff0da9 Add another copy ctor form by Chris Lattner · 23 years ago
  84. 99a2284 As it turns out, we don't need a fully generic mapping copy ctor, we just need by Chris Lattner · 23 years ago
  85. 13ec72a Remove some unneccesary 'using' directives by Chris Lattner · 23 years ago
  86. 65d6a9e Fix bug with prior checkin by Chris Lattner · 23 years ago
  87. 0969c50 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  88. 9de906c Simplify code a bit, add comment flyer by Chris Lattner · 23 years ago
  89. 26b9826 Remove spurious caller pointer in DSCallSite. by Vikram S. Adve · 23 years ago
  90. e80fe61 This function can be static by Chris Lattner · 23 years ago
  91. 42fd169 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  92. a3f8586 Convert typerec to be a structure instead of a pair by Chris Lattner · 23 years ago
  93. cf15db3 * Make the DSGraph cloner automatically merge global nodes by Chris Lattner · 23 years ago
  94. 3cc061c Remove obsolete code by Chris Lattner · 23 years ago
  95. a00397e Prune function nodes that are no longer referenced due to inlining by Chris Lattner · 23 years ago
  96. 62d928e Handle bug exposed by power benchmark by Chris Lattner · 23 years ago
  97. 7b7200c * Significant rework of DSNode to support arbitrary aliasing due to merging by Chris Lattner · 23 years ago
  98. fccd06f Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  99. 13c476c Reorder #includes to be right by Chris Lattner · 23 years ago
  100. 7541b89 Changes to be GCC3.1 friendly by Chris Lattner · 23 years ago