aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ImmutableMap.h
AgeCommit message (Expand)Author
2009-02-23Correctly implement ImmutableMap::getMaxElement() by getting the actual <key,...Ted Kremenek
2009-02-23Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...Ted Kremenek
2009-02-20Fixed lint errors:Misha Brukman
2009-01-09Removed trailing whitespace.Misha Brukman
2008-08-14Removed redundant ctor.Ted Kremenek
2008-07-10Added ImmutableMap constructor that accepts a const TreeTy*.Ted Kremenek
2008-07-07Removed ImmutableMap::SlimFind and replaced it with ImmutableMap::lookup. Th...Ted Kremenek
2008-05-03Implement operator-> for ImmutableMap iterators.Ted Kremenek
2008-02-11The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)Ted Kremenek
2008-02-05Changed profiling method for ImmutableMap to once again just use itsTed Kremenek
2008-02-04Modified 'Profile' method of ImmutableMap to use the 'Profile' methodTed Kremenek
2008-01-18Reverted implementation of ImmutableMap::find() to return a TreeTy* instead ofTed Kremenek
2008-01-17Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* valueTed Kremenek
2008-01-15Changed ImmutableMap::find to return an iterator instead of a pointerTed Kremenek
2008-01-08Added "getRoot()" to ImmutableMap.Ted Kremenek
2008-01-08Fixed 80 col. violation.Ted Kremenek
2008-01-02Inverted argument order for ImmutableMap::Profile.Ted Kremenek
2008-01-02Added iterator and profiling (i.e. FoldingSetNodeID) support to ImmutableMap.Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-09Added implementation of immutable (functional) maps and sets, asTed Kremenek