index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
ImmutableSet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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