aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/EliminateNodes.cpp
AgeCommit message (Expand)Author
2002-04-01Allow merging of identical call nodes. Make the shadow node pointed toChris Lattner
2002-03-31Unify the destruction code used for node pairs vs normal nodes. This wasChris Lattner
2002-03-31* Move isEquivalentTo implementations to NodeImplChris Lattner
2002-03-28Implement getEscapingAllocations & getNonEscapingAllocationsChris Lattner
2002-03-28* Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodesChris Lattner
2002-03-28Ooops, I did such a great job pruning nodes, that I accidentally deletedChris Lattner
2002-03-28Many changesChris Lattner
2002-03-27* Add #define to enabled debug messagesChris Lattner
2002-03-27* Optimizers return true on changeChris Lattner
2002-03-26Initial checkin of Datastructure analysis.Chris Lattner