fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functions
[oota-llvm.git] / lib / Support / SmallPtrSet.cpp
2007-06-22 Owen AndersonFix a bug in SmallPtrSet that was causing GVNPRE to...
2007-06-21 Chris LattnerTwo changes:
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.