Remove the duplicate multiclass N3VSh_QHSD and use N3VInt_QHSD which is modified
[oota-llvm.git] / unittests / ADT / SmallVectorTest.cpp
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.