Changes For Bug 352
[oota-llvm.git] / include / llvm / ADT / StringExtras.h
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-18 Misha BrukmanInstead of int64_t, overload itostr with `long long...
2004-08-17 Misha BrukmanAdd itostr(long) for our furry 64-bit friends.
2004-07-20 Misha BrukmanUse C++-style <cstdio> instead of C-style <stdio.h>
2004-07-20 Misha BrukmanDump the old-fashioned C-style <ctype.h> in favor of...
2004-07-20 Misha Brukmanisupper() and tolower() are declared in <ctype.h>
2004-07-12 Chris LattnerFix warning compiling with VC++
2004-06-25 Chris LattnerUnbreak the build. tsk tsk
2004-06-24 Misha BrukmanAdd a LowercaseString() utility function, courtesy...
2004-06-04 Chris LattnerGCC doesn't like prefix form of cast with two identifie...
2004-06-04 Chris LattnerAdd explicit casts to silence warnings. There is no...
2003-12-29 Chris Lattneradd new function
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Brian GaekeApparently my Mac OS X fixes were not entirely compatib...
2003-10-29 Brian GaekeAdd support for utostr(unsigned long)
2003-10-20 John CriswellAdded LLVM notice.
2003-10-05 Chris LattnerOutput a very high-precision number
2003-09-30 Chris LattnerStandardize header file comments
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2002-04-07 Chris LattnerAdd new function utohexstr.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...