Age | Commit message (Expand) | Author |
---|---|---|
2013-04-04 | Document the return value of SmallSet insert. | Nadav Rotem |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-01-05 | allow clients of SmallSet to specify their own comparison function for the set. | Chris Lattner |
2009-09-15 | Fix apostrophos. | Dan Gohman |
2009-05-04 | Restore minor deletion. | Mike Stump |
2009-01-09 | Removed trailing whitespace. | Misha Brukman |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-02-04 | Various bugfixes | Chris Lattner |
2007-01-27 | Make SmallSet<whatever*, N> faster by transparently implementing it with | Chris Lattner |
2007-01-27 | Give SmallSet a reasonable fallback if it gets large: use an std::set. | Chris Lattner |
2007-01-27 | simplify insert interface | Chris Lattner |
2007-01-23 | fix typo | Chris Lattner |
2007-01-23 | make the SmallSet interface more std::set-like | Chris Lattner |
2007-01-23 | add a trivial SmallSet class, which operates on a similar principle to | Chris Lattner |