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