aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/EquivClassGraphs.cpp
AgeCommit message (Expand)Author
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