aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/EliminateNodes.cpp
AgeCommit message (Expand)Author
2002-07-10Reimplement data structure analysisChris Lattner
2002-06-30Fix anand's last checkinChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-04-27Add support for tracking array allocationsChris Lattner
2002-04-16* Remove the concept of a critical shadow nodeChris Lattner
2002-04-16* Eliminate ArgDSNode's completely, now rely on scalar mapChris Lattner
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