summaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-4/+4
* Rename createNode -> createSentinal.Chris Lattner2005-01-291-3/+4
* Convert some old C-style casts to C++ style.Reid Spencer2005-01-281-2/+2
* Provide support for HP/UX aCC compiler's variant of hash_map and hash_setReid Spencer2005-01-162-0/+74
* Do not let 'ftostr' return a string that starts with spaces. This allowsChris Lattner2005-01-041-1/+3
* Define the pointer hash struct before the string one, to improve compatibilityChris Lattner2004-12-081-6/+6
* ignore generated filesChris Lattner2004-11-211-0/+4
* Use explicit std:: qualification to avoid relying on Koenig lookup, whichChris Lattner2004-10-131-1/+1
* Get rid of template templates that were preventing VC from compiling theChris Lattner2004-10-131-18/+18
* Fix #include flavorChris Lattner2004-10-043-3/+3
* Remove whitespace from the end of the line.Alkis Evlogimenos2004-09-302-4/+4
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-281-2/+2
* Updated the last two header files so that they are configured withJohn Criswell2004-09-241-4/+8
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-242-6/+14
* Fix the replace method to assert if an item was erased from the set but notReid Spencer2004-09-111-2/+2
* Implement the remove method for deleting entries from the SetVector.Reid Spencer2004-09-111-0/+11
* Add missing #includeChris Lattner2004-09-092-0/+2
* Pull in definition of std::unary_function.Alkis Evlogimenos2004-09-022-0/+2
* Changes For Bug 352Reid Spencer2004-09-0120-75/+75
* Add size member function.Alkis Evlogimenos2004-08-272-0/+8
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-262-24/+36
* Instead of int64_t, overload itostr with `long long' parameter.Misha Brukman2004-08-181-8/+7
* Add itostr(long) for our furry 64-bit friends.Misha Brukman2004-08-171-0/+7
* Fix typo in comment.Brian Gaeke2004-07-291-1/+1
* Add back() and pop_back() methods to SetVectorChris Lattner2004-07-251-14/+28
* 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