aboutsummaryrefslogtreecommitdiff
path: root/include/Support/StringExtras.h
AgeCommit message (Expand)Author
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
2002-04-07Add new function utohexstr.Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner