aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Convert tabs to spacesMisha Brukman2005-05-051-12/+12
* Convert tabs to spacesMisha Brukman2005-04-221-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-2114-95/+95
* Provide a guaranteed definition of intptr_t. Thansk to Evan Jones forChris Lattner2005-03-211-0/+1
* Constant-propagate the value of `isL' variable and eliminate it.Misha Brukman2005-03-191-2/+1
* Silence VC++ warning about mixing intptr_t and bool, and about unused variabl...Jeff Cohen2005-03-191-1/+1
* Two fixes for the copy ctor/operator=:Chris Lattner2005-03-191-4/+7
* add some methods, fix a major bug in getLeader() that was causing things toChris Lattner2005-03-191-3/+27
* implement a proper copy ctor, operator= and add a helper method.Chris Lattner2005-03-191-0/+24
* Rewrite this class, making the following improvements:Chris Lattner2005-03-191-79/+189
* remove compat_iterator, which is dead in the tree.Chris Lattner2005-03-161-92/+0
* Don't provide default hash struct instantiation.Jeff Cohen2005-03-161-6/+9
* Add adapter class to let VC++ hash_map use GCC's hash struct.Jeff Cohen2005-03-161-0/+26
* remove some more dead templates and a dead macro.Chris Lattner2005-02-221-33/+0
* Remove a bunch of dead templates.Chris Lattner2005-02-221-73/+0
* 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