1. 19944fa remove the second argument to cloneInto by Chris Lattner · 21 years ago
  2. 410da35 move this out of line by Chris Lattner · 21 years ago
  3. 848ef87 allow passing clone flags down to cloneInto by Chris Lattner · 21 years ago
  4. d90f5ba make this const correct by Chris Lattner · 21 years ago
  5. e8a4329 Ugh, for some reason, I can't call this unless the reference is const!?!?!? by Chris Lattner · 21 years ago
  6. 13429dc The reachability cloner should add arguments to merged calls when the RHS of by Chris Lattner · 21 years ago
  7. 21ef767 Remove the ability to keep track of inlined globals, which is always dead. by Chris Lattner · 21 years ago
  8. 36a810a Add a new DSNode::removeGlobal method. by Chris Lattner · 21 years ago
  9. a550a5b Implement new methods for dealing with DSNode global lists, rename uses of by Chris Lattner · 21 years ago
  10. 9379e69 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 21 years ago
  11. a8e1a52 remove a bogus optimization. This only works if there are no globals in the by Chris Lattner · 21 years ago
  12. b8d85c1 implement a new method. by Chris Lattner · 21 years ago
  13. 8dd1491 Clean up some code, handle null pointer specially to avoid an assertion by Chris Lattner · 21 years ago
  14. 5251047 Do not create ridiculously huge DSNodes, as described in the comments. by Chris Lattner · 21 years ago
  15. 62462c2 remove use of compat_iterator. by Chris Lattner · 21 years ago
  16. dadf4b3 Fix a crash that happens when mapping something like this: by Chris Lattner · 21 years ago
  17. dd3fb83 Make computeGGToGMapping compute an invnodemap by Chris Lattner · 21 years ago
  18. 92d0c1c1b Start using retnodes_* for iteration. by Chris Lattner · 21 years ago
  19. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  20. 28f1caa Don't crash if computing a mapping to a node with zero size by Chris Lattner · 21 years ago
  21. 26415d7 rename method, add counterpart by Chris Lattner · 21 years ago
  22. 1bdb8b7 add a method to compute a commonly used mapping. by Chris Lattner · 21 years ago
  23. 9071175 regardless of whether or not the client things we should mark globals incomplete, by Chris Lattner · 21 years ago
  24. 5a66097 The incoming arguments to main (the argv list) are not complete! by Chris Lattner · 21 years ago
  25. 9cc2c3e Replace linear search with logrithmic one. by Chris Lattner · 21 years ago
  26. 97ac0a8 make sure to mark nodes returned from functions as incomplete by Chris Lattner · 21 years ago
  27. dc166eb Fix spelling, patch contributed by Gabor Greif by Chris Lattner · 21 years ago
  28. d13cc49 Fix a bug introduced by revision 1.187 of this file. by Chris Lattner · 21 years ago
  29. 3e70830 Add a sanity check. by Chris Lattner · 21 years ago
  30. 219002e Add a new method to make it easy to update graphs. by Chris Lattner · 21 years ago
  31. 5ce5a09 Use new edge iterators to simplify some code. by Chris Lattner · 21 years ago
  32. d100068 Split mergeInGraph into two methods. by Chris Lattner · 21 years ago
  33. 3dd3df2 Refactor getFunctionArgumentsForCall out of mergeInGraph. by Chris Lattner · 21 years ago
  34. 2ca79d3 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 21 years ago
  35. a1b39fa * Make some methods more const correct. by Chris Lattner · 21 years ago
  36. 2f8e4ad Silence VC++ warnings. by Chris Lattner · 21 years ago
  37. 5a06802 Move method out of line for better ICC support by Chris Lattner · 21 years ago
  38. 70fdac8 Improve comment by Chris Lattner · 21 years ago
  39. 3f7dbfc Add more paranoid assertions :) by Chris Lattner · 21 years ago
  40. 8aa0baf Fix three bugs: by Chris Lattner · 21 years ago
  41. ba96f0f * Add a method by Chris Lattner · 21 years ago
  42. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  43. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  44. b2db87a5 Disable some code that isn't helping matters by Chris Lattner · 21 years ago
  45. f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  46. deb7676 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
  47. 0441388 Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on by Chris Lattner · 21 years ago
  48. 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  49. 372d5bc Wrapped code and comments at 80 cols; doxygenified some comments. by Misha Brukman · 21 years ago
  50. 652eb53 Fix a tiny bug that caused an incorrect assertion failure poolallocating by Chris Lattner · 22 years ago
  51. b26b6fe implement new method by Chris Lattner · 22 years ago
  52. 84c697d Fix a bug handling globals that are constants, but are still external by Chris Lattner · 22 years ago
  53. 3562ea8 Implement a FIXME, improving the efficiency of DSA on povray. by Chris Lattner · 22 years ago
  54. 536b131 Fix BU datastructures with povray! by Chris Lattner · 22 years ago
  55. f48eb75 Only clone nodes that are needed in the caller, don't clone ALL aux calls. This improves by Chris Lattner · 22 years ago
  56. d9da267 Fix a DSA bug that caused DSA to generate incredibly huge graphs and take forever to by Chris Lattner · 22 years ago
  57. 5fc1891 Deinline methods, add fast exit by Chris Lattner · 22 years ago
  58. 140b2cb Fix a node mapping problem that was causing the pool allocator to locally allocate by Chris Lattner · 22 years ago
  59. 06a573f Only clone global nodes between graphs if both graphs have the global. by Chris Lattner · 22 years ago
  60. 36ab728 Fix typo by Chris Lattner · 22 years ago
  61. 128e841 The node doesn't have to be _no_ node flags, it just has to be complete and by Chris Lattner · 22 years ago
  62. 71626b8 Two changes: by Chris Lattner · 22 years ago
  63. 6ce59b4 Simplify the dead node elimination stuff by Chris Lattner · 22 years ago
  64. a376aae Use isNull instead of getNode() to test for existence of a node, this is cheaper. by Chris Lattner · 22 years ago
  65. f3e2a63 Fix an iterator invalidation problem which was causing some nodes to not be by Chris Lattner · 22 years ago
  66. ac6db75 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
  67. 9ab8527 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 22 years ago
  68. b0f3218 Substantially improve the DSA code by removing 'forwarding' nodes from by Chris Lattner · 22 years ago
  69. 5592af7 Bugfix for ilist conversion. The ilist wants to make an 'end' node which has by Chris Lattner · 22 years ago
  70. f3861ce Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> by Chris Lattner · 22 years ago
  71. bd16efb Change to use node_iterators instead of direct access to Nodes by Chris Lattner · 22 years ago
  72. ce74c2f getNodes() is gone, use node_begin/end instead by Chris Lattner · 22 years ago
  73. 40862c7 There is no need to clone over nodes that are going to be dead anyway by Chris Lattner · 22 years ago
  74. 6c9861b Fix a bug aflicting 265.gap by Chris Lattner · 22 years ago
  75. c0f1e25 Minor bugfixes by Chris Lattner · 22 years ago
  76. 9412b70a Rename DSGraph::ScalarMapTy -> DSScalarMap by Chris Lattner · 22 years ago
  77. f30ae61 Fix a bug by Chris Lattner · 22 years ago
  78. 68e4bb2 Eliminate the call to removeTriviallyDeadNodes from updateFromGlobals graph, by Chris Lattner · 22 years ago
  79. 63c649a In updateFromGlobalsGraph, instead of iterating over all of the scalars in the by Chris Lattner · 22 years ago
  80. 06a40fc Minor tweaks, eliminate useless integer pruning optimziation, turn on by Chris Lattner · 22 years ago
  81. 9f0f7ca Further reduce the number of nodes cloned with getClonedNH, using merge instead. by Chris Lattner · 22 years ago
  82. 6ee2b15 Add a timer, fix a minor bug. by Chris Lattner · 22 years ago
  83. f6f97f9 Another bugfix, disable "spurious" output. by Chris Lattner · 22 years ago
  84. 26acc89 fix bug in previous checkin by Chris Lattner · 22 years ago
  85. 54a52e5 * Add a new commandline argument to control the "global roots hack". Default by Chris Lattner · 22 years ago
  86. 78c36d2 Initial support for implementing clonePartiallyInto in terms of cloneReachableSubgraph, though this support is currently disabled. by Chris Lattner · 22 years ago
  87. 80f89ea Eliminated the CompletedNodes argument to the cloneReachable* methods. This by Chris Lattner · 22 years ago
  88. 5750d46 Ok, I'm tired of pulling out all my timers to check stuff in, just do it. by Chris Lattner · 22 years ago
  89. 2a0bc12 Bug fix: X.mergeWith(Y) was not updating Y if Y was a null node handle! by Chris Lattner · 22 years ago
  90. e75ae61 Start implementing DSGraph::clonePartiallyInto and implement mergeInGraph by Chris Lattner · 22 years ago
  91. 9e87655 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  92. da03a8a Add new argument to disable checking by Chris Lattner · 22 years ago
  93. 12c71c0 Don't crash if no gg by Chris Lattner · 22 years ago
  94. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  95. da05b05 Compute node offsets correctly by Chris Lattner · 22 years ago
  96. fdc8d65 Add new method for computing node mappings. This is used by the pool allocator by Chris Lattner · 22 years ago
  97. 2b9926f All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 22 years ago
  98. 53e8fab Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll by Chris Lattner · 22 years ago
  99. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  100. cc81b79 Remove trivially dead nodes was not removing nodes that were dead due to forwarding! by Chris Lattner · 22 years ago