Oops! didn't mean to put this in there yet.
[oota-llvm.git] / include / llvm / ADT /
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
2002-11-06 Chris LattnerMake maxSize a private variable, add a size() accessor
2002-11-06 Vikram S. AdveAn implementation of the bit-vector representation...
2002-11-04 Vikram S. AdveGeneric graph iterator to enumerate the SCCs of a graph
2002-10-31 Chris LattnerStatistic class should return const reference to *this...
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-27 Chris LattnerAdd neccesary #include
2002-10-13 Chris Lattnerdisable the unused "pointer" member
2002-10-13 Chris LattnerAdd dummy entries to document what members can be added
2002-10-01 Chris Lattner - Rework Statistics:
2002-09-16 Vikram S. AdveAdd ilist_iterator constructor from a node reference.
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-24 Chris LattnerGCC 3.1 fixes
2002-07-24 Chris LattnerChanges to build with GCC 3.1
2002-07-24 Chris LattnerUse the new include/Support/iterator file
2002-07-24 Chris LattnerMove hash_* extension headers from ext/ to Support...
2002-07-24 Chris LattnerChanges to make it GCC 3.1 compatible
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
next