aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-05-12Remove dead variableChris Lattner1-2/+0
2006-01-22Add explicit iostream #includesChris Lattner1-0/+1
2005-04-22Convert tabs to spacesMisha Brukman1-6/+6
2005-04-21Remove trailing whitespaceMisha Brukman1-26/+26
2005-04-02EquivClassGraphs is now in DataStructure.hChris Lattner1-2/+1
2005-04-02use a callee_iterator typedef.Chris Lattner1-4/+3
2005-04-02Change the ActualCallees callgraph from hash_multimap<Instruction,Function>Chris Lattner1-4/+4
2005-03-24don't bother |'ing in 0'sChris Lattner1-1/+1
2005-03-22Now that the dead ctor is gone, nothing uses the old node mapping exported byChris Lattner1-6/+2
2005-03-22now that the second argument is always this->ReturnNodes, don't bother passin...Chris Lattner1-3/+5
2005-03-22remove the second argument to cloneIntoChris Lattner1-6/+3
2005-03-20remove some pointless assertsChris Lattner1-1/+0
2005-03-19Create an equivalence class of global variables that DSA will never be ableChris Lattner1-2/+3
2005-03-19Switch to use the new interface for the EquivalenceClasses class, and fixChris Lattner1-59/+63
2005-03-18do not bother inlining nullary functions without return values. The onlyChris Lattner1-0/+3
2005-03-15make sure to mark nodes in the globals graph incomplete after computing itChris Lattner1-0/+1
2005-03-15fix crashes when we only have a prototype for main.Chris Lattner1-1/+1
2005-03-15Finally fix (the right way) the problem where functions like this:Chris Lattner1-0/+24
2005-03-15Start using retnodes_* for iteration.Chris Lattner1-12/+9
2005-03-15avoid varialbe name collisionsChris Lattner1-2/+3
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner1-2/+2
2005-03-15rename method, add counterpartChris Lattner1-1/+1
2005-03-14add a method to compute a commonly used mapping.Chris Lattner1-5/+3
2005-03-13Make sure to remove incomplete markers before we add to them! :)Chris Lattner1-0/+1
2005-03-13After finishing BU analysis, move all global variables from the globalsChris Lattner1-3/+24
2005-03-13ADd support for printing eqgraphs.Chris Lattner1-2/+2
2005-03-12remove this from the PA namespace, leaving it in the llvm nsChris Lattner1-8/+7
2005-03-12Move this from the pool allocator project to here, where it logically belongs.Chris Lattner1-0/+442