summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/StringRef.cpp
Commit message (Expand)AuthorAgeFilesLines
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-5/+3
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-1/+1
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-2/+8
* [polly][Support] Un-break polly testsAlexandre Ganea2020-01-011-1/+1
* [Support] Fix behavior of StringRef::count with overlapping occurrences, add ...Johannes Doerfert2019-12-241-2/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Fix APFloat from string conversion for InfSerguei Katkov2017-12-191-1/+1
* [Support] Merge toLower / toUpper implementationsFrancis Visoiu Mistrih2017-11-281-27/+12
* [Support] Add StringRef::getAsDouble.Zachary Turner2017-02-141-0/+13
* Tweak the core loop in StringRef::find to avoid calling memcmp on everyChandler Carruth2016-12-111-6/+12
* [Support] Add StringRef::find_lower and contains_lower.Zachary Turner2016-11-121-0/+39
* Speculative fix for build failures due to consumeInteger.Zachary Turner2016-09-221-0/+3
* [Support] Add StringRef::consumeInteger.Zachary Turner2016-09-221-25/+55
* [MCParser] Accept uppercase radix variants 0X and 0BColin LeMahieu2016-03-181-2/+2
* [ADT] Rewrite the StringRef::find implementation to be simpler, clearer,Chandler Carruth2015-09-101-16/+23
* [ADT] Fix a confusing interface spec and some annoying peculiaritiesChandler Carruth2015-09-101-31/+43
* [ADT] Add a single-character version of the small vector split routineChandler Carruth2015-09-101-0/+20
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-2/+2
* Remove custom implementations of max/min in StringRef that was originally add...Craig Topper2014-08-211-9/+9
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-2/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* Add {start,end}with_lower methods to StringRef.Rui Ueyama2013-10-301-5/+24
* Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko2013-08-241-1/+1
* Revert r185852.Manman Ren2013-07-081-5/+0
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-0/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+1
* Improve overflow detection in StringRef::getAsUnsignedInteger().Nick Kledzik2012-10-021-2/+2
* [Support/StringRef] Add find_last_not_of and {r,l,}trim.Michael J. Spencer2012-05-111-0/+26
* Don't die with an assertion if the Result bitwidth is already correct. ThisChris Lattner2012-04-231-1/+1
* No need for "else if" after a return. Autosense "0o123" as octal inChris Lattner2012-04-211-4/+12
* Make StringRef::getAsInteger work with all integer types. Before this changeMichael J. Spencer2012-03-101-29/+7
* Add generic support for hashing StringRef objects using the new hashing library.Chandler Carruth2012-03-041-0/+7
* Workaround a miscompilation by gcc-4.3 that showed up as a failureDuncan Sands2012-02-241-1/+1
* Move the implementation of StringRef::split out of StringExtras.cppDuncan Sands2012-02-211-0/+21
* Add function for computing the edit distance of two arrays.Kaelyn Uhrain2012-02-151-51/+5
* Fix a typo.Benjamin Kramer2011-11-061-1/+1
* ADT/StringRef: Add ::lower() and ::upper() methods.Daniel Dunbar2011-11-061-0/+26
* Fix handling of the From parameter in StringRef::find.Benjamin Kramer2011-10-171-2/+5
* Add a bad char heuristic to StringRef::find.Benjamin Kramer2011-10-151-3/+26
* Fix a bug in compare_numeric().Jakob Stoklund Olesen2011-09-301-6/+13
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-281-21/+0
* Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani2011-04-151-0/+21
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-071-1/+1
* Support/ADT/StringRef: Add find_last_of.Michael J. Spencer2010-11-301-0/+15
* Fix Whitespace.Michael J. Spencer2010-11-261-20/+20
* Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked o...Ted Kremenek2010-11-071-5/+6
* Extend StringRef's edit-distance algorithm to permit an upper bound on the al...Douglas Gregor2010-10-191-1/+8
* StringRef::compare_numeric also differed from StringRef::compare for characte...Benjamin Kramer2010-08-261-1/+1
OpenPOWER on IntegriCloud