Simplify memory management with std::unique_ptr.
[oota-llvm.git] / include / llvm / ADT / StringExtras.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-07-14 David MajnemerADT: Surface LowerCase argument for utohexstr
2014-04-18 Matt ArsenaultFix uint -> size_t conversion warning.
2014-01-27 Alp TokerMove true/false StringRef helper to StringExtras
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-03 Joerg SonnenbergerAdd a Python-like join function to merge a list of...
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-22 Jordan RoseAdd llvm::getOrdinalSuffix to get the appropriate ...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-08-30 Will DietzFix HashString's Bernstein hash to use unsigned chars...
2012-03-23 Benjamin KramerMove ftostr into its last user (cppbackend) and simplif...
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-07-29 David GreeneAdd a std::string Wrapper for TableGen
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-27 Daniel DunbarAdd an optional LowerCase argument to hexdigit().
2010-04-11 Benjamin Kramerutostr isn't going away too soon, try to make it slight...
2010-01-11 Benjamin KramerRemove unused string functions.
2010-01-11 Benjamin KramerAdd StrInStrNoCase, a StringRef version of CStrInCStrNo...
2010-01-11 Benjamin KramerTurns out llvm-gcc still uses SplitString with a vector...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarRemove llvm::EscapeString, raw_ostream::write_escaped...
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-07-30 Daniel DunbarRemove itohexstr, which only had one user.
2009-02-21 Ted KremenekAdd version of StringsEqualNoCase that takes two null...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-11-10 Duncan SandsWork around PR1000.
2008-11-10 Chris Lattnersplit out the functionality of utohexstr into a new...
2008-10-22 Ted KremenekFix incorrect testing for the end of the both strings...
2008-10-14 Daniel DunbarAdd llvm::hexdigit to StringExtras (number -> hexadecim...
2008-05-07 Ted KremenekMake the interface of CStrInCStrNoCase be the same...
2008-05-07 Ted KremenekFix some serious logical errors in CStrInCStrNoCase...
2008-05-07 Ted KremenekGuard for empty strings in CStrInCStrNoCase.
2008-05-07 Ted KremenekAdded CStrInCStrNoCase, a portable implementation of...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-01-18 Chris Lattnerdon't form an std::string with a null pointer, it aborts.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-18 Christopher LambAdd an uppercase conversion utility function.
2007-09-04 Dale Johannesenfix reversal bug in preceding checkin
2007-08-31 Dale JohannesenRevise per review of previous patch.
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...