Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.34 -> 1.35
---
Log message:
Add a helper function
---
Diffs of the changes: (+7 -0)
StringExtras.h |7 +++
1 files changed, 7 insertions(+)
Index: llvm/include/llvm/ADT/StringExtras.h
diff -u llvm/include/llvm/
Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.33 -> 1.34
---
Log message:
Add two helper functions
---
Diffs of the changes: (+9 -0)
StringExtras.h |9 +
1 files changed, 9 insertions(+)
Index: llvm/include/llvm/ADT/StringExtras.h
diff -u llvm/include/
Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.32 -> 1.33
---
Log message:
Favor C++ casts over C casts in C++ code.
---
Diffs of the changes: (+2 -2)
StringExtras.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/ADT/StringEx
Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.31 -> 1.32
---
Log message:
Fix utostr once and for all, by making there only be one function named
utostr. To keep the efficiency in the 32-bit case, make it check to see if
the value is 32-bits and if so switch over to the
Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.30 -> 1.31
---
Log message:
Fix build breakage on alpha, without causing it on x86. as a bonus, all
platforms can invent the same number of unique names now
---
Diffs of the changes: (+2 -13)
StringExtras.h | 15 ++---
Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.29 -> 1.30
---
Log message:
revert for now
---
Diffs of the changes: (+13 -2)
StringExtras.h | 15 +--
1 files changed, 13 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/ADT/StringExtras.h
diff -u
Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.28 -> 1.29
---
Log message:
make 64-bit safe and fix the build on alpha
---
Diffs of the changes: (+2 -13)
StringExtras.h | 15 ++-
1 files changed, 2 insertions(+), 13 deletions(-)
Index: llvm/include/llv
Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.27 -> 1.28
---
Log message:
For PR786: http://llvm.cs.uiuc.edu/PR786 :
Minor tweaks in public headers and a few .cpp files so that LLVM can build
successfully with -pedantic and projects using LLVM with -pedantic don't
get w
Changes in directory llvm/include/llvm/ADT:
StringExtras.h updated: 1.26 -> 1.27
---
Log message:
add some methods for case-insensitive string compares
---
Diffs of the changes: (+21 -0)
StringExtras.h | 21 +
1 files changed, 21 insertions(+)
Index: llvm/include/ll