Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicalize the...
[oota-llvm.git] / include / llvm / ADT / ImmutableSet.h
2009-10-13 Ted KremenekProvide a mode for ImmutableMap/ImmutableSet to not...
2009-09-03 Ted KremenekMake ImmutableMap/ImmutableSet quicker by only canonica...
2009-09-03 Ted KremenekSet the 'cached digest' flag after computing the digest...
2009-08-01 Ted KremenekMake default ctor for ImmutableSet::iterator public.
2009-07-19 Daniel DunbarRemove redundant qualifiers.
2009-07-10 Ted KremenekImmutableMap/ImmutableSet: Allow caching of ImutAVLTree...
2009-07-09 Ted KremenekImmutableSet/ImmutableMap: Allow caching of null digest...
2009-02-23 Ted KremenekAdd ImmutableMap::getMaxElement(), a method that return...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-12 Chris LattnerAdd operator->, patch by Ben Laurie!
2009-02-12 Ted KremenekAdd method 'isSingleton()' to ImmutableSet. This retur...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-11-03 Nick LewyckyTypo
2008-02-22 Anton KorobeynikovUnbreak build for VC2008. Patch by Argiris Kirtzidis!
2008-02-11 Ted KremenekThe factories for ImutAVLTree/ImmutableSet/ImmutableMap...
2008-02-05 Ted KremenekAdded FoldingSet profiling support to ImmutableSet.
2008-02-05 Ted KremenekChanged profiling method for ImmutableMap to once again...
2008-02-04 Ted KremenekModified node creation of ImutAVLTree to do a hash...
2008-01-23 Ted KremenekAdded "getRoot()" to ImmutableSet.
2008-01-21 Ted KremenekFixed buggy caching of the hash value of an ImutAVLTree...
2008-01-21 Ted KremenekMoved method call within a conditional branch because...
2008-01-21 Ted KremenekAdjusted ImutAVLTree::ComputeHash to compute a hash...
2008-01-21 Ted KremenekReplaced (FoldingSet) profiling of ImutAVLTree with...
2008-01-19 Ted KremenekModified ImmutableSet/ImmutableMap to use FoldingSet...
2008-01-17 Ted KremenekImplemented "FIXME" in ImutAVLTree: isEqual() now also...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-18 Ted KremenekChanged the return type of type-specific Allocate(...
2007-10-17 Ted KremenekImutAVLTree now allocates tree nodes from the BumpPtrAl...
2007-10-15 Ted KremenekFixed incorrect renaming of method name (forgot two...
2007-10-15 Ted KremenekAdded more doxygen comments.
2007-10-11 Ted KremenekProvided accessors to internal allocator for ImutAVLTre...
2007-10-11 Ted KremenekAdded iterators to ImmutableSet.
2007-10-10 Ted KremenekAdded some doxygen comments to ImmutableSet.
2007-10-10 Ted KremenekRemoved uninformative assertions that catch problems...
2007-10-10 Ted KremenekRemoved "height" of an AVL tree node from its Profile...
2007-10-10 Ted KremenekRemoved spurious forward declaration to a structure...
2007-10-10 Ted KremenekAdded some doxygen comments to a few methods of ImutAVL...
2007-10-10 Ted KremenekAdded preliminary support for iterators in ImutAVLTree.
2007-10-10 Ted KremenekRenamed internal method "Create" of ImutAVLTree to...
2007-10-09 Ted KremenekAdded implementation of immutable (functional) maps...