| Commit message (Expand) | Author | Age | Files | Lines |
| * | [polly][Support] Un-break polly tests | Alexandre Ganea | 2020-01-01 | 1 | -0/+1 |
| * | [Support] Fix behavior of StringRef::count with overlapping occurrences, add ... | Johannes Doerfert | 2019-12-24 | 1 | -0/+7 |
| * | [StringRef] Test all default characters in unit test | Jonas Devlieghere | 2019-12-11 | 1 | -0/+4 |
| * | [ADT] Make StringRef(const char*) constexpr | Benjamin Kramer | 2019-08-26 | 1 | -0/+4 |
| * | reland [gtest] Fix printing of StringRef and SmallString in assert messages. | Sam McCall | 2019-08-21 | 1 | -0/+6 |
| * | Revert "[gtest] Fix printing of StringRef and SmallString in assert messages." | Sam McCall | 2019-08-21 | 1 | -6/+0 |
| * | [gtest] Fix printing of StringRef and SmallString in assert messages. | Sam McCall | 2019-08-21 | 1 | -0/+6 |
| * | [ADT] Enable ArrayRef/StringRef is_assignable tests on MSVC | Simon Pilgrim | 2019-07-09 | 1 | -6/+0 |
| * | Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> | Serge Guelton | 2019-01-20 | 1 | -0/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ADT] Add `StringRef::rsplit(StringRef Separator)`. | Henry Wong | 2018-06-08 | 1 | -0/+11 |
| * | Fix incorrect usage of std::is_assignable. | Richard Smith | 2018-02-02 | 1 | -6/+6 |
| * | Fix APFloat from string conversion for Inf | Serguei Katkov | 2017-12-19 | 1 | -1/+6 |
| * | Added braces to work around gcc warning in googletest: suggest explicit brace... | Galina Kistanova | 2017-06-15 | 1 | -1/+2 |
| * | Add more test cases for StringRef::edit_distance | Alex Denisov | 2017-04-14 | 1 | -2/+16 |
| * | [ADT] Add a version of llvm::join() that takes a range. | Zachary Turner | 2017-03-21 | 1 | -0/+2 |
| * | [Support] Add StringRef::getAsDouble. | Zachary Turner | 2017-02-14 | 1 | -0/+21 |
| * | [ADT] Add llvm::StringLiteral. | Zachary Turner | 2016-12-13 | 1 | -0/+6 |
| * | [Support] Add StringRef::find_lower and contains_lower. | Zachary Turner | 2016-11-12 | 1 | -15/+61 |
| * | Add tests for r286139. | Jordan Rose | 2016-11-07 | 1 | -0/+36 |
| * | Fix signed / unsigned comparison. | Zachary Turner | 2016-09-25 | 1 | -2/+2 |
| * | Add some predicated searching functions to StringRef. | Zachary Turner | 2016-09-25 | 1 | -0/+56 |
| * | Fix build breakage due to typo in cast. | Zachary Turner | 2016-09-22 | 1 | -0/+2 |
| * | Speculative fix for build failures due to consumeInteger. | Zachary Turner | 2016-09-22 | 1 | -1/+2 |
| * | [Support] Add StringRef::consumeInteger. | Zachary Turner | 2016-09-22 | 1 | -0/+177 |
| * | Add StringRef::take_front and StringRef::take_back | Zachary Turner | 2016-08-30 | 1 | -0/+43 |
| * | [ADT] Add 'consume_front' and 'consume_back' methods to StringRef which | Chandler Carruth | 2016-07-31 | 1 | -0/+32 |
| * | StringRef::copy shouldn't allocate anything for length 0 strings. | Pete Cooper | 2016-03-23 | 1 | -0/+9 |
| * | [ADT] Add StringRef::{l,r}trim(char) overloads (NFC) | Vedant Kumar | 2016-02-16 | 1 | -1/+1 |
| * | [ADT] Fix a confusing interface spec and some annoying peculiarities | Chandler Carruth | 2015-09-10 | 1 | -0/+48 |
| * | [ADT] Add a single-character version of the small vector split routine | Chandler Carruth | 2015-09-10 | 1 | -0/+5 |
| * | Retire llvm::array_endof in favor of non-member std::end. | Benjamin Kramer | 2014-04-12 | 1 | -0/+1 |
| * | Fix layering StringRef copy using BumpPtrAllocator. | Nick Kledzik | 2014-02-05 | 1 | -0/+15 |
| * | Roll back the ConstStringRef change for now | Alp Toker | 2014-01-27 | 1 | -18/+0 |
| * | StringRef: Extend constexpr capabilities and introduce ConstStringRef | Alp Toker | 2014-01-27 | 1 | -0/+18 |
| * | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| * | Add {start,end}with_lower methods to StringRef. | Rui Ueyama | 2013-10-30 | 1 | -0/+23 |
| * | Add a few tests for StringRef::{start,end}with. | Rui Ueyama | 2013-10-28 | 1 | -0/+2 |
| * | Add a Python-like join function to merge a list of strings with a | Joerg Sonnenberger | 2013-09-03 | 1 | -0/+27 |
| * | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| * | Use unsigned long long instead of uin64_t for OS where that matters. | Nick Kledzik | 2012-10-03 | 1 | -1/+1 |
| * | Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ... | Benjamin Kramer | 2012-10-03 | 1 | -1/+5 |
| * | Add getAsUnsignedInteger test case that checks that known bad values are reje... | Nick Kledzik | 2012-10-03 | 1 | -0/+19 |
| * | [Support/StringRef] Add find_last_not_of and {r,l,}trim. | Michael J. Spencer | 2012-05-11 | 1 | -0/+28 |
| * | Fix warnings. | Michael J. Spencer | 2012-03-11 | 1 | -4/+4 |
| * | Make StringRef::getAsInteger work with all integer types. Before this change | Michael J. Spencer | 2012-03-10 | 1 | -0/+118 |
| * | Add generic support for hashing StringRef objects using the new hashing library. | Chandler Carruth | 2012-03-04 | 1 | -0/+19 |
| * | Add a bad char heuristic to StringRef::find. | Benjamin Kramer | 2011-10-15 | 1 | -0/+6 |
| * | Fix a bug in compare_numeric(). | Jakob Stoklund Olesen | 2011-09-30 | 1 | -0/+6 |
| * | Remove bounded StringRef::compare() since nothing but Clang SA was using it a... | Lenny Maiorani | 2011-04-28 | 1 | -13/+0 |