aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/SmallVectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+19
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+215
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-21/+189
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+54
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+2
* Move the SmallVector unit tests to be type-parameterized so that we canChandler Carruth2012-07-301-149/+176
* Bring the return value of SmallVector::insert in line with std::vector::insert.Benjamin Kramer2012-06-171-4/+30
* SmallVector: return a valid iterator for the rare case of inserting an empty ...Benjamin Kramer2012-06-171-0/+7
* SmallVector: Don't rely on having an assignment operator around in push_back ...Benjamin Kramer2012-04-291-0/+13
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson2011-07-061-21/+27
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-231-1/+1
* Silence 'unused' warning.Bill Wendling2010-08-191-1/+3
* Fix SmallVector's insert to handle non-random-access iterators.Dan Gohman2010-03-261-0/+6
* Make this test more lenient; with SmallVector now using actuallyDan Gohman2010-03-181-1/+1
* Add SmallVector::{capacity,set_size}.Daniel Dunbar2009-08-191-0/+18
* Clarify a FIXME.Daniel Dunbar2009-07-121-4/+5
* Use the testcase from PR2791.Owen Anderson2009-04-231-3/+3
* Fix naming of file.Bill Wendling2009-01-111-1/+1
* Adding unittests for SmallVector. Test by Talin.Bill Wendling2009-01-101-0/+383