The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)
[oota-llvm.git] / include / llvm / ADT / ImmutableMap.h
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...