1. 38065a7 make sure to mark nodes in the globals graph incomplete after computing it by Chris Lattner · 20 years ago
  2. 49e88e8 fix crashes when we only have a prototype for main. by Chris Lattner · 20 years ago
  3. 4d5af8e Fix a crash that happens when mapping something like this: by Chris Lattner · 20 years ago
  4. 36a13cd Make computeGGToGMapping compute an invnodemap by Chris Lattner · 20 years ago
  5. 2af8c51 Finally fix (the right way) the problem where functions like this: by Chris Lattner · 20 years ago
  6. a5f47ea Start using retnodes_* for iteration. by Chris Lattner · 20 years ago
  7. 5d85f8f avoid varialbe name collisions by Chris Lattner · 20 years ago
  8. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  9. 841957e Don't crash if computing a mapping to a node with zero size by Chris Lattner · 20 years ago
  10. b0f92e3 rename method, add counterpart by Chris Lattner · 20 years ago
  11. b2b17bb add a method to compute a commonly used mapping. by Chris Lattner · 20 years ago
  12. e2bc7b2 regardless of whether or not the client things we should mark globals incomplete, by Chris Lattner · 20 years ago
  13. 270cf50 Make sure to remove incomplete markers before we add to them! :) by Chris Lattner · 20 years ago
  14. b5ecd2e The incoming arguments to main (the argv list) are not complete! by Chris Lattner · 20 years ago
  15. a66e353 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 20 years ago
  16. adfd5f1 ADd support for printing eqgraphs. by Chris Lattner · 20 years ago
  17. 2787e03 Replace linear search with logrithmic one. by Chris Lattner · 20 years ago
  18. a4319e5 make sure to mark nodes returned from functions as incomplete by Chris Lattner · 20 years ago
  19. b25959a remove this from the PA namespace, leaving it in the llvm ns by Chris Lattner · 20 years ago
  20. 7aed717 Move this from the pool allocator project to here, where it logically belongs. by Chris Lattner · 20 years ago
  21. 3267265 Make sure the two arguments of a setcc instruction point to the same node. by Chris Lattner · 20 years ago
  22. f57cc3b Trivial cleanup patch by Chris Lattner · 20 years ago
  23. f8db8a0 Fix spelling, patch contributed by Gabor Greif by Chris Lattner · 20 years ago
  24. 6e84bd7 Handle null a bit more carefully. by Chris Lattner · 20 years ago
  25. 753b113 This instruction: X = gep null, ... by Chris Lattner · 20 years ago
  26. d7642c4 Fix a bug introduced by revision 1.187 of this file. by Chris Lattner · 20 years ago
  27. 7a0c775 Add a sanity check. by Chris Lattner · 20 years ago
  28. d672ab9 Add a new method to make it easy to update graphs. by Chris Lattner · 20 years ago
  29. 6be0794 Use new edge iterators to simplify some code. by Chris Lattner · 21 years ago
  30. bcc70bc IndCallGraphMap is now a pointer to a new'd map. by Chris Lattner · 21 years ago
  31. 86db364 If we have an indirect call site that calls N functions, inline the N functions by Chris Lattner · 21 years ago
  32. e859444 Split mergeInGraph into two methods. by Chris Lattner · 21 years ago
  33. d7be188 Fix the Regression/Transforms/DSAnalysis/recursion.ll regression. by Chris Lattner · 21 years ago
  34. bb753c4 Refactor getFunctionArgumentsForCall out of mergeInGraph. by Chris Lattner · 21 years ago
  35. 269dbf5 Eliminate some duplicated debug code by Chris Lattner · 21 years ago
  36. 20cd136 Eliminate self-recursion as a special case. by Chris Lattner · 21 years ago
  37. af8650e Eliminate use of DSCallSiteIterator in key loop. This is a half step to by Chris Lattner · 21 years ago
  38. 1e75999 Signficantly speed up printing by not emitting the same file twice with by Chris Lattner · 21 years ago
  39. f189bce Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit. by Chris Lattner · 21 years ago
  40. f9aace2 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 21 years ago
  41. cff8ac2 Fix some scary bugs that VC++ detected. by Chris Lattner · 21 years ago
  42. 6538f42 Make things more const-correct, adjust to changes in DSA interfaces. by Chris Lattner · 21 years ago
  43. a9548d9 * Make some methods more const correct. by Chris Lattner · 21 years ago
  44. 9cb992a Remove this code as it is currently completely broken and unmaintained. by Chris Lattner · 21 years ago
  45. 851b534 Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 21 years ago
  46. 507bdf9 Silence VC++ warnings. by Chris Lattner · 21 years ago
  47. 1d7b5de Add last four createXxxPass functions by Jeff Cohen · 21 years ago
  48. 2611dd4 Get lib/Analysis/DataStructure to compile with VC++ by Jeff Cohen · 21 years ago
  49. b29dd0f Move method out of line for better ICC support by Chris Lattner · 21 years ago
  50. fe78165 Work correctly with ICC, Patch contributed by Bjørn Wennberg by Chris Lattner · 21 years ago
  51. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 21 years ago
  52. ce9653c For PR387:\ by Reid Spencer · 21 years ago
  53. 04252fe Make this build in release mode by Chris Lattner · 21 years ago
  54. ac6d485 Fix a bug that was preventing povray and namd from pool allocating correctly. by Chris Lattner · 21 years ago
  55. beacefa Handle assert_fail special by Chris Lattner · 21 years ago
  56. 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 21 years ago
  57. f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 21 years ago
  58. caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 21 years ago
  59. 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 21 years ago
  60. 983baf4 Minor cleanups by Chris Lattner · 21 years ago
  61. 4457f7e Remove more dead methods by Chris Lattner · 21 years ago
  62. fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 21 years ago
  63. 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 21 years ago
  64. 68f9658 Eliminate the cloneGraph method by Chris Lattner · 21 years ago
  65. 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 21 years ago
  66. 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 21 years ago
  67. ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 21 years ago
  68. 3b7b81b Fix comment by Chris Lattner · 21 years ago
  69. e84c23e Improve comment by Chris Lattner · 21 years ago
  70. f498568 Fix another bug in Prolangs-C++/objects by Chris Lattner · 21 years ago
  71. 113cde8 Only call getNodeForValue on pointer arguments! this fixes a problem running by Chris Lattner · 21 years ago
  72. 7d8d471 Add more paranoid assertions :) by Chris Lattner · 21 years ago
  73. f1bd4b4 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 21 years ago
  74. 857eb06 Fix three bugs: by Chris Lattner · 21 years ago
  75. 62c3a95 Fix more undefined behavior by Chris Lattner · 21 years ago
  76. 6f96774 * Add a method by Chris Lattner · 21 years ago
  77. 0022421 Fix library name. by Alkis Evlogimenos · 21 years ago
  78. 48b2f6b add support for UndefValue by Chris Lattner · 21 years ago
  79. cac731e We won't use automake by Reid Spencer · 21 years ago
  80. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  81. bd1d382 Add support for undef by Chris Lattner · 21 years ago
  82. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  83. 15d879e Minor cleanups: * fit in 80 lines * Eliminate extra namespaces * Drop llvm:: by Chris Lattner · 21 years ago
  84. c9b9380 Make this build by Chris Lattner · 21 years ago
  85. ddef0b3 Build both archive and relinked objects by Reid Spencer · 21 years ago
  86. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  87. a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 21 years ago
  88. 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 21 years ago
  89. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  90. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  91. f0431b0 Hide this option by Chris Lattner · 21 years ago
  92. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  93. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  94. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  95. e840434 bug 122: by Reid Spencer · 21 years ago
  96. f99947c Be compatible with IA64 by Chris Lattner · 21 years ago
  97. f92791a Fix for PR341 by Chris Lattner · 21 years ago
  98. 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 21 years ago
  99. 8adbec8 Headers moved by Chris Lattner · 21 years ago
  100. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago