Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow clients of SmallSet to specify their own comparison function for the set. | Chris Lattner | 2012-01-05 | 1 | -2/+2 |
* | Fix apostrophos. | Dan Gohman | 2009-09-15 | 1 | -1/+1 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -0/+6 |
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -6/+6 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Various bugfixes | Chris Lattner | 2007-02-04 | 1 | -1/+1 |
* | Make SmallSet<whatever*, N> faster by transparently implementing it with | Chris Lattner | 2007-01-27 | 1 | -0/+5 |
* | Give SmallSet a reasonable fallback if it gets large: use an std::set. | Chris Lattner | 2007-01-27 | 1 | -27/+51 |
* | simplify insert interface | Chris Lattner | 2007-01-27 | 1 | -3/+3 |
* | fix typo | Chris Lattner | 2007-01-23 | 1 | -1/+1 |
* | make the SmallSet interface more std::set-like | Chris Lattner | 2007-01-23 | 1 | -6/+13 |
* | add a trivial SmallSet class, which operates on a similar principle to | Chris Lattner | 2007-01-23 | 1 | -0/+76 |