Make some minor improvements to APInt:
[oota-llvm.git] / include / llvm / ADT / SmallPtrSet.h
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.