aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure/EquivClassGraphs.h
AgeCommit message (Expand)Author
2005-04-02merge EquivClassGraphs.h into DataStructure.h with the other DSA pass definit...Chris Lattner
2005-04-02add and use a callee_iterator typedefChris Lattner
2005-04-02Change the ActualCallees callgraph from hash_multimap<Instruction,Function>Chris Lattner
2005-03-19Each DS collection now contains an equivalence class of globals values.Chris Lattner
2005-03-15Do it right...Jeff Cohen
2005-03-15Fix VC++ breakage.Jeff Cohen
2005-03-13Add support for printing EQ graphsChris Lattner
2005-03-12remove this from the PA namespace, leaving it in the llvm nsChris Lattner
2005-03-11Fix some crashes noted by John Mellor-Crummey's group.Chris Lattner
2004-11-02Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner
2004-11-01Remove more dead methodsChris Lattner
2004-11-01Delete a dead methodChris 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-09-20Adjust to API changesChris Lattner
2004-09-14Adjust to #include movageChris Lattner
2004-07-07Headers movedChris Lattner
2004-05-23Complete rewrite of the code that merges DS graphs for equivalence classesVikram S. Adve