aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/SmallPtrSet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix several const-correctness issues, resolving some -Wcast-qual warnings.Dan Gohman2008-08-051-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* make smallptrset more const and type correct, which caught a fewChris Lattner2007-11-061-2/+2
* Properly use const qualifiersAnton Korobeynikov2007-08-151-1/+1
* When clearing a SmallPtrSet, if the set had a huge capacity, but theChris Lattner2007-08-051-0/+18
* Allow SmallPtrSet to hold pointers to const data.Owen Anderson2007-07-271-20/+20
* Make the copy constructor of SmallPtrSet much faster.Owen Anderson2007-07-241-22/+12
* Remember to free the heap allocated array if we're not going to use it.Owen Anderson2007-07-191-2/+4
* Fix an issue where assignments that caused a SmallPtrSet to become non-smallOwen Anderson2007-07-181-4/+8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+209