Cronologia Commit

Autore SHA1 Messaggio Data
  Benjamin Kramer 0043e35b82 Do unsigned char comparisons in StringRef::compare_lower to be more consistent with compare in corner cases. 15 anni fa
  Benjamin Kramer 250eb005d9 Avoid O(n*m) complexity in StringRef::find_first(_not)_of(StringRef). 15 anni fa
  Jakob Stoklund Olesen 160a3bf74d Add StringRef::compare_numeric and use it to sort TableGen register records. 15 anni fa
  John McCall 1e7ad3993d Add an override to StringRef::getAsInteger which parses into an APInt. 15 anni fa
  Douglas Gregor 2772ea831c More trivial optimizations to a function well outside the critical path 15 anni fa
  Douglas Gregor ad6b6da8aa Switch StringRef::edit_distance over to using raw pointers, since both 15 anni fa
  Douglas Gregor 7e54d5b156 Document the edit-distance algorithm used in StringRef, switch it over 15 anni fa
  Douglas Gregor 441c8b4ad1 Implement edit distance for StringRef 15 anni fa
  Daniel Dunbar 58ce7acb4f Use StringRef::min instead of std::min. 15 anni fa
  Benjamin Kramer 05872ea804 Add compare_lower and equals_lower methods to StringRef. Switch all users of 16 anni fa
  Daniel Dunbar 64066bd8b5 Add From arguments to StringRef search functions, and tweak doxyments. 16 anni fa
  Daniel Dunbar 2928c83b01 Pass StringRef by value. 16 anni fa
  Daniel Dunbar 77696bebbc Workaround what I believe is an MSVC bug where it emits a definition for a 16 anni fa
  Chris Lattner 6441e547cc simplify as daniel suggests 16 anni fa
  Chris Lattner 05a32c8ab1 move a couple non-trivial methods out of line, add new 16 anni fa
  Chris Lattner 63c6b7dc67 add some more overloads of StringRef::getAsInteger for 16 anni fa
  Chris Lattner cea1438cf5 provide a "strtoull" operation that works on StringRef's. 16 anni fa
  Daniel Dunbar e65512809a Add StringRef::{rfind, rsplit} 16 anni fa