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