summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StringRef.cpp
AgeCommit message (Expand)Author
2025-11-02[Support] Remove a redundant declaration (NFC) (#166085)Kazu Hirata
2025-08-07[ADT] Make `getAutoSenseRadix` in `StringRef` global (#152503)Ilia Kuklin
2025-07-10[NFC][LLVM][ADT] Simplify `StringRef` case insensitive compare (#147994)Rahul Joshi
2025-04-20[llvm] Call hash_combine_range with ranges (NFC) (#136511)Kazu Hirata
2024-10-25[ADT] Use data() and size() within StringRef (NFC) (#113657)Kazu Hirata
2024-08-25[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#105943)Kazu Hirata
2024-01-31[llvm] Use StringRef::starts_with (NFC)Kazu Hirata
2024-01-12[Support] Use StringRef::ltrim (NFC)Kazu Hirata
2024-01-11[llvm] Use StringRef::consume_front_insensitive (NFC)Kazu Hirata
2023-11-03[Support] Use StringRef::starts_with/ends_with instead of startswith/endswith...Simon Pilgrim
2023-05-23Add StringRef::consumeInteger(APInt)Thomas Preud'homme
2023-05-12[llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata
2023-01-15[ADT] Forward some StringRef::find overloads to std::string_viewBenjamin Kramer
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-10-27[Support] Use find() for faster StringRef::count (NFC)Tatsuyuki Ishi
2022-10-15[ADT] Introduce StringRef::{starts,ends}_width{,_insensitive}Kazu Hirata
2022-10-09[Support] Add fast path for StringRef::find with needle of length 2.Tatsuyuki Ishi
2022-06-05[ADT] Add edit_distance_insensitive to StringRefNathan James
2022-01-24Move STLFunctionalExtras out of STLExtrasserge-sans-paille
2021-12-02[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-06-25[ADT] Rename StringRef case insensitive methods for clarityMartin Storsjö
2020-05-21[StringRef] Use some trickery to avoid initializing the std::string returned ...Benjamin Kramer
2020-04-22Make some static class members constexprBenjamin Kramer
2020-01-09[APFloat] Fix checked error assert failuresEhud Katz
2020-01-06[APFloat] Fix compilation warningsEhud Katz
2020-01-06[APFloat] Add recoverable string parsing errors to APFloatEhud Katz
2020-01-01[polly][Support] Un-break polly testsAlexandre Ganea
2019-12-24[Support] Fix behavior of StringRef::count with overlapping occurrences, add ...Johannes Doerfert
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2017-12-19Fix APFloat from string conversion for InfSerguei Katkov
2017-11-28[Support] Merge toLower / toUpper implementationsFrancis Visoiu Mistrih
2017-02-14[Support] Add StringRef::getAsDouble.Zachary Turner
2016-12-11Tweak the core loop in StringRef::find to avoid calling memcmp on everyChandler Carruth
2016-11-12[Support] Add StringRef::find_lower and contains_lower.Zachary Turner
2016-09-22Speculative fix for build failures due to consumeInteger.Zachary Turner
2016-09-22[Support] Add StringRef::consumeInteger.Zachary Turner
2016-03-18[MCParser] Accept uppercase radix variants 0X and 0BColin LeMahieu
2015-09-10[ADT] Rewrite the StringRef::find implementation to be simpler, clearer,Chandler Carruth
2015-09-10[ADT] Fix a confusing interface spec and some annoying peculiaritiesChandler Carruth
2015-09-10[ADT] Add a single-character version of the small vector split routineChandler Carruth
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper
2014-08-21Remove custom implementations of max/min in StringRef that was originally add...Craig Topper
2014-04-07[C++11] Make use of 'nullptr' in the Support library.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2013-10-30Add {start,end}with_lower methods to StringRef.Rui Ueyama
2013-08-24Added const qualifier to StringRef::edit_distance member functionDmitri Gribenko
2013-07-08Revert r185852.Manman Ren
2013-07-08StringRef: add DenseMapInfo for StringRef.Manman Ren
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth