aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Output a very high-precision numberChris Lattner2003-10-051-1/+1
* Standardize header file commentsChris Lattner2003-09-3011-28/+22
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-19/+18
* ELIMINATE the SCC class completely. One less thing deriving from std::vectorChris Lattner2003-08-311-25/+9
* Move the HasLoop method from the SCC class to the iterator classChris Lattner2003-08-311-12/+13
* * CleanupsChris Lattner2003-08-311-21/+14
* Remove usage of unsigned long: unsigned should be enough!Chris Lattner2003-08-311-23/+23
* This file uses cerr without including <iostream>. Since it's just for debugg...Chris Lattner2003-08-311-5/+5
* Fix compilation problems with G++ 3.4Chris Lattner2003-08-291-17/+17
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1