summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SmallPtrSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the assignment operator for SmallPtrSet much faster for normal cases.Owen Anderson2007-07-091-36/+21
* Make the assignment operator for SmallPtrSet return a reference, and fix a lo...Owen Anderson2007-07-091-1/+1
* Fix an error in the assignment operator that was causing an infinite loop in ...Owen Anderson2007-07-091-3/+11
* implement operator= for smallptrsetChris Lattner2007-07-091-0/+36
* Fix a bug in SmallPtrSet that was causing GVNPRE to enter an infinite loop.Owen Anderson2007-06-221-1/+1
* Two changes:Chris Lattner2007-06-211-4/+5
* Fix PR1329.Jeff Cohen2007-04-141-0/+28
* 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
OpenPOWER on IntegriCloud