aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/SmallPtrSet.cpp
AgeCommit message (Expand)Author
2007-02-07do not let the table fill up with tombstones.Chris Lattner
2007-02-05Fix a bug in smallptrset::erase: in the small case, return true if theChris Lattner
2007-01-27implement SmallPtrSet::eraseChris Lattner
2007-01-27add a noteChris Lattner
2007-01-27Add a new SmallSet ADT specialized for pointers.Chris Lattner