Changes in directory llvm/lib/Support:
CStringMap.cpp updated: 1.3 -> 1.4
---
Log message:
Allow cstringmap to contain strings with nul characters in them.
---
Diffs of the changes: (+5 -4)
CStringMap.cpp |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
Index: llvm/lib/
Changes in directory llvm/lib/Support:
CStringMap.cpp updated: 1.1 -> 1.2
---
Log message:
add a note
---
Diffs of the changes: (+4 -1)
CStringMap.cpp |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/lib/Support/CStringMap.cpp
diff -u llvm/lib/Support/CStringMap.
Changes in directory llvm/lib/Support:
CStringMap.cpp updated: 1.2 -> 1.3
---
Log message:
wow, the link was already broken :)
---
Diffs of the changes: (+1 -1)
CStringMap.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Support/CStringMap.cpp
diff -u llvm/li
Changes in directory llvm/lib/Support:
CStringMap.cpp added (r1.1)
---
Log message:
add a highly efficient hash table that is specialized for mapping C strings
to some other type.
---
Diffs of the changes: (+134 -0)
CStringMap.cpp | 134