Age | Commit message (Expand) | Author | Files | Lines |
2020-01-06 | [APFloat] Add recoverable string parsing errors to APFloat | Ehud Katz | 1 | -2/+8 |
2020-01-01 | [polly][Support] Un-break polly tests | Alexandre Ganea | 1 | -1/+1 |
2019-12-24 | [Support] Fix behavior of StringRef::count with overlapping occurrences, add ... | Johannes Doerfert | 1 | -2/+7 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -1/+1 |
2017-12-19 | Fix APFloat from string conversion for Inf | Serguei Katkov | 1 | -1/+1 |
2017-11-28 | [Support] Merge toLower / toUpper implementations | Francis Visoiu Mistrih | 1 | -27/+12 |
2017-02-14 | [Support] Add StringRef::getAsDouble. | Zachary Turner | 1 | -0/+13 |
2016-12-11 | Tweak the core loop in StringRef::find to avoid calling memcmp on every | Chandler Carruth | 1 | -6/+12 |
2016-11-12 | [Support] Add StringRef::find_lower and contains_lower. | Zachary Turner | 1 | -0/+39 |
2016-09-22 | Speculative fix for build failures due to consumeInteger. | Zachary Turner | 1 | -0/+3 |
2016-09-22 | [Support] Add StringRef::consumeInteger. | Zachary Turner | 1 | -25/+55 |
2016-03-18 | [MCParser] Accept uppercase radix variants 0X and 0B | Colin LeMahieu | 1 | -2/+2 |
2015-09-10 | [ADT] Rewrite the StringRef::find implementation to be simpler, clearer, | Chandler Carruth | 1 | -16/+23 |
2015-09-10 | [ADT] Fix a confusing interface spec and some annoying peculiarities | Chandler Carruth | 1 | -31/+43 |
2015-09-10 | [ADT] Add a single-character version of the small vector split routine | Chandler Carruth | 1 | -0/+20 |
2014-08-27 | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 1 | -2/+2 |
2014-08-21 | Remove custom implementations of max/min in StringRef that was originally add... | Craig Topper | 1 | -9/+9 |
2014-04-07 | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 1 | -2/+2 |
2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -1/+0 |
2013-10-30 | Add {start,end}with_lower methods to StringRef. | Rui Ueyama | 1 | -5/+24 |
2013-08-24 | Added const qualifier to StringRef::edit_distance member function | Dmitri Gribenko | 1 | -1/+1 |
2013-07-08 | Revert r185852. | Manman Ren | 1 | -5/+0 |
2013-07-08 | StringRef: add DenseMapInfo for StringRef. | Manman Ren | 1 | -0/+5 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -2/+1 |
2012-10-02 | Improve overflow detection in StringRef::getAsUnsignedInteger(). | Nick Kledzik | 1 | -2/+2 |
2012-05-11 | [Support/StringRef] Add find_last_not_of and {r,l,}trim. | Michael J. Spencer | 1 | -0/+26 |
2012-04-23 | Don't die with an assertion if the Result bitwidth is already correct. This | Chris Lattner | 1 | -1/+1 |
2012-04-21 | No need for "else if" after a return. Autosense "0o123" as octal in | Chris Lattner | 1 | -4/+12 |
2012-03-10 | Make StringRef::getAsInteger work with all integer types. Before this change | Michael J. Spencer | 1 | -29/+7 |
2012-03-04 | Add generic support for hashing StringRef objects using the new hashing library. | Chandler Carruth | 1 | -0/+7 |
2012-02-24 | Workaround a miscompilation by gcc-4.3 that showed up as a failure | Duncan Sands | 1 | -1/+1 |
2012-02-21 | Move the implementation of StringRef::split out of StringExtras.cpp | Duncan Sands | 1 | -0/+21 |
2012-02-15 | Add function for computing the edit distance of two arrays. | Kaelyn Uhrain | 1 | -51/+5 |
2011-11-06 | Fix a typo. | Benjamin Kramer | 1 | -1/+1 |
2011-11-06 | ADT/StringRef: Add ::lower() and ::upper() methods. | Daniel Dunbar | 1 | -0/+26 |
2011-10-17 | Fix handling of the From parameter in StringRef::find. | Benjamin Kramer | 1 | -2/+5 |
2011-10-15 | Add a bad char heuristic to StringRef::find. | Benjamin Kramer | 1 | -3/+26 |
2011-09-30 | Fix a bug in compare_numeric(). | Jakob Stoklund Olesen | 1 | -6/+13 |
2011-04-28 | Remove bounded StringRef::compare() since nothing but Clang SA was using it a... | Lenny Maiorani | 1 | -21/+0 |
2011-04-15 | Implements StringRef::compare with bounds. It is behaves similarly to strncmp... | Lenny Maiorani | 1 | -0/+21 |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 1 | -2/+2 |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 1 | -1/+1 |
2010-11-30 | Support/ADT/StringRef: Add find_last_of. | Michael J. Spencer | 1 | -0/+15 |
2010-11-26 | Fix Whitespace. | Michael J. Spencer | 1 | -20/+20 |
2010-11-07 | Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o... | Ted Kremenek | 1 | -5/+6 |
2010-10-19 | Extend StringRef's edit-distance algorithm to permit an upper bound on the al... | Douglas Gregor | 1 | -1/+8 |
2010-08-26 | StringRef::compare_numeric also differed from StringRef::compare for characte... | Benjamin Kramer | 1 | -1/+1 |
2010-08-26 | Do unsigned char comparisons in StringRef::compare_lower to be more consisten... | Benjamin Kramer | 1 | -4/+4 |
2010-08-23 | Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef). | Benjamin Kramer | 1 | -4/+13 |