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
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
[prev]