1. e12c74c This file implements a pass that automatically parallelizes a program, by Vikram S. Adve · 23 years ago
  2. 0d4f766 Iterator that enumerates the ProgramDependenceGraph (PDG) for a function, by Vikram S. Adve · 23 years ago
  3. 96b21c1 An explicit representation of dependence graphs, and a pass that by Vikram S. Adve · 23 years ago
  4. a1af8bd Add total instruction, bb, & function counts by Chris Lattner · 23 years ago
  5. bac0622 Two bug fixes: by Vikram S. Adve · 23 years ago
  6. 2b7a92c Fix several related bugs in DSNode::mergeWith() caused by the by Vikram S. Adve · 23 years ago
  7. c102cb7 Cute bug fix: when moving links from N to this, some links could have by Vikram S. Adve · 23 years ago
  8. 149a520 Simplify code by Chris Lattner · 23 years ago
  9. 61ff029 Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
  10. 9a96428 (1) Bug fix that was causing nodes with dangling references to be freed. by Vikram S. Adve · 23 years ago
  11. e31267d Keep global nodes in each DS Graph (by forcing them to be marked live). by Vikram S. Adve · 23 years ago
  12. 1855292 Add peak memory usage measurement stuff Add structure padding optimizations by Chris Lattner · 23 years ago
  13. 4fe3461 Add peak memory usage support by Chris Lattner · 23 years ago
  14. 49a1ed0 Add stats by Chris Lattner · 23 years ago
  15. ed806bf Add hack to only consider indirect calls indirect if they do more than cast by Chris Lattner · 23 years ago
  16. ae5f603 Add MaxSCC statistics by Chris Lattner · 23 years ago
  17. db85e38 Count CallInsts correctly, remove unneccesary initializers by Chris Lattner · 23 years ago
  18. e555460 Gives the count for various instructions. by Dinakar Dhurjati · 23 years ago
  19. 586aa3c Pass to compute various statisics related to DSGraphs. by Vikram S. Adve · 23 years ago
  20. 5f1f2c6 Inline graphs from outside the SCC into the SCC before SCC resolution starts by Chris Lattner · 23 years ago
  21. 5190ce8 Fix two bugs: by Chris Lattner · 23 years ago
  22. 3ba8893 Fix bug by Chris Lattner · 23 years ago
  23. 0ecc426 Handle a mismatch between # function args and call site args by Chris Lattner · 23 years ago
  24. e425844 Elimiante calls to a node with nothing in it. by Chris Lattner · 23 years ago
  25. a9c9c02 Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive by Chris Lattner · 23 years ago
  26. e71ffc2 Mark stuff reachable by _AUX_ calls as incomplete in the BU graph by Chris Lattner · 23 years ago
  27. 8a5db46 Fix infinite loop in the BU algorithm. Unfortunately this dies a serious by Chris Lattner · 23 years ago
  28. 6052594 Print the right call set size by Chris Lattner · 23 years ago
  29. 998c49c Use call site mergeWith method to simplify code by Chris Lattner · 23 years ago
  30. d11e954 Fix a bug that could trigger when varargs call sites had non-matching number of arguments by Chris Lattner · 23 years ago
  31. aa8146f * Dramatically rework liveness evaluation. by Chris Lattner · 23 years ago
  32. 4f7815f Honor the shouldPrintAuxCalls flag by Chris Lattner · 23 years ago
  33. 2a06886 Initialize PrintAuxCalls member by Chris Lattner · 23 years ago
  34. a107905 * Bottom-Up graphs print the Aux call vector by Chris Lattner · 23 years ago
  35. f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
  36. dd39848 Remove obsolete code by Chris Lattner · 23 years ago
  37. f76e754 Fix logic by Chris Lattner · 23 years ago
  38. aa0b468 Add globals graphs to all three passes by Chris Lattner · 23 years ago
  39. 7900ed1 Move maskNodeTypes to header file by Chris Lattner · 23 years ago
  40. 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
  41. 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
  42. 2cfbaaf Don't put constants into the scalar map! by Chris Lattner · 23 years ago
  43. 2e4f9bf Add initial support for a globals graph by Chris Lattner · 23 years ago
  44. d888893 Tighten up array handling by Chris Lattner · 23 years ago
  45. 0779ba6 #include Datastructure.h first by Chris Lattner · 23 years ago
  46. 0006bd7 Fix warning by Chris Lattner · 23 years ago
  47. bf10f05 Fix warning & release build by Chris Lattner · 23 years ago
  48. 23f83dc Fold arrays down to a single element. This causes huge wins on some benchmarks by Chris Lattner · 23 years ago
  49. 70925b0 ONLY merge in the aux call sites, this causes a HUGE speedup by Chris Lattner · 23 years ago
  50. acf491f Allow specification of whether the call sites should be copied, AND whether by Chris Lattner · 23 years ago
  51. ce2d132 Reenable 'quick exit' case by Chris Lattner · 23 years ago
  52. 7cc9875 Reduce amount of work needed to compute ip/modref by Chris Lattner · 23 years ago
  53. 7a21163 Reimplement TD pass completely it now works by Chris Lattner · 23 years ago
  54. 01fb0c7 Cannot modify original call sites vector by Chris Lattner · 23 years ago
  55. 679e8e1 - Add a bunch of checking to make sure that dead nodes are not used after they by Chris Lattner · 23 years ago
  56. 1a948a8 Remove gunk used by broken TD pass by Chris Lattner · 23 years ago
  57. d321593 Fix IPModRef to use new DS interface by Chris Lattner · 23 years ago
  58. f8c6aab Use DSNodeHandleMap instead to be safe by Chris Lattner · 23 years ago
  59. 5134006 * actually handle constants (especially constantexprs) correctly. by Chris Lattner · 23 years ago
  60. 33312f7 Add flush by Chris Lattner · 23 years ago
  61. ed8e649 Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet done though! by Chris Lattner · 23 years ago
  62. 460ea29 Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 23 years ago
  63. 076c1f9 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 23 years ago
  64. b106043 Rename DataStructureAnalysis namespace to DS by Chris Lattner · 23 years ago
  65. e83cb53 Fix problem with dangling referrers by Chris Lattner · 23 years ago
  66. f17b39a Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and by Chris Lattner · 23 years ago
  67. 1421233 Compute total number of nodes and # call nodes by Chris Lattner · 23 years ago
  68. 3c87b29 Move printouts to be wrapped in DEBUG() macros by Chris Lattner · 23 years ago
  69. 95a80ad When the -only-print-main-ds option is specified, still print out graph size by Chris Lattner · 23 years ago
  70. 4476ceb Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, by Chris Lattner · 23 years ago
  71. 268748a Add a stub to implement the context sensitive mod/ref info for call sites by Chris Lattner · 23 years ago
  72. 2110808 Give a back pointer to the IPModRef object to the FunctionModRefInfo object by Chris Lattner · 23 years ago
  73. fc92824 Remove a couple of #includes, move some code from .h file by Chris Lattner · 23 years ago
  74. d747e8f Change Steens class to build with Vikram's changes by Chris Lattner · 23 years ago
  75. 2c0bd01 Make PointerSize & Shift be enums Fix problem with recursive merging by Chris Lattner · 23 years ago
  76. 75310d5 Make query operations non-const to allow demand-driven analyses. by Vikram S. Adve · 23 years ago
  77. 895c0bd An interprocedural analysis pass that computes flow-insensitive by Vikram S. Adve · 23 years ago
  78. 08db719 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 23 years ago
  79. ef5af99 Delete "StripScalars" argument to cloneInto method by Chris Lattner · 23 years ago
  80. 5953513 Attempted fixes to the mergemap to make it work better. by Chris Lattner · 23 years ago
  81. c405daf Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 23 years ago
  82. 0260663 Change the "Cannot merge two portions of the same node yet" from an assertion by Chris Lattner · 23 years ago
  83. 048912b Give a better error message in an unhandled case by Chris Lattner · 23 years ago
  84. 1650015 Allow the call graph to be called from analyze naturally with print implemented by Chris Lattner · 23 years ago
  85. c875f02 Rename ValueMap to ScalarMap by Chris Lattner · 23 years ago
  86. d18f342 Rename NewNode flag to HeapNode by Chris Lattner · 23 years ago
  87. ef69ccf Change the letters used to represent stack and heap allocations to "S" and "H" by Chris Lattner · 23 years ago
  88. 5af344d Implement the "unknown flag" which mainly consists of aligning printing code by Chris Lattner · 23 years ago
  89. 7a0b5bb Oops, this was not meant to be checked in by Chris Lattner · 23 years ago
  90. 9267329 Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 23 years ago
  91. 4f53bef Fix comments, steens is context sensitive, we just haven't implemented by Chris Lattner · 23 years ago
  92. 7f124e3 Add a fixme by Chris Lattner · 23 years ago
  93. 9b87c5c * Minor optimization: when merging nodes, merge the smaller one into the by Chris Lattner · 23 years ago
  94. 7e51c87 Remove dead code by Chris Lattner · 23 years ago
  95. 8f0a16e This fixes all kinds of problems with array handling. There are still bugs to by Chris Lattner · 23 years ago
  96. f37c344 Use new isCommutative interface, which gives us SetEQ and SetNE for free. by Chris Lattner · 23 years ago
  97. a3bbcb5 Fix spelling of `propagate'. by Misha Brukman · 23 years ago
  98. 601fc7c Eliminate uses of MachineBasicBlock::get by Chris Lattner · 23 years ago
  99. 55291ea Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 23 years ago
  100. 4bdb9b7 - Make sure to only keep track of mappings that the TD pass may need in the by Chris Lattner · 23 years ago