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
/
ImmutableMap.h
Age
Commit message (
Expand
)
Author
2009-02-23
Correctly implement ImmutableMap::getMaxElement() by getting the actual <key,...
Ted Kremenek
2009-02-23
Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...
Ted Kremenek
2009-02-20
Fixed lint errors:
Misha Brukman
2009-01-09
Removed trailing whitespace.
Misha Brukman
2008-08-14
Removed redundant ctor.
Ted Kremenek
2008-07-10
Added ImmutableMap constructor that accepts a const TreeTy*.
Ted Kremenek
2008-07-07
Removed ImmutableMap::SlimFind and replaced it with ImmutableMap::lookup. Th...
Ted Kremenek
2008-05-03
Implement operator-> for ImmutableMap iterators.
Ted Kremenek
2008-02-11
The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)
Ted Kremenek
2008-02-05
Changed profiling method for ImmutableMap to once again just use its
Ted Kremenek
2008-02-04
Modified 'Profile' method of ImmutableMap to use the 'Profile' method
Ted Kremenek
2008-01-18
Reverted implementation of ImmutableMap::find() to return a TreeTy* instead of
Ted Kremenek
2008-01-17
Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* value
Ted Kremenek
2008-01-15
Changed ImmutableMap::find to return an iterator instead of a pointer
Ted Kremenek
2008-01-08
Added "getRoot()" to ImmutableMap.
Ted Kremenek
2008-01-08
Fixed 80 col. violation.
Ted Kremenek
2008-01-02
Inverted argument order for ImmutableMap::Profile.
Ted Kremenek
2008-01-02
Added iterator and profiling (i.e. FoldingSetNodeID) support to ImmutableMap.
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-09
Added implementation of immutable (functional) maps and sets, as
Ted Kremenek