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
/
StringExtras.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around PR1000.
Duncan Sands
2008-11-10
1
-1
/
+1
*
split out the functionality of utohexstr into a new utohex_buffer
Chris Lattner
2008-11-10
1
-7
/
+22
*
Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T...
Ted Kremenek
2008-10-22
1
-1
/
+1
*
Add llvm::hexdigit to StringExtras (number -> hexadecimal char)
Daniel Dunbar
2008-10-14
1
-4
/
+7
*
Make the interface of CStrInCStrNoCase be the same as strcasestr.
Ted Kremenek
2008-05-07
1
-6
/
+5
*
Fix some serious logical errors in CStrInCStrNoCase pointed out by Bill.
Ted Kremenek
2008-05-07
1
-5
/
+8
*
Guard for empty strings in CStrInCStrNoCase.
Ted Kremenek
2008-05-07
1
-2
/
+2
*
Added CStrInCStrNoCase, a portable implementation of strcasestr.
Ted Kremenek
2008-05-07
1
-0
/
+24
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-2
/
+2
*
Make tblgen a little smarter about constants smaller than i32. Currently,
Scott Michel
2008-02-15
1
-0
/
+4
*
don't form an std::string with a null pointer, it aborts.
Chris Lattner
2008-01-18
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add an uppercase conversion utility function.
Christopher Lamb
2007-10-18
1
-0
/
+8
*
fix reversal bug in preceding checkin
Dale Johannesen
2007-09-04
1
-2
/
+2
*
Revise per review of previous patch.
Dale Johannesen
2007-08-31
1
-1
/
+1
*
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-31
1
-0
/
+9
*
Add a helper function
Chris Lattner
2006-11-28
1
-0
/
+7
*
Add two helper functions
Chris Lattner
2006-07-14
1
-0
/
+9
*
Favor C++ casts over C casts in C++ code.
Reid Spencer
2006-06-01
1
-2
/
+2
*
Fix utostr once and for all, by making there only be one function named
Chris Lattner
2006-05-31
1
-17
/
+14
*
Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...
Andrew Lenharth
2006-05-31
1
-13
/
+2
*
revert for now
Andrew Lenharth
2006-05-31
1
-2
/
+13
*
make 64-bit safe and fix the build on alpha
Andrew Lenharth
2006-05-31
1
-13
/
+2
*
For PR786:
Reid Spencer
2006-05-24
1
-3
/
+3
*
add some methods for case-insensitive string compares
Chris Lattner
2006-01-26
1
-0
/
+21
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
Convert some old C-style casts to C++ style.
Reid Spencer
2005-01-28
1
-2
/
+2
*
Do not let 'ftostr' return a string that starts with spaces. This allows
Chris Lattner
2005-01-04
1
-1
/
+3
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Instead of int64_t, overload itostr with `long long' parameter.
Misha Brukman
2004-08-18
1
-8
/
+7
*
Add itostr(long) for our furry 64-bit friends.
Misha Brukman
2004-08-17
1
-0
/
+7
*
Use C++-style <cstdio> instead of C-style <stdio.h>
Misha Brukman
2004-07-20
1
-1
/
+1
*
Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>
Misha Brukman
2004-07-20
1
-1
/
+1
*
isupper() and tolower() are declared in <ctype.h>
Misha Brukman
2004-07-20
1
-3
/
+3
*
Fix warning compiling with VC++
Chris Lattner
2004-07-12
1
-2
/
+2
*
Unbreak the build. tsk tsk
Chris Lattner
2004-06-25
1
-1
/
+1
*
Add a LowercaseString() utility function, courtesy of brg.
Misha Brukman
2004-06-24
1
-0
/
+7
*
GCC doesn't like prefix form of cast with two identifiers I guess.
Chris Lattner
2004-06-04
1
-1
/
+1
*
Add explicit casts to silence warnings. There is no need to use snprintf here.
Chris Lattner
2004-06-04
1
-4
/
+4
*
add new function
Chris Lattner
2003-12-29
1
-0
/
+10
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
1
-5
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.
Brian Gaeke
2003-10-30
1
-1
/
+1
*
Add support for utostr(unsigned long)
Brian Gaeke
2003-10-29
1
-0
/
+4
*
Added LLVM notice.
John Criswell
2003-10-20
1
-0
/
+7
*
Output a very high-precision number
Chris Lattner
2003-10-05
1
-1
/
+1
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Regularize the names of #include-guards.
Brian Gaeke
2003-06-17
1
-2
/
+2
*
Add new function utohexstr.
Chris Lattner
2002-04-07
1
-0
/
+18
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-7
/
+7
[next]