Add a unittest for SmallDenseMap that tests assigning a SmallDenseMap when it is...
[oota-llvm.git] / unittests / ADT / DenseMapTest.cpp
2015-10-31 Michael GottesmanAdd a unittest for SmallDenseMap that tests assigning...
2015-06-24 Chandler Carruth[ADT] Teach DenseMap to support StringRef keys.
2015-03-04 David BlaikieExplicitly default DenseMapTest::CtorTest::operator=
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2014-08-04 Andrew TrickFix SmallDenseMap assignment operator.
2014-06-20 David BlaikieFix some -Wsign-compare fallout from changing container...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-02-25 Duncan P. N. Exon... fix crash in SmallDenseMap copy constructor
2014-02-13 Reid KlecknerTweak an _MSC_VER ifdef to use typename with clang...
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.