aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallPtrSet.h
Commit message (Expand)AuthorAgeFilesLines
* Make SmallPtrSet iterators real iteratorsDouglas Gregor2009-07-081-0/+8
* rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for Chris Lattner2009-03-291-27/+3
* declare everything as class to avoid angering the VC++ gods.Chris Lattner2009-03-281-2/+4
* add a traits class for SmallPtrSet that allows us to stick things that areChris Lattner2009-03-281-5/+36
* Change several SmallPtrSetImpl members from public to protected,Dan Gohman2009-02-071-8/+11
* Removed trailing whitespace.Misha Brukman2009-01-091-24/+24
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* Add explicit keywords.Dan Gohman2008-03-251-3/+4
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* make smallptrset more const and type correct, which caught a fewChris Lattner2007-11-061-13/+28
* Properly use const qualifiersAnton Korobeynikov2007-08-151-2/+2
* When clearing a SmallPtrSet, if the set had a huge capacity, but theChris Lattner2007-08-051-2/+8
* Allow SmallPtrSet to hold pointers to const data.Owen Anderson2007-07-271-13/+13
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+250