summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/StringExtras.h
Commit message (Expand)AuthorAge
* Make the interface of CStrInCStrNoCase be the same as strcasestr.Ted Kremenek2008-05-07
* Fix some serious logical errors in CStrInCStrNoCase pointed out by Bill.Ted Kremenek2008-05-07
* Guard for empty strings in CStrInCStrNoCase.Ted Kremenek2008-05-07
* Added CStrInCStrNoCase, a portable implementation of strcasestr.Ted Kremenek2008-05-07
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel2008-02-15
* don't form an std::string with a null pointer, it aborts.Chris Lattner2008-01-18
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add an uppercase conversion utility function.Christopher Lamb2007-10-18
* fix reversal bug in preceding checkinDale Johannesen2007-09-04
* Revise per review of previous patch.Dale Johannesen2007-08-31
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-31
* Add a helper functionChris Lattner2006-11-28
* Add two helper functionsChris Lattner2006-07-14
* Favor C++ casts over C casts in C++ code.Reid Spencer2006-06-01
* Fix utostr once and for all, by making there only be one function namedChris Lattner2006-05-31
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-31
* revert for nowAndrew Lenharth2006-05-31
* make 64-bit safe and fix the build on alphaAndrew Lenharth2006-05-31
* For PR786:Reid Spencer2006-05-24
* add some methods for case-insensitive string comparesChris Lattner2006-01-26
* Remove trailing whitespaceMisha Brukman2005-04-21
* Convert some old C-style casts to C++ style.Reid Spencer2005-01-28
* Do not let 'ftostr' return a string that starts with spaces. This allowsChris Lattner2005-01-04
* Changes For Bug 352Reid Spencer2004-09-01
* Instead of int64_t, overload itostr with `long long' parameter.Misha Brukman2004-08-18
* Add itostr(long) for our furry 64-bit friends.Misha Brukman2004-08-17
* Use C++-style <cstdio> instead of C-style <stdio.h>Misha Brukman2004-07-20
* Dump the old-fashioned C-style <ctype.h> in favor of new `C++'-style <cctype>Misha Brukman2004-07-20
* isupper() and tolower() are declared in <ctype.h>Misha Brukman2004-07-20
* Fix warning compiling with VC++Chris Lattner2004-07-12
* Unbreak the build. tsk tskChris Lattner2004-06-25
* Add a LowercaseString() utility function, courtesy of brg.Misha Brukman2004-06-24
* GCC doesn't like prefix form of cast with two identifiers I guess.Chris Lattner2004-06-04
* Add explicit casts to silence warnings. There is no need to use snprintf here.Chris Lattner2004-06-04
* add new functionChris Lattner2003-12-29
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm.Brian Gaeke2003-10-30
* Add support for utostr(unsigned long)Brian Gaeke2003-10-29
* Added LLVM notice.John Criswell2003-10-20
* Output a very high-precision numberChris Lattner2003-10-05
* Standardize header file commentsChris Lattner2003-09-30
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Add new function utohexstr.Chris Lattner2002-04-07
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27