Add missing include (for ptrdiff_t).
[oota-llvm.git] / include / llvm / ADT / ImmutableSet.h
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...