1. 0700123 EquivClassGraphs is now in DataStructure.h by Chris Lattner · 20 years ago
  2. 2ccc5f1 use a callee_iterator typedef. by Chris Lattner · 20 years ago
  3. 021decc Change the ActualCallees callgraph from hash_multimap<Instruction,Function> by Chris Lattner · 20 years ago
  4. 0d397bd don't bother |'ing in 0's by Chris Lattner · 20 years ago
  5. a219713 Now that the dead ctor is gone, nothing uses the old node mapping exported by by Chris Lattner · 20 years ago
  6. d65145b now that the second argument is always this->ReturnNodes, don't bother passing it. by Chris Lattner · 20 years ago
  7. 3c920fa remove the second argument to cloneInto by Chris Lattner · 20 years ago
  8. bc6f966 remove some pointless asserts by Chris Lattner · 20 years ago
  9. f4f6227 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 20 years ago
  10. 605a87c Switch to use the new interface for the EquivalenceClasses class, and fix by Chris Lattner · 20 years ago
  11. 5021b8c do not bother inlining nullary functions without return values. The only by Chris Lattner · 20 years ago
  12. 38065a7 make sure to mark nodes in the globals graph incomplete after computing it by Chris Lattner · 20 years ago
  13. 49e88e8 fix crashes when we only have a prototype for main. by Chris Lattner · 20 years ago
  14. 2af8c51 Finally fix (the right way) the problem where functions like this: by Chris Lattner · 20 years ago
  15. a5f47ea Start using retnodes_* for iteration. by Chris Lattner · 20 years ago
  16. 5d85f8f avoid varialbe name collisions by Chris Lattner · 20 years ago
  17. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  18. b0f92e3 rename method, add counterpart by Chris Lattner · 20 years ago
  19. b2b17bb add a method to compute a commonly used mapping. by Chris Lattner · 20 years ago
  20. 270cf50 Make sure to remove incomplete markers before we add to them! :) by Chris Lattner · 20 years ago
  21. a66e353 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 20 years ago
  22. adfd5f1 ADd support for printing eqgraphs. by Chris Lattner · 20 years ago
  23. b25959a remove this from the PA namespace, leaving it in the llvm ns by Chris Lattner · 20 years ago
  24. 7aed717 Move this from the pool allocator project to here, where it logically belongs. by Chris Lattner · 20 years ago
  25. 6538f42 Make things more const-correct, adjust to changes in DSA interfaces. by Chris Lattner · 21 years ago
  26. 04252fe Make this build in release mode by Chris Lattner · 21 years ago
  27. f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 21 years ago
  28. caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 21 years ago
  29. 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 21 years ago
  30. 983baf4 Minor cleanups by Chris Lattner · 21 years ago
  31. 4457f7e Remove more dead methods by Chris Lattner · 21 years ago
  32. fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 21 years ago
  33. 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 21 years ago
  34. 68f9658 Eliminate the cloneGraph method by Chris Lattner · 21 years ago
  35. 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 21 years ago
  36. 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 21 years ago
  37. ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 21 years ago
  38. f498568 Fix another bug in Prolangs-C++/objects by Chris Lattner · 21 years ago
  39. 113cde8 Only call getNodeForValue on pointer arguments! this fixes a problem running by Chris Lattner · 21 years ago
  40. 15d879e Minor cleanups: * fit in 80 lines * Eliminate extra namespaces * Drop llvm:: by Chris Lattner · 21 years ago
  41. c9b9380 Make this build by Chris Lattner · 21 years ago
  42. eaef568 Moving headers by Chris Lattner · 21 years ago
  43. c5204fb Complete rewrite of the code that merges DS graphs for equivalence classes by Vikram S. Adve · 21 years ago