Add an insert() method to MapVector. Adds the first MapVector unit test.
[oota-llvm.git] / unittests / ADT / SmallVectorTest.cpp
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-07-30 Chandler CarruthMove the SmallVector unit tests to be type-parameterize...
2012-06-17 Benjamin KramerBring the return value of SmallVector::insert in line...
2012-06-17 Benjamin KramerSmallVector: return a valid iterator for the rare case...
2012-04-29 Benjamin KramerSmallVector: Don't rely on having an assignment operato...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-06 Owen AndersonFix a subtle issue in SmallVector. The following code...
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-08-19 Bill WendlingSilence 'unused' warning.
2010-03-26 Dan GohmanFix SmallVector's insert to handle non-random-access...
2010-03-18 Dan GohmanMake this test more lenient; with SmallVector now using...
2009-08-19 Daniel DunbarAdd SmallVector::{capacity,set_size}.
2009-07-12 Daniel DunbarClarify a FIXME.
2009-04-23 Owen AndersonUse the testcase from PR2791.
2009-01-11 Bill WendlingFix naming of file.
2009-01-10 Bill WendlingAdding unittests for SmallVector. Test by Talin.