aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure/DSGraphTraits.h
AgeCommit message (Expand)Author
2006-12-13Remove DSA.John Criswell
2006-11-03silence warningChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-16remove use of compat_iteratorChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-07Move DSA headers into Analysis/DataStructure to make it more obviousChris Lattner
2004-03-01Fix the "partial pool allocator" on em3d and others. The problem is thatChris Lattner
2004-02-07Abstract out the Nodes collection. Instead of providing a getNodes() method,Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
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