More templatization.
[oota-llvm.git] / lib / Support / SmallPtrSet.cpp
2007-11-06 Chris Lattnermake smallptrset more const and type correct, which...
2007-08-15 Anton KorobeynikovProperly use const qualifiers
2007-08-05 Chris LattnerWhen clearing a SmallPtrSet, if the set had a huge...
2007-07-27 Owen AndersonAllow SmallPtrSet to hold pointers to const data.
2007-07-24 Owen AndersonMake the copy constructor of SmallPtrSet much faster.
2007-07-19 Owen AndersonRemember to free the heap allocated array if we're...
2007-07-18 Owen AndersonFix an issue where assignments that caused a SmallPtrSe...
2007-07-17 Reid SpencerUnbreak the build by putting calls to free into the...
2007-07-16 Owen AndersonUse realloc() to (potentially) resize the contents...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet much faste...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet return...
2007-07-09 Owen AndersonFix an error in the assignment operator that was causin...
2007-07-09 Chris Lattnerimplement operator= for smallptrset
2007-06-22 Owen AndersonFix a bug in SmallPtrSet that was causing GVNPRE to...
2007-06-21 Chris LattnerTwo changes:
2007-04-14 Jeff CohenFix PR1329.
2007-02-07 Chris Lattnerdo not let the table fill up with tombstones.
2007-02-05 Chris LattnerFix a bug in smallptrset::erase: in the small case...
2007-01-27 Chris Lattnerimplement SmallPtrSet::erase
2007-01-27 Chris Lattneradd a note
2007-01-27 Chris LattnerAdd a new SmallSet ADT specialized for pointers.