1. 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 21 years ago
  2. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  3. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  4. f0431b0 Hide this option by Chris Lattner · 21 years ago
  5. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  6. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  7. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  8. e840434 bug 122: by Reid Spencer · 21 years ago
  9. f99947c Be compatible with IA64 by Chris Lattner · 21 years ago
  10. f92791a Fix for PR341 by Chris Lattner · 21 years ago
  11. 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 21 years ago
  12. 8adbec8 Headers moved by Chris Lattner · 21 years ago
  13. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  14. eaef568 Moving headers by Chris Lattner · 21 years ago
  15. efffdc9 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
  16. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  17. e6afb74 Moved IPModRef out of the public include dir by Chris Lattner · 21 years ago
  18. b88fb05 Move DependenceGraph.* to lib/Analysis/DataStructure by Chris Lattner · 21 years ago
  19. 0ecdcbe Move MemoryDepAnalysis.h into lib/Analysis/DataStructure by Chris Lattner · 21 years ago
  20. 71ef8f7 Move PgmDependenceGraph.h out of the public include hierarchy by Chris Lattner · 21 years ago
  21. 37ec591 Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on by Chris Lattner · 21 years ago
  22. 8e667cd If an edge points to a field of another memory object, actually reflect this by Chris Lattner · 21 years ago
  23. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  24. e4e97ef Recognize memalign and friends, and handle them specially. by Vikram S. Adve · 21 years ago
  25. 484e302 Updates to work with the new auto-forwarding AA interface changes by Chris Lattner · 21 years ago
  26. 2412a05 Fix a really nasty bug with the -disable-ds-field-sensitivity option by Chris Lattner · 21 years ago
  27. 1bf3408 Update to match the autochaining interface that the AA interface uses by Chris Lattner · 21 years ago
  28. 052682f Inline both direct and indirect callees in the CBU phase because by Vikram S. Adve · 21 years ago
  29. c5204fb Complete rewrite of the code that merges DS graphs for equivalence classes by Vikram S. Adve · 21 years ago
  30. 6178085 Move the stuff that fixes the size, orientation & fonts of graphs to by Brian Gaeke · 21 years ago
  31. 96a8bd7 Wrapped code and comments at 80 cols; doxygenified some comments. by Misha Brukman · 21 years ago
  32. bac7da8 If an object is not in the scalar map then it must be a global from another by Chris Lattner · 21 years ago
  33. 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 21 years ago
  34. a2dc727 DemoteRegToStack got moved from DemoteRegToStack.h to Local.h by Chris Lattner · 21 years ago
  35. cc7c4ac Fix a tiny bug that caused an incorrect assertion failure poolallocating by Chris Lattner · 21 years ago
  36. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
  37. a975a9a Implement getModRefInfo() for DSA to calculate whether a function modifies or by Misha Brukman · 21 years ago
  38. 56c0fa6 Make code more readable. by Misha Brukman · 21 years ago
  39. 85fb1be implement new method by Chris Lattner · 21 years ago
  40. d84d350 Fix a bug handling globals that are constants, but are still external by Chris Lattner · 21 years ago
  41. deb8712 Fix a minor bug by Chris Lattner · 21 years ago
  42. a5f2905 Unbreak the build on Sparc. by Misha Brukman · 21 years ago
  43. 4ab483c Fix a bug in a previous checkin that broke 175.vpr by Chris Lattner · 21 years ago
  44. 3aeb40c Add support for strto* and v*printf by Chris Lattner · 21 years ago
  45. 6b3e3cc Add non-crappy support for varargs by Chris Lattner · 21 years ago
  46. e6e93cc Implement a FIXME, improving the efficiency of DSA on povray. by Chris Lattner · 21 years ago
  47. 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
  48. f590ced Fix BU datastructures with povray! by Chris Lattner · 21 years ago
  49. 16437ff Minor changes, remove some debugging code that got checked in somehow. by Chris Lattner · 21 years ago
  50. 2f34690 Only clone nodes that are needed in the caller, don't clone ALL aux calls. This improves by Chris Lattner · 21 years ago
  51. 76a9eb3 Fix a minor bug handling incomplete programs by Chris Lattner · 21 years ago
  52. c4ebdce Fix a DSA bug that caused DSA to generate incredibly huge graphs and take forever to by Chris Lattner · 21 years ago
  53. 2c7725a Deinline methods, add fast exit by Chris Lattner · 21 years ago
  54. b1aaeee Fix a node mapping problem that was causing the pool allocator to locally allocate by Chris Lattner · 21 years ago
  55. 7252939 FINALLY be able to get symbolic type names in the globals graph! by Chris Lattner · 21 years ago
  56. a19ba52 Really, only if reopen by Chris Lattner · 21 years ago
  57. 82e9d72 Correctly add an array marker on a node when appropriate! by Chris Lattner · 21 years ago
  58. 99cc88b * Remove function to find "main" in a Module, there's a method for that by Misha Brukman · 21 years ago
  59. 0321b68 Only clone global nodes between graphs if both graphs have the global. by Chris Lattner · 21 years ago
  60. 6b586df ADD MORE FUNCTIONS! by Chris Lattner · 21 years ago
  61. cb58240 Be a good little compiler and handle direct calls efficiently, even if there by Chris Lattner · 21 years ago
  62. af6926a Fix typo by Chris Lattner · 21 years ago
  63. abcdf80 The node doesn't have to be _no_ node flags, it just has to be complete and by Chris Lattner · 21 years ago
  64. 1fe9874 Add _more_ functions by Chris Lattner · 21 years ago
  65. cf14e71 Two changes: by Chris Lattner · 21 years ago
  66. c420ab6 When building local graphs, clone the initializer for constant globals into each by Chris Lattner · 21 years ago
  67. 51c06ab Simplify the dead node elimination stuff by Chris Lattner · 21 years ago
  68. 52fc8d7 Add a bunch more functions by Chris Lattner · 21 years ago
  69. 153f240 Try harder to get symbol info by Chris Lattner · 21 years ago
  70. adc1efe Add a bunch more functions used by perlbmk by Chris Lattner · 21 years ago
  71. 39bb2dc Add support for 'rename' by Chris Lattner · 21 years ago
  72. d561209 Add support for remove, fwrite, and fread by Chris Lattner · 21 years ago
  73. 0ad9170 Use isNull instead of getNode() to test for existence of a node, this is cheaper. by Chris Lattner · 21 years ago
  74. d85645f Fix an iterator invalidation problem which was causing some nodes to not be by Chris Lattner · 21 years ago
  75. 5171115 Use handy method by Chris Lattner · 21 years ago
  76. 3567937 Instead of cloning the globals for main into the globals graph at the end of by Chris Lattner · 21 years ago
  77. d10b5fd There is no need to merge the globals graph into the function graphs at the by Chris Lattner · 21 years ago
  78. 4e46e32 Add two missing returns, which caused us to be very pessimistic about the by Chris Lattner · 21 years ago
  79. 8ecc27e Add support for some string functions, the scanf family, and sprintf by Chris Lattner · 21 years ago
  80. 28a631d When we complete the bottom-up pass, make sure to merge the globals in 'main' into by Chris Lattner · 21 years ago
  81. 304e143 Only spit out warning for functions that take pointers, not for sin and the like by Chris Lattner · 21 years ago
  82. eee33b2 memset and bcopy and now unified by the llvm.memset intrinsic by Chris Lattner · 21 years ago
  83. 896481e No need to scan zero initializers. This should make DSA a bit faster. by Chris Lattner · 22 years ago
  84. 339d8df Add support for a bunch more functions by Chris Lattner · 22 years ago
  85. 68300db Add support for fopen/fclose. Specifically with fopen, we were marking all of the by Chris Lattner · 22 years ago
  86. a07b72f Restructure code to handle memcpy/memmove by Chris Lattner · 22 years ago
  87. d21cd80 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
  88. 2dea8d6 Add one that I missed by Chris Lattner · 22 years ago
  89. c3f5f77 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 22 years ago
  90. cd90f21 Remove another unneeded call. by Chris Lattner · 22 years ago
  91. cadfac6 This call is no longer needed now that merging does not produce garbage by Chris Lattner · 22 years ago
  92. 4ff0b96 Substantially improve the DSA code by removing 'forwarding' nodes from by Chris Lattner · 22 years ago
  93. 9857c1a Bugfix for ilist conversion. The ilist wants to make an 'end' node which has by Chris Lattner · 22 years ago
  94. 28897e1 Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> by Chris Lattner · 22 years ago
  95. 9fd37ba Change to use node_iterators instead of direct access to Nodes by Chris Lattner · 22 years ago
  96. e92e764 getNodes() is gone, use node_begin/end instead by Chris Lattner · 22 years ago
  97. a84c681 getNodes() is gone by Chris Lattner · 22 years ago
  98. a5ca28c There is no need to clone over nodes that are going to be dead anyway by Chris Lattner · 22 years ago
  99. a67138d Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This by Chris Lattner · 22 years ago
  100. 92e41d5 Forward method request to chained aa implementation by Chris Lattner · 22 years ago