aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/SmallPtrSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* do not let the table fill up with tombstones.Chris Lattner2007-02-071-1/+5
* Fix a bug in smallptrset::erase: in the small case, return true if theChris Lattner2007-02-051-1/+1
* implement SmallPtrSet::eraseChris Lattner2007-01-271-0/+27
* add a noteChris Lattner2007-01-271-1/+2
* Add a new SmallSet ADT specialized for pointers.Chris Lattner2007-01-271-0/+113