aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DSGraphTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the "partial pool allocator" on em3d and others. The problem is thatChris Lattner2004-03-011-4/+8
* Abstract out the Nodes collection. Instead of providing a getNodes() method,Chris Lattner2004-02-071-8/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Lots of changes to make the NodeType field private to DSNode.Chris Lattner2003-06-191-2/+2
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Implement a "union-findy" version of DS-Analysis, which eliminates theChris Lattner2003-02-111-3/+8
* Bugfix for calling dump() after the links vector has been clearedChris Lattner2003-02-101-2/+1
* Templatize graph traits and iterator to work with const and non-const clientsChris Lattner2002-11-181-7/+27
* Dramatically simplify internal DSNode representation, get implementationChris Lattner2002-11-061-4/+5
* Be const correct. Handle both DSGraph* and const DSGraph*'sChris Lattner2002-10-171-11/+36
* The second element of the iterator is really an offset, not a linkChris Lattner2002-10-161-8/+10
* First crack at reimplementing graph traits for DSGraphsChris Lattner2002-10-131-18/+35
* Rename DataStructureGraph.h to DSGraphTraits.hChris Lattner2002-10-101-4/+4
* Check in DataStructure rewrite so far.Chris Lattner2002-10-011-0/+4
* *** empty log message ***Chris Lattner2002-07-251-2/+3
* New implementation of data structure analysisChris Lattner2002-07-101-16/+10
* * Allow access to DSNode iterator as DSNode::iterator/begin/endChris Lattner2002-03-311-11/+18
* Initial checkin of file:Chris Lattner2002-03-301-0/+67