[ADT] Use a nonce type with at least 4 byte alignment.
[oota-llvm.git] / unittests / ADT / SmallVectorTest.cpp
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-02 Benjamin KramerSmallVector: Allow initialization and assignment from...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-07 Benjamin KramerSmallVector: Move emplace_back to SmallVectorImpl.
2015-01-23 Lang Hames[ADT] Add move operations to SmallVector<T,N> from...
2014-12-03 Aaron BallmanSilencing several "multiple copy constructors" warnings...
2014-12-03 Duncan P. N. Exon... ADT: Add SmallVector<>::emplace_back()
2014-06-11 David BlaikieSmallVectorTest: Make the deleted member functions...
2014-06-10 NAKAMURA TakumiSmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
2014-06-09 David BlaikieSmallVector: support resize(N) with move-only types
2014-06-08 David BlaikieSmallVector: Improve test coverage for insert with...
2014-06-08 David BlaikieSmallVector: More movable improvements - don't copy...
2014-06-08 David BlaikieSmallVector: Move, don't copy, elements to make space...
2014-06-08 David BlaikieSmallVectorTest: Remove some more robust checks added...
2014-06-08 David BlaikieFix some more moving-from-moved-from objects issues...
2014-06-08 David BlaikieEnsure SmallVector::insert doesn't overwrite the last...
2014-04-30 Douglas GregorFix a use of uninitialized memory in SmallVector's...
2014-03-09 David BlaikieRevert "Clean up SmallString a bit"
2014-03-09 David BlaikieClean up SmallString a bit
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.