Changes For Bug 352
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSGraphTraits.h
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-07 Chris LattnerMove DSA headers into Analysis/DataStructure to make...
2004-03-01 Chris LattnerFix the "partial pool allocator" on em3d and others...
2004-02-07 Chris LattnerAbstract out the Nodes collection. Instead of providin...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-19 Chris LattnerLots of changes to make the NodeType field private...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-10 Chris LattnerBugfix for calling dump() after the links vector has...
2002-11-18 Chris LattnerTemplatize graph traits and iterator to work with const...
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-10-17 Chris LattnerBe const correct. Handle both DSGraph* and const DSGra...
2002-10-16 Chris LattnerThe second element of the iterator is really an offset...
2002-10-13 Chris LattnerFirst crack at reimplementing graph traits for DSGraphs
2002-10-10 Chris LattnerRename DataStructureGraph.h to DSGraphTraits.h
2002-10-01 Chris LattnerCheck in DataStructure rewrite so far.
2002-07-25 Chris Lattner*** empty log message ***
2002-07-10 Chris LattnerNew implementation of data structure analysis
2002-03-31 Chris Lattner* Allow access to DSNode iterator as DSNode::iterator...
2002-03-30 Chris LattnerInitial checkin of file: