Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
[oota-llvm.git] / include / llvm / ADT /
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...
2002-05-10 Chris LattnerInitial checkin of Statistic class
2002-04-28 Chris LattnerRemove obsolete namespace from example
2002-04-07 Chris LattnerAdd new function utohexstr.
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-05 Chris LattnerNew Support file for operations on set like objects
2002-02-04 Chris LattnerPostOrderIterator really does depend on Method and...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...