aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/CompleteBottomUp.cpp
AgeCommit message (Expand)Author
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2004-05-23Inline both direct and indirect callees in the CBU phase becauseVikram S. Adve
2004-03-05Fix a minor bugChris Lattner
2004-03-04Fix a bug in a previous checkin that broke 175.vprChris Lattner
2004-03-04Speed up the cbu pass from taking somewhere near the age of the universe to a...Chris Lattner
2004-02-20There is no need to merge the globals graph into the function graphs at theChris Lattner
2004-02-08Add one that I missedChris Lattner
2004-01-27Get clone flags right, so we don't build InlinedGlobals only to clear themChris Lattner
2004-01-23Initial support for implementing clonePartiallyInto in terms of cloneReachabl...Chris Lattner
2003-11-13Trying to get the dsgraph for an external function is bad for DSA's healthChris Lattner
2003-11-13Implement the CompleteBU passChris Lattner
2003-11-13Add an initial version of the CompleteBUDataStructures class, which is currentlyChris Lattner