aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/NodeImpl.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-06-25*** empty log message ***Chris Lattner
2002-04-27Add support for tracking array allocationsChris Lattner
2002-04-18Print argument scalars as ellipses instead of boxesChris Lattner
2002-04-17Inline indirect function calls that are only capable of calling one functionChris Lattner
2002-04-17Make data structure acurately get ALL edges, even loads of null fields ofChris 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-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08Play around with #includesChris Lattner
2002-04-04Call nodes are never equivalentChris Lattner
2002-04-01Critical shadow nodes no do not know their parent explictly.Chris Lattner
2002-03-31* Move the isEquivalentTo implementations here. They can probably be putChris Lattner
2002-03-28Many changesChris Lattner
2002-03-27* Implement DSNode::removeAllIncomingEdgesChris Lattner
2002-03-27Fix long lineChris Lattner
2002-03-26Initial checkin of Datastructure analysis.Chris Lattner