| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SmallVector::{capacity,set_size}. | Daniel Dunbar | 2009-08-19 | 1 | -0/+18 |
| | | | | | | | | - These allow clients to make use of the extra elements in the vector which have already been allocated, without requiring them to be value initialized. llvm-svn: 79433 | ||||
| * | Clarify a FIXME. | Daniel Dunbar | 2009-07-12 | 1 | -4/+5 |
| | | | | | llvm-svn: 75422 | ||||
| * | Use the testcase from PR2791. | Owen Anderson | 2009-04-23 | 1 | -3/+3 |
| | | | | | llvm-svn: 69846 | ||||
| * | Fix naming of file. | Bill Wendling | 2009-01-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 62035 | ||||
| * | Adding unittests for SmallVector. Test by Talin. | Bill Wendling | 2009-01-10 | 1 | -0/+383 |
| llvm-svn: 62025 | |||||

