aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT
AgeCommit message (Expand)Author
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-22Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-06-04Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik
2003-05-29Implementation of Equivalence ClassesSumant Kowshik
2003-04-23Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friendsChris Lattner
2003-03-21Update commentChris Lattner
2003-03-17Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95Chris Lattner
2003-01-28Initial checking: defult the make_vector functionChris Lattner
2002-12-06Bug fix in operator==() and in method fini().Vikram S. Adve
2002-11-27Several fixes:Vikram S. Adve
2002-11-15Fix warningChris Lattner
2002-11-10Add tarj_end() methodChris Lattner
2002-11-06Make maxSize a private variable, add a size() accessorChris Lattner
2002-11-06An implementation of the bit-vector representation of sets.Vikram S. Adve
2002-11-04Generic graph iterator to enumerate the SCCs of a graphVikram S. Adve
2002-10-31Statistic class should return const reference to *this, not a reference toChris Lattner
2002-10-28Don't #include <Support/*>, #include "Support/*"Chris Lattner
2002-10-27Add neccesary #includeChris Lattner
2002-10-13disable the unused "pointer" memberChris Lattner
2002-10-13Add dummy entries to document what members can be addedChris Lattner
2002-10-01 - Rework Statistics:Chris Lattner
2002-09-16Add ilist_iterator constructor from a node reference.Vikram S. Adve
2002-07-25GCC 3.1 changesChris Lattner
2002-07-24GCC 3.1 fixesChris Lattner
2002-07-24Changes to build with GCC 3.1Chris Lattner
2002-07-24Use the new include/Support/iterator fileChris Lattner
2002-07-24Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner
2002-07-24Changes to make it GCC 3.1 compatibleChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-22Implement a new command line option, -debug, which is meant to unify all ofChris Lattner
2002-05-10Initial checkin of Statistic classChris Lattner
2002-04-28Remove obsolete namespace from exampleChris Lattner
2002-04-07Add new function utohexstr.Chris Lattner
2002-02-24Genericize the ReversePostOrderIterator.Chris Lattner
2002-02-05New Support file for operations on set like objectsChris Lattner
2002-02-04PostOrderIterator really does depend on Method and BasicBlock. Obviously thisChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner