1. f8c6aab Use DSNodeHandleMap instead to be safe by Chris Lattner · 23 years ago
  2. 5134006 * actually handle constants (especially constantexprs) correctly. by Chris Lattner · 23 years ago
  3. 33312f7 Add flush by Chris Lattner · 23 years ago
  4. ed8e649 Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet done though! by Chris Lattner · 23 years ago
  5. 460ea29 Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
  6. 076c1f9 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
  7. b106043 Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
  8. e83cb53 Fix problem with dangling referrers by Chris Lattner · 23 years ago
  9. f17b39a Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and by Chris Lattner · 23 years ago
  10. 1421233 Compute total number of nodes and # call nodes by Chris Lattner · 23 years ago
  11. 3c87b29 Move printouts to be wrapped in DEBUG() macros by Chris Lattner · 23 years ago
  12. 95a80ad When the -only-print-main-ds option is specified, still print out graph size by Chris Lattner · 23 years ago
  13. 4476ceb Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, by Chris Lattner · 23 years ago
  14. 268748a Add a stub to implement the context sensitive mod/ref info for call sites by Chris Lattner · 23 years ago
  15. 2110808 Give a back pointer to the IPModRef object to the FunctionModRefInfo object by Chris Lattner · 23 years ago
  16. fc92824 Remove a couple of #includes, move some code from .h file by Chris Lattner · 23 years ago
  17. d747e8f Change Steens class to build with Vikram's changes by Chris Lattner · 23 years ago
  18. 2c0bd01 Make PointerSize & Shift be enums Fix problem with recursive merging by Chris Lattner · 23 years ago
  19. 895c0bd An interprocedural analysis pass that computes flow-insensitive by Vikram S. Adve · 23 years ago
  20. 08db719 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 23 years ago
  21. ef5af99 Delete "StripScalars" argument to cloneInto method by Chris Lattner · 23 years ago
  22. 5953513 Attempted fixes to the mergemap to make it work better. by Chris Lattner · 23 years ago
  23. 0260663 Change the "Cannot merge two portions of the same node yet" from an assertion by Chris Lattner · 23 years ago
  24. 048912b Give a better error message in an unhandled case by Chris Lattner · 23 years ago
  25. c875f02 Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  26. d18f342 Rename NewNode flag to HeapNode by Chris Lattner · 23 years ago
  27. ef69ccf Change the letters used to represent stack and heap allocations to "S" and "H" by Chris Lattner · 23 years ago
  28. 5af344d Implement the "unknown flag" which mainly consists of aligning printing code by Chris Lattner · 23 years ago
  29. 7a0b5bb Oops, this was not meant to be checked in by Chris Lattner · 23 years ago
  30. 9267329 Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
  31. 4f53bef Fix comments, steens is context sensitive, we just haven't implemented by Chris Lattner · 23 years ago
  32. 7f124e3 Add a fixme by Chris Lattner · 23 years ago
  33. 9b87c5c * Minor optimization: when merging nodes, merge the smaller one into the by Chris Lattner · 23 years ago
  34. 7e51c87 Remove dead code by Chris Lattner · 23 years ago
  35. 8f0a16e This fixes all kinds of problems with array handling. There are still bugs to by Chris Lattner · 23 years ago
  36. 4bdb9b7 - Make sure to only keep track of mappings that the TD pass may need in the by Chris Lattner · 23 years ago
  37. 9faf18d The callee is not correct, and confuses the TD pass. Null it out. by Chris Lattner · 23 years ago
  38. e4ae304 Delete unused arguments to DSGraph::cloneInto method by Chris Lattner · 23 years ago
  39. 198be22 - Add "ResolvingCaller" to the CallSite record. This keeps track of which by Chris Lattner · 23 years ago
  40. eff0da9 Add another copy ctor form by Chris Lattner · 23 years ago
  41. 99a2284 As it turns out, we don't need a fully generic mapping copy ctor, we just need by Chris Lattner · 23 years ago
  42. 448f494 Don't create a new node for every reference to a global. This caused a huge by Chris Lattner · 23 years ago
  43. 482b651 Fix a confusing bug that caused return value and callee pointers to not by Chris Lattner · 23 years ago
  44. 13ec72a Remove some unneccesary 'using' directives by Chris Lattner · 23 years ago
  45. 65d6a9e Fix bug with prior checkin by Chris Lattner · 23 years ago
  46. 0969c50 - Make DSCallSite not inherit from std::vector. Renamed methods slightly. by Chris Lattner · 23 years ago
  47. 0c8d73b Avoid extra copy by Chris Lattner · 23 years ago
  48. 9de906c Simplify code a bit, add comment flyer by Chris Lattner · 23 years ago
  49. 7836d60 Split some long lines by Chris Lattner · 23 years ago
  50. 26b9826 Remove spurious caller pointer in DSCallSite. by Vikram S. Adve · 23 years ago
  51. e80fe61 This function can be static by Chris Lattner · 23 years ago
  52. d1f8d0a Fix previous checkin :( by Chris Lattner · 23 years ago
  53. bd14460 Avoid extra callSite copy by Chris Lattner · 23 years ago
  54. af4800b Print the array flag by Chris Lattner · 23 years ago
  55. 42fd169 Added a first-class representation for each call site that can be by Vikram S. Adve · 23 years ago
  56. a3f8586 Convert typerec to be a structure instead of a pair by Chris Lattner · 23 years ago
  57. dc062d3 Print Mod/ref info by Chris Lattner · 23 years ago
  58. 0628523 Calculate mod/ref info by Chris Lattner · 23 years ago
  59. 97e7f08 Remove more obsolete code by Chris Lattner · 23 years ago
  60. cf15db3 * Make the DSGraph cloner automatically merge global nodes by Chris Lattner · 23 years ago
  61. 3cc061c Remove obsolete code by Chris Lattner · 23 years ago
  62. 19db049 Enable incompleteness marking by Chris Lattner · 23 years ago
  63. 0e74412 * First try at implementing TD pass this does not merge global nodes yet, by Chris Lattner · 23 years ago
  64. e25ab83 Reenable printing of TD analysis by Chris Lattner · 23 years ago
  65. 613692c * Add data structures and code to track the call sites for each function by Chris Lattner · 23 years ago
  66. e17a4e8 Cleanup data structure graph printer, eliminate hard coded printing in by Chris Lattner · 23 years ago
  67. 962ee45 Make sure to print out the call nodes as well by Chris Lattner · 23 years ago
  68. eb265cd * Print the "return" node in the graphs by Chris Lattner · 23 years ago
  69. ff5feed The second element of the iterator is really an offset, not a link by Chris Lattner · 23 years ago
  70. 641e1c2 Specify the graph name by Chris Lattner · 23 years ago
  71. f29e307 - DSGraph Printing Improvements: by Chris Lattner · 23 years ago
  72. f6c52db Halfway conversion from custom printing to GraphWriter printing by Chris Lattner · 23 years ago
  73. a00397e Prune function nodes that are no longer referenced due to inlining by Chris Lattner · 23 years ago
  74. 6727ec6 sgefa uses truely huge data structures nodes. Only print part of them if they by Chris Lattner · 23 years ago
  75. 62d928e Handle bug exposed by power benchmark by Chris Lattner · 23 years ago
  76. 55c1058 Reimplement/port the Bottom Up Closure pass by Chris Lattner · 23 years ago
  77. c5f21de DataStructure.h doesn't include DSGraph.h by Chris Lattner · 23 years ago
  78. e03f32b by Chris Lattner · 23 years ago
  79. 9cfb358 When printing DS nodes, print the mergemap index as well to allow easier by Chris Lattner · 23 years ago
  80. 7b7200c * Significant rework of DSNode to support arbitrary aliasing due to merging by Chris Lattner · 23 years ago
  81. 1c7ce2c Initial checkin of Steensgaards context insensitive flow insensitive by Chris Lattner · 23 years ago
  82. fccd06f Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  83. 3bb8ad2 by Chris Lattner · 23 years ago
  84. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 23 years ago
  85. 044f908 by Chris Lattner · 23 years ago
  86. 221c979 Minor changes to DEBUG()'s by Chris Lattner · 23 years ago
  87. 13c476c Reorder #includes to be right by Chris Lattner · 23 years ago
  88. 7541b89 Changes to be GCC3.1 friendly by Chris Lattner · 23 years ago
  89. dadd49b Add new -only-print-main-ds option that causes mains ds graph to be by Chris Lattner · 23 years ago
  90. 358fc38 Add GlobalDSGraph -- a common graph that holds externally visible nodes. by Vikram S. Adve · 23 years ago
  91. dfd2f32 Print globals graph after either the BU or the TD pass. by Vikram S. Adve · 23 years ago
  92. aaeee75 This file implements the top-down propagation pass for data structure graphs. by Vikram S. Adve · 23 years ago
  93. 355e2ca Use a separate globals graph to hold externally visible nodes. by Vikram S. Adve · 23 years ago
  94. 97f51a3 by Chris Lattner · 23 years ago
  95. 1e43516 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  96. 1868227 Changes for GCC 3.1 by Chris Lattner · 23 years ago
  97. 56d2701 *** empty log message *** by Chris Lattner · 23 years ago
  98. eef796c Always create a shadow node for a store instruction, even if it's storing by Chris Lattner · 23 years ago
  99. 9eee58d Ignore some common varargs functions. by Chris Lattner · 23 years ago
  100. e221976 * Inline CopyFunctionCallsList by Chris Lattner · 23 years ago