aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ImmutableMap.h
Commit message (Expand)AuthorAgeFilesLines
* The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)Ted Kremenek2008-02-111-0/+3
* Changed profiling method for ImmutableMap to once again just use itsTed Kremenek2008-02-051-1/+1
* Modified 'Profile' method of ImmutableMap to use the 'Profile' methodTed Kremenek2008-02-041-2/+2
* Reverted implementation of ImmutableMap::find() to return a TreeTy* instead ofTed Kremenek2008-01-181-3/+5
* Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* valueTed Kremenek2008-01-171-2/+9
* Changed ImmutableMap::find to return an iterator instead of a pointerTed Kremenek2008-01-151-10/+11
* Added "getRoot()" to ImmutableMap.Ted Kremenek2008-01-081-5/+11
* Fixed 80 col. violation.Ted Kremenek2008-01-081-1/+2
* Inverted argument order for ImmutableMap::Profile.Ted Kremenek2008-01-021-2/+2
* Added iterator and profiling (i.e. FoldingSetNodeID) support to ImmutableMap.Ted Kremenek2008-01-021-1/+40
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added implementation of immutable (functional) maps and sets, asTed Kremenek2007-10-091-0/+163