aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-304-4/+0
* Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner2003-06-221-18/+12
* Remove a ton of extraneous #includesChris Lattner2003-06-222-5/+4
* Regularize the names of #include-guards.Brian Gaeke2003-06-1712-24/+24
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-113-0/+4
* Made changes suggested by Chris; Renamed 'union' function to unionSetsWithSumant Kowshik2003-06-041-11/+7
* Implementation of Equivalence ClassesSumant Kowshik2003-05-291-0/+93
* Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friendsChris Lattner2003-04-231-0/+20
* Update commentChris Lattner2003-03-211-1/+1
* Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95Chris Lattner2003-03-171-6/+6
* Initial checking: defult the make_vector functionChris Lattner2003-01-281-0/+29
* Bug fix in operator==() and in method fini().Vikram S. Adve2002-12-061-4/+5
* Several fixes:Vikram S. Adve2002-11-271-18/+47
* Fix warningChris Lattner2002-11-151-3/+1
* Add tarj_end() methodChris Lattner2002-11-101-0/+5
* Make maxSize a private variable, add a size() accessorChris Lattner2002-11-061-4/+6
* An implementation of the bit-vector representation of sets.Vikram S. Adve2002-11-061-0/+239
* Generic graph iterator to enumerate the SCCs of a graphVikram S. Adve2002-11-041-0/+221
* Statistic class should return const reference to *this, not a reference toChris Lattner2002-10-311-6/+6
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-283-3/+3
* Add neccesary #includeChris Lattner2002-10-271-0/+1
* disable the unused "pointer" memberChris Lattner2002-10-131-1/+3
* Add dummy entries to document what members can be addedChris Lattner2002-10-131-0/+7
* - Rework Statistics:Chris Lattner2002-10-011-7/+12
* Add ilist_iterator constructor from a node reference.Vikram S. Adve2002-09-161-0/+1
* GCC 3.1 changesChris Lattner2002-07-251-1/+1
* GCC 3.1 fixesChris Lattner2002-07-242-6/+7
* Changes to build with GCC 3.1Chris Lattner2002-07-241-3/+5
* Use the new include/Support/iterator fileChris Lattner2002-07-241-8/+3
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-241-1/+1
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-241-3/+20
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-4/+4
* MEGAPATCH checkin.Chris Lattner2002-06-251-0/+492
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-221-0/+21
* Initial checkin of Statistic classChris Lattner2002-05-101-0/+69
* Remove obsolete namespace from exampleChris Lattner2002-04-281-1/+1
* Add new function utohexstr.Chris Lattner2002-04-071-0/+18
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-241-15/+11
* New Support file for operations on set like objectsChris Lattner2002-02-051-0/+60
* PostOrderIterator really does depend on Method and BasicBlock. Obviously thisChris Lattner2002-02-041-0/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-206-30/+36
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-277-0/+727