aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/EquivClassGraphs.cpp
AgeCommit message (Expand)Author
2005-03-15Finally fix (the right way) the problem where functions like this:Chris Lattner
2005-03-15Start using retnodes_* for iteration.Chris Lattner
2005-03-15avoid varialbe name collisionsChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-15rename method, add counterpartChris Lattner
2005-03-14add a method to compute a commonly used mapping.Chris Lattner
2005-03-13Make sure to remove incomplete markers before we add to them! :)Chris Lattner
2005-03-13After finishing BU analysis, move all global variables from the globalsChris Lattner
2005-03-13ADd support for printing eqgraphs.Chris Lattner
2005-03-12remove this from the PA namespace, leaving it in the llvm nsChris Lattner
2005-03-12Move this from the pool allocator project to here, where it logically belongs.Chris Lattner
2005-01-30Make things more const-correct, adjust to changes in DSA interfaces.Chris Lattner
2004-11-11Make this build in release modeChris Lattner
2004-11-02Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner
2004-11-02Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner
2004-11-02Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner
2004-11-02Minor cleanupsChris Lattner
2004-11-01Remove more dead methodsChris Lattner
2004-11-01Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner
2004-11-01Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner
2004-11-01Eliminate the cloneGraph methodChris Lattner
2004-10-31* Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner
2004-10-31Simplify graph traversal, improve grammarChris Lattner
2004-10-31Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner
2004-10-31Fix another bug in Prolangs-C++/objectsChris Lattner
2004-10-31Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner
2004-10-12Minor cleanups:Chris Lattner
2004-10-11Make this buildChris Lattner
2004-07-07Moving headersChris Lattner
2004-05-23Complete rewrite of the code that merges DS graphs for equivalence classesVikram S. Adve