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
/
lib
/
Support
/
StringMap.cpp
Age
Commit message (
Expand
)
Author
2009-07-23
Convert StringMap to using StringRef for its APIs.
Daniel Dunbar
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-04-04
stringmap memory managed with malloc now
Chris Lattner
2007-04-04
use calloc instead of new/memset, it is more efficient
Chris Lattner
2007-04-04
Extend StringMap to support being initialized as completely empty. When
Chris Lattner
2007-04-03
greatly reduce hte default size of stringmap.
Chris Lattner
2007-02-11
Add support for removing elements out of StringMap.
Chris Lattner
2007-02-11
Replace the ugly FindValue method with STL-like find methods.
Chris Lattner
2007-02-11
remove support for stringmap visitors now that iterators exist.
Chris Lattner
2007-02-11
add support for iterators.
Chris Lattner
2007-02-08
Rename CStringMap -> StringMap, since it now supports nul characters in the
Chris Lattner
2007-02-08
Allow cstringmap to contain strings with nul characters in them.
Chris Lattner
2007-01-06
wow, the link was already broken :)
Chris Lattner
2007-01-06
add a note
Chris Lattner
2006-10-29
add a highly efficient hash table that is specialized for mapping C strings
Chris Lattner