1. f9aace2 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 21 years ago
  2. cff8ac2 Fix some scary bugs that VC++ detected. by Chris Lattner · 21 years ago
  3. 6538f42 Make things more const-correct, adjust to changes in DSA interfaces. by Chris Lattner · 21 years ago
  4. a9548d9 * Make some methods more const correct. by Chris Lattner · 21 years ago
  5. 9cb992a Remove this code as it is currently completely broken and unmaintained. by Chris Lattner · 21 years ago
  6. 851b534 Make -ds-aa more useful, allowing it to be updated as xforms hack on the program. by Chris Lattner · 21 years ago
  7. 507bdf9 Silence VC++ warnings. by Chris Lattner · 21 years ago
  8. 1d7b5de Add last four createXxxPass functions by Jeff Cohen · 21 years ago
  9. 2611dd4 Get lib/Analysis/DataStructure to compile with VC++ by Jeff Cohen · 21 years ago
  10. b29dd0f Move method out of line for better ICC support by Chris Lattner · 21 years ago
  11. fe78165 Work correctly with ICC, Patch contributed by Bjørn Wennberg by Chris Lattner · 21 years ago
  12. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 21 years ago
  13. ce9653c For PR387:\ by Reid Spencer · 21 years ago
  14. 04252fe Make this build in release mode by Chris Lattner · 21 years ago
  15. ac6d485 Fix a bug that was preventing povray and namd from pool allocating correctly. by Chris Lattner · 21 years ago
  16. beacefa Handle assert_fail special by Chris Lattner · 21 years ago
  17. 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 21 years ago
  18. f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 21 years ago
  19. caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 21 years ago
  20. 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 21 years ago
  21. 983baf4 Minor cleanups by Chris Lattner · 21 years ago
  22. 4457f7e Remove more dead methods by Chris Lattner · 21 years ago
  23. fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 21 years ago
  24. 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 21 years ago
  25. 68f9658 Eliminate the cloneGraph method by Chris Lattner · 21 years ago
  26. 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 21 years ago
  27. 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 21 years ago
  28. ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 21 years ago
  29. 3b7b81b Fix comment by Chris Lattner · 21 years ago
  30. e84c23e Improve comment by Chris Lattner · 21 years ago
  31. f498568 Fix another bug in Prolangs-C++/objects by Chris Lattner · 21 years ago
  32. 113cde8 Only call getNodeForValue on pointer arguments! this fixes a problem running by Chris Lattner · 21 years ago
  33. 7d8d471 Add more paranoid assertions :) by Chris Lattner · 21 years ago
  34. f1bd4b4 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 21 years ago
  35. 857eb06 Fix three bugs: by Chris Lattner · 21 years ago
  36. 62c3a95 Fix more undefined behavior by Chris Lattner · 21 years ago
  37. 6f96774 * Add a method by Chris Lattner · 21 years ago
  38. 0022421 Fix library name. by Alkis Evlogimenos · 21 years ago
  39. 48b2f6b add support for UndefValue by Chris Lattner · 21 years ago
  40. cac731e We won't use automake by Reid Spencer · 21 years ago
  41. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  42. bd1d382 Add support for undef by Chris Lattner · 21 years ago
  43. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  44. 15d879e Minor cleanups: * fit in 80 lines * Eliminate extra namespaces * Drop llvm:: by Chris Lattner · 21 years ago
  45. c9b9380 Make this build by Chris Lattner · 21 years ago
  46. ddef0b3 Build both archive and relinked objects by Reid Spencer · 21 years ago
  47. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  48. a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 21 years ago
  49. 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 21 years ago
  50. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  51. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  52. f0431b0 Hide this option by Chris Lattner · 21 years ago
  53. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  54. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  55. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  56. e840434 bug 122: by Reid Spencer · 21 years ago
  57. f99947c Be compatible with IA64 by Chris Lattner · 21 years ago
  58. f92791a Fix for PR341 by Chris Lattner · 21 years ago
  59. 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 21 years ago
  60. 8adbec8 Headers moved by Chris Lattner · 21 years ago
  61. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  62. eaef568 Moving headers by Chris Lattner · 21 years ago
  63. efffdc9 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
  64. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  65. e6afb74 Moved IPModRef out of the public include dir by Chris Lattner · 21 years ago
  66. b88fb05 Move DependenceGraph.* to lib/Analysis/DataStructure by Chris Lattner · 21 years ago
  67. 0ecdcbe Move MemoryDepAnalysis.h into lib/Analysis/DataStructure by Chris Lattner · 21 years ago
  68. 71ef8f7 Move PgmDependenceGraph.h out of the public include hierarchy by Chris Lattner · 21 years ago
  69. 37ec591 Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on by Chris Lattner · 21 years ago
  70. 8e667cd If an edge points to a field of another memory object, actually reflect this by Chris Lattner · 21 years ago
  71. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  72. e4e97ef Recognize memalign and friends, and handle them specially. by Vikram S. Adve · 21 years ago
  73. 484e302 Updates to work with the new auto-forwarding AA interface changes by Chris Lattner · 21 years ago
  74. 2412a05 Fix a really nasty bug with the -disable-ds-field-sensitivity option by Chris Lattner · 21 years ago
  75. 1bf3408 Update to match the autochaining interface that the AA interface uses by Chris Lattner · 21 years ago
  76. 052682f Inline both direct and indirect callees in the CBU phase because by Vikram S. Adve · 21 years ago
  77. c5204fb Complete rewrite of the code that merges DS graphs for equivalence classes by Vikram S. Adve · 21 years ago
  78. 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 21 years ago
  79. 96a8bd7 Wrapped code and comments at 80 cols; doxygenified some comments. by Misha Brukman · 21 years ago
  80. bac7da8 If an object is not in the scalar map then it must be a global from another by Chris Lattner · 21 years ago
  81. 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 21 years ago
  82. a2dc727 DemoteRegToStack got moved from DemoteRegToStack.h to Local.h by Chris Lattner · 21 years ago
  83. cc7c4ac Fix a tiny bug that caused an incorrect assertion failure poolallocating by Chris Lattner · 21 years ago
  84. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
  85. a975a9a Implement getModRefInfo() for DSA to calculate whether a function modifies or by Misha Brukman · 21 years ago
  86. 56c0fa6 Make code more readable. by Misha Brukman · 21 years ago
  87. 85fb1be implement new method by Chris Lattner · 21 years ago
  88. d84d350 Fix a bug handling globals that are constants, but are still external by Chris Lattner · 21 years ago
  89. deb8712 Fix a minor bug by Chris Lattner · 21 years ago
  90. a5f2905 Unbreak the build on Sparc. by Misha Brukman · 21 years ago
  91. 4ab483c Fix a bug in a previous checkin that broke 175.vpr by Chris Lattner · 21 years ago
  92. 3aeb40c Add support for strto* and v*printf by Chris Lattner · 21 years ago
  93. 6b3e3cc Add non-crappy support for varargs by Chris Lattner · 21 years ago
  94. e6e93cc Implement a FIXME, improving the efficiency of DSA on povray. by Chris Lattner · 21 years ago
  95. da5c5a5 Speed up the cbu pass from taking somewhere near the age of the universe to about 90s on povray by Chris Lattner · 21 years ago
  96. f590ced Fix BU datastructures with povray! by Chris Lattner · 21 years ago
  97. 16437ff Minor changes, remove some debugging code that got checked in somehow. by Chris Lattner · 21 years ago
  98. 2f34690 Only clone nodes that are needed in the caller, don't clone ALL aux calls. This improves by Chris Lattner · 21 years ago
  99. 76a9eb3 Fix a minor bug handling incomplete programs by Chris Lattner · 21 years ago
  100. c4ebdce Fix a DSA bug that caused DSA to generate incredibly huge graphs and take forever to by Chris Lattner · 21 years ago