summaryrefslogtreecommitdiff
path: root/include/llvm/ADT
Commit message (Expand)AuthorAge
* Fix #include flavorChris Lattner2004-10-04
* Remove whitespace from the end of the line.Alkis Evlogimenos2004-09-30
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-28
* Updated the last two header files so that they are configured withJohn Criswell2004-09-24
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-24
* Fix the replace method to assert if an item was erased from the set but notReid Spencer2004-09-11
* Implement the remove method for deleting entries from the SetVector.Reid Spencer2004-09-11
* Add missing #includeChris Lattner2004-09-09
* Pull in definition of std::unary_function.Alkis Evlogimenos2004-09-02
* Changes For Bug 352Reid Spencer2004-09-01
* Add size member function.Alkis Evlogimenos2004-08-27
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-26
* Instead of int64_t, overload itostr with `long long' parameter.Misha Brukman2004-08-18
* Add itostr(long) for our furry 64-bit friends.Misha Brukman2004-08-17
* Fix typo in comment.Brian Gaeke2004-07-29
* Add back() and pop_back() methods to SetVectorChris Lattner2004-07-25
* Add greater_ptr functor.Alkis Evlogimenos2004-07-21
* Use C++-style <cstdio> instead of C-style <stdio.h>Misha Brukman2004-07-20
* Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>Misha Brukman2004-07-20
* isupper() and tolower() are declared in <ctype.h>Misha Brukman2004-07-20
* Give SetVector range supportChris Lattner2004-07-15
* Fix warning compiling with VC++Chris Lattner2004-07-12
* Get rid of some cruft in the insert method.Reid Spencer2004-07-08
* First version of a vector with uniqueness constraints (or a set withReid Spencer2004-07-08
* Add more operators.Alkis Evlogimenos2004-07-04
* Unbreak the build. tsk tskChris Lattner2004-06-25
* Add a LowercaseString() utility function, courtesy of brg.Misha Brukman2004-06-24
* GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner2004-06-04
* Silence a warningChris Lattner2004-06-04
* Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner2004-06-04
* Only use the non-standards-compliant std::distance on the compiler that isChris Lattner2004-06-03
* Add comparator useful for natural comparisons on collections withAlkis Evlogimenos2004-05-30
* Remember the set of leaders. Also compute on demand and cache the equivVikram S. Adve2004-05-23
* Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos2004-04-21
* Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke2004-04-16
* Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner2004-02-26
* Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner2004-02-26
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-25
* Noone cares about similarity to boostChris Lattner2004-02-24
* Renamed to hash_set.in; move to using autoconf substitution tags.Brian Gaeke2004-02-23
* Renamed to hash_map.in; move to using autoconf substitution tags.Brian Gaeke2004-02-23
* Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs...Brian Gaeke2004-02-23
* Add next() and prior() iterator utility functions. Unlike std::advanceAlkis Evlogimenos2004-02-14
* Update the example here in the header file.Brian Gaeke2004-02-13
* Add global methods that prevent us from using ilist::iterators asAlkis Evlogimenos2004-02-09
* One of the 'annoying' things about ilists is that the iterators don't behaveChris Lattner2004-02-08
* add support for -- for symmetryChris Lattner2004-01-14
* add new functionChris Lattner2003-12-29
* Hrm, how could this compile?Chris Lattner2003-11-29
* A better way to get std::pair into the compiler's little, walnut-sized brain.Brian Gaeke2003-11-23