Add an insert() method to MapVector. Adds the first MapVector unit test.
[oota-llvm.git] / unittests / ADT / DenseMapTest.cpp
2012-10-23 Pete CooperFixed bug in SmallDenseMap where it wouldn't leave...
2012-06-17 Chandler CarruthAdd a unit test for 'swap', and fix a pile of bugs in
2012-06-17 Chandler CarruthAdd tests for *DenesMap for both key and value types...
2012-06-17 Chandler CarruthIntroduce a SmallDenseMap container that re-uses the...
2012-06-16 Chandler CarruthWork around a bug with MSVC 10 where it fails to recogn...
2012-06-16 Chandler CarruthType parameterize the DenseMap unit tests.
2012-01-30 TalinDenseMap::find_as() and unit tests.
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-01-07 Misha BrukmanMinor cleanup for unittest:
2009-01-01 Misha BrukmanOriginal patch by Talin.