Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth | 2010-10-23 | 1 | -1/+1 |
| | | | | | | until other LLVM projects using these are cleaned up. llvm-svn: 117200 | ||||
* | Silence 'unused' warning. | Bill Wendling | 2010-08-19 | 1 | -1/+3 |
| | | | | llvm-svn: 111539 | ||||
* | Fix SmallVector's insert to handle non-random-access iterators. | Dan Gohman | 2010-03-26 | 1 | -0/+6 |
| | | | | llvm-svn: 99633 | ||||
* | Make this test more lenient; with SmallVector now using actually | Dan Gohman | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | aligned storage, the capacity may be more than what is explicitly requested. llvm-svn: 98846 | ||||
* | 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 |