| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete bogus semicolons. | Dan Gohman | 2009-10-14 | 1 | -2/+2 |
* | Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicaliz... | Ted Kremenek | 2009-10-13 | 1 | -6/+12 |
* | Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an | Ted Kremenek | 2009-09-03 | 1 | -59/+57 |
* | Set the 'cached digest' flag after computing the digest for an | Ted Kremenek | 2009-09-03 | 1 | -0/+1 |
* | Make default ctor for ImmutableSet::iterator public. | Ted Kremenek | 2009-08-01 | 1 | -2/+1 |
* | Remove redundant qualifiers. | Daniel Dunbar | 2009-07-19 | 1 | -2/+2 |
* | ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the tree | Ted Kremenek | 2009-07-10 | 1 | -21/+12 |
* | ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ... | Ted Kremenek | 2009-07-09 | 1 | -37/+45 |
* | Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair... | Ted Kremenek | 2009-02-23 | 1 | -0/+9 |
* | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -1/+1 |
* | Add operator->, patch by Ben Laurie! | Chris Lattner | 2009-02-12 | 1 | -0/+1 |
* | Add method 'isSingleton()' to ImmutableSet. This returns true if the set con... | Ted Kremenek | 2009-02-12 | 1 | -1/+4 |
* | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -272/+272 |
* | Typo | Nick Lewycky | 2008-11-03 | 1 | -1/+1 |
* | Unbreak build for VC2008. Patch by Argiris Kirtzidis! | Anton Korobeynikov | 2008-02-22 | 1 | -0/+1 |
* | The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional) | Ted Kremenek | 2008-02-11 | 1 | -6/+25 |
* | Added FoldingSet profiling support to ImmutableSet. | Ted Kremenek | 2008-02-05 | 1 | -1/+14 |
* | Changed profiling method for ImmutableMap to once again just use its | Ted Kremenek | 2008-02-05 | 1 | -25/+28 |
* | Modified node creation of ImutAVLTree to do a hash lookup for an existing | Ted Kremenek | 2008-02-04 | 1 | -77/+124 |
* | Added "getRoot()" to ImmutableSet. | Ted Kremenek | 2008-01-23 | 1 | -5/+10 |
* | Fixed buggy caching of the hash value of an ImutAVLTree node. | Ted Kremenek | 2008-01-21 | 1 | -3/+6 |
* | Moved method call within a conditional branch because its effects will | Ted Kremenek | 2008-01-21 | 1 | -1/+1 |
* | Adjusted ImutAVLTree::ComputeHash to compute a hash value that is based on a | Ted Kremenek | 2008-01-21 | 1 | -3/+16 |
* | Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based scheme. The | Ted Kremenek | 2008-01-21 | 1 | -6/+23 |
* | Modified ImmutableSet/ImmutableMap to use FoldingSet profiling using | Ted Kremenek | 2008-01-19 | 1 | -2/+2 |
* | Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* value | Ted Kremenek | 2008-01-17 | 1 | -2/+16 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Changed the return type of type-specific Allocate() methods to return | Ted Kremenek | 2007-10-18 | 1 | -1/+1 |
* | ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using | Ted Kremenek | 2007-10-17 | 1 | -4/+3 |
* | Fixed incorrect renaming of method name (forgot two characters). | Ted Kremenek | 2007-10-15 | 1 | -2/+2 |
* | Added more doxygen comments. | Ted Kremenek | 2007-10-15 | 1 | -19/+56 |
* | Provided accessors to internal allocator for ImutAVLTree and ImmutableSet. | Ted Kremenek | 2007-10-11 | 1 | -0/+7 |
* | Added iterators to ImmutableSet. | Ted Kremenek | 2007-10-11 | 1 | -3/+24 |
* | Added some doxygen comments to ImmutableSet. | Ted Kremenek | 2007-10-10 | 1 | -1/+18 |
* | Removed uninformative assertions that catch problems that will | Ted Kremenek | 2007-10-10 | 1 | -22/+5 |
* | Removed "height" of an AVL tree node from its Profile. This is | Ted Kremenek | 2007-10-10 | 1 | -7/+4 |
* | Removed spurious forward declaration to a structure that will no longer be used. | Ted Kremenek | 2007-10-10 | 1 | -1/+0 |
* | Added some doxygen comments to a few methods of ImutAVLTree. | Ted Kremenek | 2007-10-10 | 1 | -2/+41 |
* | Added preliminary support for iterators in ImutAVLTree. | Ted Kremenek | 2007-10-10 | 1 | -4/+218 |
* | Renamed internal method "Create" of ImutAVLTree to "CreateNode". | Ted Kremenek | 2007-10-10 | 1 | -13/+14 |
* | Added implementation of immutable (functional) maps and sets, as | Ted Kremenek | 2007-10-09 | 1 | -0/+608 |