summaryrefslogtreecommitdiff
path: root/include/Support/StringExtras.h
Commit message (Expand)AuthorAge
* 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