silence some annoying gcc 4.3 warnings
[oota-llvm.git] / lib / Support / SmallPtrSet.cpp
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.