Performance optimization on ImmutableMap/ImmutableSet:
[oota-llvm.git] / include / llvm / ADT / ImmutableMap.h
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...