Age | Commit message (Expand) | Author |
---|---|---|
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 |