aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ImmutableSet.h
AgeCommit message (Expand)Author
2009-02-23Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...Ted Kremenek
2009-02-20Removed trailing whitespace.Misha Brukman
2009-02-12Add operator->, patch by Ben Laurie!Chris Lattner
2009-02-12Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...Ted Kremenek
2009-01-09Removed trailing whitespace.Misha Brukman
2008-11-03TypoNick Lewycky
2008-02-22Unbreak build for VC2008. Patch by Argiris Kirtzidis!Anton Korobeynikov
2008-02-11The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)Ted Kremenek
2008-02-05Added FoldingSet profiling support to ImmutableSet.Ted Kremenek
2008-02-05Changed profiling method for ImmutableMap to once again just use itsTed Kremenek
2008-02-04Modified node creation of ImutAVLTree to do a hash lookup for an existingTed Kremenek
2008-01-23Added "getRoot()" to ImmutableSet. Ted Kremenek
2008-01-21Fixed buggy caching of the hash value of an ImutAVLTree node.Ted Kremenek
2008-01-21Moved method call within a conditional branch because its effects willTed Kremenek
2008-01-21Adjusted ImutAVLTree::ComputeHash to compute a hash value that is based on aTed Kremenek
2008-01-21Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based scheme. TheTed Kremenek
2008-01-19Modified ImmutableSet/ImmutableMap to use FoldingSet profiling usingTed Kremenek
2008-01-17Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* valueTed Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-18Changed the return type of type-specific Allocate() methods to returnTed Kremenek
2007-10-17ImutAVLTree now allocates tree nodes from the BumpPtrAllocator usingTed Kremenek
2007-10-15Fixed incorrect renaming of method name (forgot two characters).Ted Kremenek
2007-10-15Added more doxygen comments.Ted Kremenek
2007-10-11Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.Ted Kremenek
2007-10-11Added iterators to ImmutableSet.Ted Kremenek
2007-10-10Added some doxygen comments to ImmutableSet.Ted Kremenek
2007-10-10Removed uninformative assertions that catch problems that willTed Kremenek
2007-10-10Removed "height" of an AVL tree node from its Profile. This isTed Kremenek
2007-10-10Removed spurious forward declaration to a structure that will no longer be used.Ted Kremenek
2007-10-10Added some doxygen comments to a few methods of ImutAVLTree.Ted Kremenek
2007-10-10Added preliminary support for iterators in ImutAVLTree.Ted Kremenek
2007-10-10Renamed internal method "Create" of ImutAVLTree to "CreateNode".Ted Kremenek
2007-10-09Added implementation of immutable (functional) maps and sets, asTed Kremenek