Removed QMTests as I will be zapping them soon.
[oota-llvm.git] / include / llvm / ADT /
2004-11-21 Chris Lattnerignore generated files
2004-10-13 Chris LattnerUse explicit std:: qualification to avoid relying on...
2004-10-13 Chris LattnerGet rid of template templates that were preventing...
2004-10-04 Chris LattnerFix #include flavor
2004-09-30 Alkis EvlogimenosRemove whitespace from the end of the line.
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-24 John CriswellUpdated the last two header files so that they are...
2004-09-24 John CriswellModified hash_map and hash_set configuration so that...
2004-09-11 Reid SpencerFix the replace method to assert if an item was erased...
2004-09-11 Reid SpencerImplement the remove method for deleting entries from...
2004-09-09 Chris LattnerAdd missing #include
2004-09-02 Alkis EvlogimenosPull in definition of std::unary_function.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd size member function.
2004-08-26 Alkis EvlogimenosAdd default index functor (an identity functor). You...
2004-08-18 Misha BrukmanInstead of int64_t, overload itostr with `long long...
2004-08-17 Misha BrukmanAdd itostr(long) for our furry 64-bit friends.
2004-07-29 Brian GaekeFix typo in comment.
2004-07-25 Chris LattnerAdd back() and pop_back() methods to SetVector
2004-07-21 Alkis EvlogimenosAdd greater_ptr functor.
2004-07-20 Misha BrukmanUse C++-style <cstdio> instead of C-style <stdio.h>
2004-07-20 Misha BrukmanDump the old-fashioned C-style <ctype.h> in favor of...
2004-07-20 Misha Brukmanisupper() and tolower() are declared in <ctype.h>
2004-07-15 Chris LattnerGive SetVector range support
2004-07-12 Chris LattnerFix warning compiling with VC++
2004-07-08 Reid SpencerGet rid of some cruft in the insert method.
2004-07-08 Reid SpencerFirst version of a vector with uniqueness constraints...
2004-07-04 Alkis EvlogimenosAdd more operators.
2004-06-25 Chris LattnerUnbreak the build. tsk tsk
2004-06-24 Misha BrukmanAdd a LowercaseString() utility function, courtesy...
2004-06-04 Chris LattnerGCC doesn't like prefix form of cast with two identifie...
2004-06-04 Chris LattnerSilence a warning
2004-06-04 Chris LattnerAdd explicit casts to silence warnings. There is no...
2004-06-03 Chris LattnerOnly use the non-standards-compliant std::distance...
2004-05-30 Alkis EvlogimenosAdd comparator useful for natural comparisons on collec...
2004-05-23 Vikram S. AdveRemember the set of leaders. Also compute on demand...
2004-04-21 Alkis EvlogimenosDeclare iterator as public since it is defined as such...
2004-04-16 Brian GaekeSwitch to including <iostream> for compatibility with...
2004-02-26 Chris LattnerFix a bug in the densemap that was killing the local...
2004-02-26 Chris LattnerFix typeo. grow() cannot shrink storage. clear()...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-24 Chris LattnerNoone cares about similarity to boost
2004-02-23 Brian GaekeRenamed to hash_set.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed to hash_map.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed from include/Support/iterator. Doxygenify comme...
2004-02-14 Alkis EvlogimenosAdd next() and prior() iterator utility functions....
2004-02-13 Brian GaekeUpdate the example here in the header file.
2004-02-09 Alkis EvlogimenosAdd global methods that prevent us from using ilist...
2004-02-08 Chris LattnerOne of the 'annoying' things about ilists is that the...
2004-01-14 Chris Lattneradd support for -- for symmetry
2003-12-29 Chris Lattneradd new function
2003-11-29 Chris LattnerHrm, how could this compile?
2003-11-23 Brian GaekeA better way to get std::pair into the compiler's littl...
2003-11-23 Brian GaekeThis is a hack to make this file compile under g++...
2003-11-17 Chris LattnerFix copy-and-pasteo
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-13 Chris LattnerRemove needless dependence on boost
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Alkis EvlogimenosAdd std::pair tier. This is a much simplified version...
2003-10-30 Brian GaekeApparently my Mac OS X fixes were not entirely compatib...
2003-10-29 Brian GaekeAdd support for utostr(unsigned long)
2003-10-20 Chris LattnerThis #include is no longer necessary
2003-10-20 John CriswellAdded LLVM notice.
2003-10-15 Chris LattnerThis file uses assert and doesn't include anything...
2003-10-13 Chris LattnerAdd missing default argument
2003-10-13 Chris Lattneradd support for "external" depth first iterators, which...
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-10-05 Chris LattnerOutput a very high-precision number
2003-09-30 Chris LattnerStandardize header file comments
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerELIMINATE the SCC class completely. One less thing...
2003-08-31 Chris LattnerMove the HasLoop method from the SCC class to the itera...
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerRemove usage of unsigned long: unsigned should be enough!
2003-08-31 Chris LattnerThis file uses cerr without including <iostream>. ...
2003-08-29 Chris LattnerFix compilation problems with G++ 3.4
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-15 Misha BrukmanReordered includes to be consistent with the LLVM style.
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...
2003-08-01 Chris LattnerIncluding statistics into an anonymous namespace that...
2003-07-25 Chris LattnerFix another accessibility problem illuminated by GCC 3.3
2003-07-25 Chris LattnerFix visibility problem exposed by GCC 3.3
2003-07-25 Chris LattnerFix accessibility problems GCC 3.3
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerGet rid of WORDSIZE macro which can pollute untold...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-04 Sumant KowshikMade changes suggested by Chris; Renamed 'union' functi...
2003-05-29 Sumant KowshikImplementation of Equivalence Classes
2003-04-23 Chris LattnerAllow autoconversion from ilist_iterator<T> to T* in...
2003-03-21 Chris LattnerUpdate comment
2003-03-17 Chris LattnerFix problems with BitSetVector that makes it not compil...
2003-01-28 Chris LattnerInitial checking: defult the make_vector function
2002-12-06 Vikram S. AdveBug fix in operator==() and in method fini().
2002-11-27 Vikram S. AdveSeveral fixes:
2002-11-15 Chris LattnerFix warning
2002-11-10 Chris LattnerAdd tarj_end() method
next