| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add llvm::hexDigitValue to convert single characters to hex. | Jordan Rose | 2013-01-18 | 1 | -0/+11 |
| * | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
| * | Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix. | Jordan Rose | 2012-09-22 | 1 | -0/+19 |
| * | Fix Doxygen issues: | Dmitri Gribenko | 2012-09-13 | 1 | -1/+1 |
| * | Fix HashString's Bernstein hash to use unsigned chars, as is usually done. | Will Dietz | 2012-08-30 | 1 | -1/+1 |
| * | Move ftostr into its last user (cppbackend) and simplify it a bit. | Benjamin Kramer | 2012-03-23 | 1 | -21/+0 |
| * | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer | 2011-11-06 | 1 | -16/+0 |
| * | Add a std::string Wrapper for TableGen | David Greene | 2011-07-29 | 1 | -0/+1 |
| * | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | Add an optional LowerCase argument to hexdigit(). | Daniel Dunbar | 2010-11-27 | 1 | -3/+4 |
| * | utostr isn't going away too soon, try to make it slightly smaller. | Benjamin Kramer | 2010-04-11 | 1 | -13/+8 |
| * | Remove unused string functions. | Benjamin Kramer | 2010-01-11 | 1 | -71/+0 |
| * | Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. | Benjamin Kramer | 2010-01-11 | 1 | -0/+5 |
| * | Turns out llvm-gcc still uses SplitString with a vector. Add it back until I | Benjamin Kramer | 2010-01-11 | 1 | -0/+6 |
| * | Reimplement getToken and SplitString as "StringRef helper functions" | Benjamin Kramer | 2010-01-11 | 1 | -8/+8 |
| * | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
| * | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar | 2009-10-17 | 1 | -5/+0 |
| * | Remove llvm::EscapeString, raw_ostream::write_escaped is much faster. | Daniel Dunbar | 2009-10-17 | 1 | -4/+0 |
| * | Move StringMap's string has function into StringExtras.h | Daniel Dunbar | 2009-10-17 | 1 | -0/+14 |
| * | Remove itohexstr, which only had one user. | Daniel Dunbar | 2009-07-30 | 1 | -4/+0 |
| * | Add version of StringsEqualNoCase that takes two null-terminated C-strings an... | Ted Kremenek | 2009-02-21 | 1 | -0/+19 |
| * | Removed trailing whitespace. | Misha Brukman | 2009-01-09 | 1 | -11/+11 |
| * | Work around PR1000. | Duncan Sands | 2008-11-10 | 1 | -1/+1 |
| * | split out the functionality of utohexstr into a new utohex_buffer | Chris Lattner | 2008-11-10 | 1 | -7/+22 |
| * | Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T... | Ted Kremenek | 2008-10-22 | 1 | -1/+1 |
| * | Add llvm::hexdigit to StringExtras (number -> hexadecimal char) | Daniel Dunbar | 2008-10-14 | 1 | -4/+7 |
| * | Make the interface of CStrInCStrNoCase be the same as strcasestr. | Ted Kremenek | 2008-05-07 | 1 | -6/+5 |
| * | Fix some serious logical errors in CStrInCStrNoCase pointed out by Bill. | Ted Kremenek | 2008-05-07 | 1 | -5/+8 |
| * | Guard for empty strings in CStrInCStrNoCase. | Ted Kremenek | 2008-05-07 | 1 | -2/+2 |
| * | Added CStrInCStrNoCase, a portable implementation of strcasestr. | Ted Kremenek | 2008-05-07 | 1 | -0/+24 |
| * | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -2/+2 |
| * | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel | 2008-02-15 | 1 | -0/+4 |
| * | don't form an std::string with a null pointer, it aborts. | Chris Lattner | 2008-01-18 | 1 | -1/+1 |
| * | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Add an uppercase conversion utility function. | Christopher Lamb | 2007-10-18 | 1 | -0/+8 |
| * | fix reversal bug in preceding checkin | Dale Johannesen | 2007-09-04 | 1 | -2/+2 |
| * | Revise per review of previous patch. | Dale Johannesen | 2007-08-31 | 1 | -1/+1 |
| * | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 1 | -0/+9 |
| * | Add a helper function | Chris Lattner | 2006-11-28 | 1 | -0/+7 |
| * | Add two helper functions | Chris Lattner | 2006-07-14 | 1 | -0/+9 |
| * | Favor C++ casts over C casts in C++ code. | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
| * | Fix utostr once and for all, by making there only be one function named | Chris Lattner | 2006-05-31 | 1 | -17/+14 |
| * | Fix build breakage on alpha, without causing it on x86. as a bonus, all plat... | Andrew Lenharth | 2006-05-31 | 1 | -13/+2 |
| * | revert for now | Andrew Lenharth | 2006-05-31 | 1 | -2/+13 |
| * | make 64-bit safe and fix the build on alpha | Andrew Lenharth | 2006-05-31 | 1 | -13/+2 |
| * | For PR786: | Reid Spencer | 2006-05-24 | 1 | -3/+3 |
| * | add some methods for case-insensitive string compares | Chris Lattner | 2006-01-26 | 1 | -0/+21 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -7/+7 |