aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Add greater_ptr functor.Alkis Evlogimenos2004-07-211-0/+7
* Use C++-style <cstdio> instead of C-style <stdio.h>Misha Brukman2004-07-201-1/+1
* Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>Misha Brukman2004-07-201-1/+1
* isupper() and tolower() are declared in <ctype.h>Misha Brukman2004-07-201-3/+3
* Give SetVector range supportChris Lattner2004-07-151-1/+17
* Fix warning compiling with VC++Chris Lattner2004-07-121-2/+2
* Get rid of some cruft in the insert method.Reid Spencer2004-07-081-3/+3
* First version of a vector with uniqueness constraints (or a set withReid Spencer2004-07-081-0/+108
* Add more operators.Alkis Evlogimenos2004-07-041-0/+2
* Unbreak the build. tsk tskChris Lattner2004-06-251-1/+1
* Add a LowercaseString() utility function, courtesy of brg.Misha Brukman2004-06-241-0/+7
* GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner2004-06-041-1/+1
* Silence a warningChris Lattner2004-06-041-1/+1
* Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner2004-06-041-4/+4
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-031-4/+5
* Add comparator useful for natural comparisons on collections withAlkis Evlogimenos2004-05-301-0/+6
* Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve2004-05-231-32/+52
* Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos2004-04-211-1/+1
* Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke2004-04-161-1/+1
* Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner2004-02-262-2/+2
* Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner2004-02-262-6/+10
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-252-0/+122
* Noone cares about similarity to boostChris Lattner2004-02-241-2/+0
* Renamed to hash_set.in; move to using autoconf substitution tags.Brian Gaeke2004-02-231-0/+67
* Renamed to hash_map.in; move to using autoconf substitution tags.Brian Gaeke2004-02-231-0/+66
* Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs...Brian Gaeke2004-02-231-0/+66
* Add next() and prior() iterator utility functions. Unlike std::advanceAlkis Evlogimenos2004-02-141-23/+37
* Update the example here in the header file.Brian Gaeke2004-02-131-2/+2
* Add global methods that prevent us from using ilist::iterators asAlkis Evlogimenos2004-02-091-0/+12
* One of the 'annoying' things about ilists is that the iterators don't behaveChris Lattner2004-02-081-6/+94
* add support for -- for symmetryChris Lattner2004-01-141-0/+2
* add new functionChris Lattner2003-12-291-0/+10
* Hrm, how could this compile?Chris Lattner2003-11-291-1/+1
* A better way to get std::pair into the compiler's little, walnut-sized brain.Brian Gaeke2003-11-231-1/+1
* This is a hack to make this file compile under g++-3.0.x;Brian Gaeke2003-11-231-0/+1
* Fix copy-and-pasteoChris Lattner2003-11-171-1/+1
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-162-6/+8
* Remove needless dependence on boostChris Lattner2003-11-131-3/+2
* Add namespace qualifierChris Lattner2003-11-131-1/+1
* Minor cleanupsChris Lattner2003-11-131-43/+38
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1113-1/+50
* Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos2003-11-051-0/+48
* Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke2003-10-301-1/+1
* Add support for utostr(unsigned long)Brian Gaeke2003-10-291-0/+4
* This #include is no longer necessaryChris Lattner2003-10-201-1/+0
* Added LLVM notice.John Criswell2003-10-2014-0/+98
* This file uses assert and doesn't include anything which already #includes <c...Chris Lattner2003-10-151-0/+1
* Add missing default argumentChris Lattner2003-10-131-1/+1
* add support for "external" depth first iterators, which store the 'visited' setChris Lattner2003-10-131-11/+99
* Extricate the "reverse" support from the depth-first iterator. This is reallyChris Lattner2003-10-131-55/+38