Enhance APFloat to retain bits of NaNs (fixes oggenc).
[oota-llvm.git] / include / llvm / ADT / StringExtras.h
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2006-11-28 Chris LattnerAdd a helper function
2006-07-14 Chris LattnerAdd two helper functions
2006-06-01 Reid SpencerFavor C++ casts over C casts in C++ code.
2006-05-31 Chris LattnerFix utostr once and for all, by making there only be...
2006-05-31 Andrew LenharthFix build breakage on alpha, without causing it on...
2006-05-31 Andrew Lenharthrevert for now
2006-05-31 Andrew Lenharthmake 64-bit safe and fix the build on alpha
2006-05-24 Reid SpencerFor PR786:
2006-01-26 Chris Lattneradd some methods for case-insensitive string compares
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-28 Reid SpencerConvert some old C-style casts to C++ style.
2005-01-04 Chris LattnerDo not let 'ftostr' return a string that starts with...
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...