index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
ImmutableMap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a few more LLVM headers parsable as standalone headers.
Douglas Gregor
2009-11-05
1
-2
/
+2
*
Provide a mode for ImmutableMap/ImmutableSet to not automatically canonicaliz...
Ted Kremenek
2009-10-13
1
-6
/
+8
*
Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an
Ted Kremenek
2009-09-03
1
-3
/
+4
*
Correctly implement ImmutableMap::getMaxElement() by getting the actual <key,...
Ted Kremenek
2009-02-23
1
-1
/
+1
*
Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...
Ted Kremenek
2009-02-23
1
-0
/
+7
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-2
/
+2
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-63
/
+63
*
Removed redundant ctor.
Ted Kremenek
2008-08-14
1
-1
/
+0
*
Added ImmutableMap constructor that accepts a const TreeTy*.
Ted Kremenek
2008-07-10
1
-1
/
+2
*
Removed ImmutableMap::SlimFind and replaced it with ImmutableMap::lookup. Th...
Ted Kremenek
2008-07-07
1
-5
/
+3
*
Implement operator-> for ImmutableMap iterators.
Ted Kremenek
2008-05-03
1
-9
/
+12
*
The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)
Ted Kremenek
2008-02-11
1
-0
/
+3
*
Changed profiling method for ImmutableMap to once again just use its
Ted Kremenek
2008-02-05
1
-1
/
+1
*
Modified 'Profile' method of ImmutableMap to use the 'Profile' method
Ted Kremenek
2008-02-04
1
-2
/
+2
*
Reverted implementation of ImmutableMap::find() to return a TreeTy* instead of
Ted Kremenek
2008-01-18
1
-3
/
+5
*
Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* value
Ted Kremenek
2008-01-17
1
-2
/
+9
*
Changed ImmutableMap::find to return an iterator instead of a pointer
Ted Kremenek
2008-01-15
1
-10
/
+11
*
Added "getRoot()" to ImmutableMap.
Ted Kremenek
2008-01-08
1
-5
/
+11
*
Fixed 80 col. violation.
Ted Kremenek
2008-01-08
1
-1
/
+2
*
Inverted argument order for ImmutableMap::Profile.
Ted Kremenek
2008-01-02
1
-2
/
+2
*
Added iterator and profiling (i.e. FoldingSetNodeID) support to ImmutableMap.
Ted Kremenek
2008-01-02
1
-1
/
+40
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added implementation of immutable (functional) maps and sets, as
Ted Kremenek
2007-10-09
1
-0
/
+163