| Commit message (Expand) | Author | Age | Files | Lines |
* | SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ... | Benjamin Kramer | 2012-04-18 | 1 | -1/+2 |
* | Copy the right amount of elements. | Benjamin Kramer | 2012-03-07 | 1 | -3/+5 |
* | SmallPtrSet: Copy all the elements when swapping, not just numelements. | Benjamin Kramer | 2012-03-07 | 1 | -5/+4 |
* | SmallPtrSet: Provide a more efficient implementation of swap than the default... | Benjamin Kramer | 2012-03-06 | 1 | -0/+50 |
* | Prevent infinite growth of SmallPtrSet instances. | Jakob Stoklund Olesen | 2011-03-30 | 1 | -6/+9 |
* | Rather than giving SmallPtrSetImpl a member field SmallArray which is magically | Duncan Sands | 2010-06-30 | 1 | -3/+6 |
* | Fix several const-correctness issues, resolving some -Wcast-qual warnings. | Dan Gohman | 2008-08-05 | 1 | -2/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | make smallptrset more const and type correct, which caught a few | Chris Lattner | 2007-11-06 | 1 | -2/+2 |
* | Properly use const qualifiers | Anton Korobeynikov | 2007-08-15 | 1 | -1/+1 |
* | When clearing a SmallPtrSet, if the set had a huge capacity, but the | Chris Lattner | 2007-08-05 | 1 | -0/+18 |
* | Allow SmallPtrSet to hold pointers to const data. | Owen Anderson | 2007-07-27 | 1 | -20/+20 |
* | Make the copy constructor of SmallPtrSet much faster. | Owen Anderson | 2007-07-24 | 1 | -22/+12 |
* | Remember to free the heap allocated array if we're not going to use it. | Owen Anderson | 2007-07-19 | 1 | -2/+4 |
* | Fix an issue where assignments that caused a SmallPtrSet to become non-small | Owen Anderson | 2007-07-18 | 1 | -4/+8 |
* | Unbreak the build by putting calls to free into the implementation file and | Reid Spencer | 2007-07-17 | 1 | -0/+7 |
* | Use realloc() to (potentially) resize the contents of SmallPtrSet in place. | Owen Anderson | 2007-07-16 | 1 | -10/+9 |
* | Make the assignment operator for SmallPtrSet much faster for normal cases. | Owen Anderson | 2007-07-09 | 1 | -36/+21 |
* | Make the assignment operator for SmallPtrSet return a reference, and fix a lo... | Owen Anderson | 2007-07-09 | 1 | -1/+1 |
* | Fix an error in the assignment operator that was causing an infinite loop in ... | Owen Anderson | 2007-07-09 | 1 | -3/+11 |
* | implement operator= for smallptrset | Chris Lattner | 2007-07-09 | 1 | -0/+36 |
* | Fix a bug in SmallPtrSet that was causing GVNPRE to enter an infinite loop. | Owen Anderson | 2007-06-22 | 1 | -1/+1 |
* | Two changes: | Chris Lattner | 2007-06-21 | 1 | -4/+5 |
* | Fix PR1329. | Jeff Cohen | 2007-04-14 | 1 | -0/+28 |
* | do not let the table fill up with tombstones. | Chris Lattner | 2007-02-07 | 1 | -1/+5 |
* | Fix a bug in smallptrset::erase: in the small case, return true if the | Chris Lattner | 2007-02-05 | 1 | -1/+1 |
* | implement SmallPtrSet::erase | Chris Lattner | 2007-01-27 | 1 | -0/+27 |
* | add a note | Chris Lattner | 2007-01-27 | 1 | -1/+2 |
* | Add a new SmallSet ADT specialized for pointers. | Chris Lattner | 2007-01-27 | 1 | -0/+113 |