Fix PR1329.
[oota-llvm.git] / include / llvm / ADT / SmallPtrSet.h
2007-04-14 Jeff CohenFix PR1329.
2007-04-02 Chris Lattneradd range version of insert()
2007-03-04 Chris Lattneradd iterator range version of ctor.
2007-03-02 Chris LattnerFix PR1234 by working around a compiler bug.
2007-02-07 Chris Lattnerdo not let the table fill up with tombstones.
2007-01-27 Chris Lattnerprovide a definition for uintptr_t
2007-01-27 Chris Lattneradd some missing API
2007-01-27 Chris Lattnerimplement SmallPtrSet::erase
2007-01-27 Chris LattnerFix a limitation of SmallPtrSet. Before it would asser...
2007-01-27 Chris Lattneradd some comments on the algorithm
2007-01-27 Chris LattnerAdd a new SmallSet ADT specialized for pointers.