aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure/DSGraphTraits.h
AgeCommit message (Expand)Author
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-19Lots of changes to make the NodeType field private to DSNode.Chris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-02-11Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner
2003-02-10Bugfix for calling dump() after the links vector has been clearedChris Lattner
2002-11-18Templatize graph traits and iterator to work with const and non-const clientsChris Lattner
2002-11-06Dramatically simplify internal DSNode representation, get implementationChris Lattner
2002-10-17Be const correct. Handle both DSGraph* and const DSGraph*'sChris Lattner
2002-10-16The second element of the iterator is really an offset, not a linkChris Lattner
2002-10-13First crack at reimplementing graph traits for DSGraphsChris Lattner
2002-10-10Rename DataStructureGraph.h to DSGraphTraits.hChris Lattner
2002-10-01Check in DataStructure rewrite so far.Chris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-10New implementation of data structure analysisChris Lattner
2002-03-31* Allow access to DSNode iterator as DSNode::iterator/begin/endChris Lattner
2002-03-30Initial checkin of file:Chris Lattner