[ADT] Add a 'find_as' operation to DenseSet.
[oota-llvm.git] / unittests / ADT / StringMapTest.cpp
2014-06-23 David BlaikieRecommit 211309 (StringMap::insert), reverted in 211328...
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-06-11 Craig TopperConvert StringMapEntry::Create to use StringRef instead...
2014-05-09 David BlaikieRemove use of = default/= delete as they're unsupported...
2014-05-08 David BlaikieMissed formatting
2014-05-08 David BlaikieStringMap: Move assignment and move construction.
2014-05-08 David BlaikieStringMap support for move-only values.
2014-01-03 David BlaikieFix break introduced in r198377 due to using a local...
2014-01-02 David BlaikieTest coverage for non-default-constructible elements...
2014-01-02 David BlaikieRemove StringMapEntryInitializer support.
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2012-06-19 Chandler CarruthRemove some superfluous SCOPED_TRACEs from this unit...
2011-07-14 Chris LattnerThe key of a StringMap can contain nul's in it, so...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-02-11 Jeffrey YasskinFix (harmless) memory leak found by memcheck.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-21 Torok Edwinunbreak unit-tests on gcc-4.4.
2009-01-08 Bill WendlingSome generic clean-ups. Also make the StringMapEntryIni...
2009-01-08 Bill Wendling* Don't explicitly cast "0" to "void*". This doesn...
2009-01-08 Bill Wendling80-column violation fix.
2009-01-08 Misha Brukman* Added unittests for StringMap