index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
ImmutableSet.h
Age
Commit message (
Expand
)
Author
2009-02-23
Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...
Ted Kremenek
2009-02-20
Removed trailing whitespace.
Misha Brukman
2009-02-12
Add operator->, patch by Ben Laurie!
Chris Lattner
2009-02-12
Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...
Ted Kremenek
2009-01-09
Removed trailing whitespace.
Misha Brukman
2008-11-03
Typo
Nick Lewycky
2008-02-22
Unbreak build for VC2008. Patch by Argiris Kirtzidis!
Anton Korobeynikov
2008-02-11
The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)
Ted Kremenek
2008-02-05
Added FoldingSet profiling support to ImmutableSet.
Ted Kremenek
2008-02-05
Changed profiling method for ImmutableMap to once again just use its
Ted Kremenek
2008-02-04
Modified node creation of ImutAVLTree to do a hash lookup for an existing
Ted Kremenek
2008-01-23
Added "getRoot()" to ImmutableSet.
Ted Kremenek
2008-01-21
Fixed buggy caching of the hash value of an ImutAVLTree node.
Ted Kremenek
2008-01-21
Moved method call within a conditional branch because its effects will
Ted Kremenek
2008-01-21
Adjusted ImutAVLTree::ComputeHash to compute a hash value that is based on a
Ted Kremenek
2008-01-21
Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based scheme. The
Ted Kremenek
2008-01-19
Modified ImmutableSet/ImmutableMap to use FoldingSet profiling using
Ted Kremenek
2008-01-17
Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* value
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-18
Changed the return type of type-specific Allocate() methods to return
Ted Kremenek
2007-10-17
ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using
Ted Kremenek
2007-10-15
Fixed incorrect renaming of method name (forgot two characters).
Ted Kremenek
2007-10-15
Added more doxygen comments.
Ted Kremenek
2007-10-11
Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.
Ted Kremenek
2007-10-11
Added iterators to ImmutableSet.
Ted Kremenek
2007-10-10
Added some doxygen comments to ImmutableSet.
Ted Kremenek
2007-10-10
Removed uninformative assertions that catch problems that will
Ted Kremenek
2007-10-10
Removed "height" of an AVL tree node from its Profile. This is
Ted Kremenek
2007-10-10
Removed spurious forward declaration to a structure that will no longer be used.
Ted Kremenek
2007-10-10
Added some doxygen comments to a few methods of ImutAVLTree.
Ted Kremenek
2007-10-10
Added preliminary support for iterators in ImutAVLTree.
Ted Kremenek
2007-10-10
Renamed internal method "Create" of ImutAVLTree to "CreateNode".
Ted Kremenek
2007-10-09
Added implementation of immutable (functional) maps and sets, as
Ted Kremenek