Whitespace.
[oota-llvm.git] / include / llvm / ADT / ImmutableMap.h
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-03-15 Benjamin KramerFactor the iterators of ImmutableSet/ImmutableMap into...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2013-08-16 Benjamin KramerAdd difference_type to ImmutableMap/Set iterators so...
2013-02-14 Francois PichetAdd missing typename to unbreak the MSVC 2012 build.
2013-02-13 Ryan GovostesFix iterator definitions for ImmutableSet and ImmutableMap.
2013-02-13 Ryan GovostesAdd iterator_traits to ImmutableMap and ImmutableSet.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-07 Ted KremenekMark ImmutableMap::remove/add() const.
2012-12-07 Ted KremenekAdd manualRetain() and manualRelease() to ImmutableMapR...
2012-12-06 Ted KremenekRevert "Allow modifying an ImmutableMap without canonic...
2012-12-06 Jordan RoseAllow modifying an ImmutableMap without canonicalizing...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2011-09-23 Anna ZaksAdd getTreeFactory() to ImmutableSet to allow construct...
2011-09-16 Ted KremenekAdd ImmutableMapRef and ImmutableSetRef, which consolid...
2011-02-22 Nick LewyckyFix C++0x incompatibility. The signature of std::make_p...
2011-02-19 Ted KremenekAdd ImmutableMap methods 'manualRetain()', 'manualRelea...
2010-11-30 Ted KremenekPerformance optimization on ImmutableMap/ImmutableSet:
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-02-02 Zhongxing Xu11.8p1: A nested class is a member and as such has...
2010-02-01 Zhongxing XuAdd an immutable interval map, prepared to be used...
2010-01-22 Ted KremenekStore flags in bitfields instead of masking them into...
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-10-13 Ted KremenekProvide a mode for ImmutableMap/ImmutableSet to not...
2009-09-03 Ted KremenekMake ImmutableMap/ImmutableSet quicker by only canonica...
2009-02-23 Ted KremenekCorrectly implement ImmutableMap::getMaxElement() by...
2009-02-23 Ted KremenekAdd ImmutableMap::getMaxElement(), a method that return...
2009-02-20 Misha BrukmanFixed lint errors:
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-08-14 Ted KremenekRemoved redundant ctor.
2008-07-10 Ted KremenekAdded ImmutableMap constructor that accepts a const...
2008-07-07 Ted KremenekRemoved ImmutableMap::SlimFind and replaced it with...
2008-05-03 Ted KremenekImplement operator-> for ImmutableMap iterators.
2008-02-11 Ted KremenekThe factories for ImutAVLTree/ImmutableSet/ImmutableMap...
2008-02-05 Ted KremenekChanged profiling method for ImmutableMap to once again...
2008-02-04 Ted KremenekModified 'Profile' method of ImmutableMap to use the...
2008-01-18 Ted KremenekReverted implementation of ImmutableMap::find() to...
2008-01-17 Ted KremenekImplemented "FIXME" in ImutAVLTree: isEqual() now also...
2008-01-15 Ted KremenekChanged ImmutableMap::find to return an iterator instea...
2008-01-08 Ted KremenekAdded "getRoot()" to ImmutableMap.
2008-01-08 Ted KremenekFixed 80 col. violation.
2008-01-02 Ted KremenekInverted argument order for ImmutableMap::Profile.
2008-01-02 Ted KremenekAdded iterator and profiling (i.e. FoldingSetNodeID...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-09 Ted KremenekAdded implementation of immutable (functional) maps...