aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-223-1/+3
* add some methods for case-insensitive string comparesChris Lattner2006-01-261-0/+21
* Use find instead of lower_bounds.Jim Laskey2006-01-261-2/+2
* Add support to find existing entries.Jim Laskey2006-01-261-0/+20
* This only needs <iosfwd> not <iostream>Chris Lattner2006-01-221-1/+1
* Suppress "no newline at end of file" warnings.Evan Cheng2006-01-171-1/+1
* Reduce memory consumption and force (somewhat) access to entries via ID.Jim Laskey2006-01-171-11/+11
* Redundant inline keyword.Jim Laskey2006-01-161-1/+1
* UniqueVector template provides a means of enumerating objects uniquely.Jim Laskey2006-01-161-0/+70
* Remove a now-dead map, patch by Saem Ghani, thanks!Chris Lattner2005-12-071-2/+1
* Implement external storage for post-order iteration, implementing PR267Chris Lattner2005-12-061-10/+84
* Fix comment.Jeff Cohen2005-10-261-1/+1
* Eliminate use of sed in Visual Studio builds.Jeff Cohen2005-10-263-7/+27
* Wrap long linesMisha Brukman2005-08-241-2/+4
* Remove some tabs.Reid Spencer2005-08-241-4/+5
* add a methodChris Lattner2005-08-231-0/+2
* Add some operators the PowerPC backend needs to efficiently and correctlyNate Begeman2005-06-151-0/+20
* 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