| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the assignment operator for SmallPtrSet much faster for normal cases. | Owen Anderson | 2007-07-09 | 1 | -36/+21 | 
| | | | | | llvm-svn: 38474 | ||||
| * | Make the assignment operator for SmallPtrSet return a reference, and fix a ↵ | Owen Anderson | 2007-07-09 | 1 | -1/+1 | 
| | | | | | | | | | | | long-standing bug in the copy ctor while I'm at it. Thanks to Chris Lattner for help with this patch. llvm-svn: 38470 | ||||
| * | Fix an error in the assignment operator that was causing an infinite loop in ↵ | Owen Anderson | 2007-07-09 | 1 | -3/+11 | 
| | | | | | | | | | GVNPRE.cpp. Patch by Chis Lattner. llvm-svn: 38467 | ||||
| * | implement operator= for smallptrset | Chris Lattner | 2007-07-09 | 1 | -0/+36 | 
| | | | | | llvm-svn: 38460 | ||||
| * | Fix a bug in SmallPtrSet that was causing GVNPRE to enter an infinite loop. | Owen Anderson | 2007-06-22 | 1 | -1/+1 | 
| | | | | | llvm-svn: 37697 | ||||
| * | Two changes: | Chris Lattner | 2007-06-21 | 1 | -4/+5 | 
| | | | | | | | | | | 1. Make SmallPtrSet::erase faster in the small case by replacing a memmove with a pointer copy. 2. Fix a bug where the null terminator at the end of the array in the small case was not copied llvm-svn: 37696 | ||||
| * | Fix PR1329. | Jeff Cohen | 2007-04-14 | 1 | -0/+28 | 
| | | | | | llvm-svn: 36016 | ||||
| * | do not let the table fill up with tombstones. | Chris Lattner | 2007-02-07 | 1 | -1/+5 | 
| | | | | | llvm-svn: 33973 | ||||
| * | Fix a bug in smallptrset::erase: in the small case, return true if the | Chris Lattner | 2007-02-05 | 1 | -1/+1 | 
| | | | | | | | element was in the set. llvm-svn: 33931 | ||||
| * | implement SmallPtrSet::erase | Chris Lattner | 2007-01-27 | 1 | -0/+27 | 
| | | | | | llvm-svn: 33581 | ||||
| * | add a note | Chris Lattner | 2007-01-27 | 1 | -1/+2 | 
| | | | | | llvm-svn: 33578 | ||||
| * | Add a new SmallSet ADT specialized for pointers. | Chris Lattner | 2007-01-27 | 1 | -0/+113 | 
| llvm-svn: 33577 | |||||

