Age | Commit message (Expand) | Author |
---|---|---|
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-06 | Fix a subtle issue in SmallVector. The following code did not work as expected: | Owen Anderson |
2010-10-23 | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth |
2010-08-19 | Silence 'unused' warning. | Bill Wendling |
2010-03-26 | Fix SmallVector's insert to handle non-random-access iterators. | Dan Gohman |
2010-03-18 | Make this test more lenient; with SmallVector now using actually | Dan Gohman |
2009-08-19 | Add SmallVector::{capacity,set_size}. | Daniel Dunbar |
2009-07-12 | Clarify a FIXME. | Daniel Dunbar |
2009-04-23 | Use the testcase from PR2791. | Owen Anderson |
2009-01-11 | Fix naming of file. | Bill Wendling |
2009-01-10 | Adding unittests for SmallVector. Test by Talin. | Bill Wendling |