1. f1d973d Fix PrintableString() for 4-byte UTF-8 sequences. by Vladimir Marko · 6 years ago
  2. ca0f2dc Fix ComputeModifiedUtf8Hash(). by Vladimir Marko · 6 years ago
  3. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 6 years ago
  4. 334b9d7 Move libdexfile out of runtime by David Sehr · 7 years ago[Renamed from runtime/dex/utf.cc]
  5. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago[Renamed (84%) from runtime/utf.cc]
  6. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago[Renamed (84%) from runtime/dex/utf.cc]
  7. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago[Renamed (84%) from runtime/utf.cc]
  8. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  9. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  10. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  11. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  12. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
  13. 1646d7a Optimize some commonly used utf8 functions by: by Bruce Hoult · 9 years ago
  14. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  15. e16dad1 Emit 4 byte UTF-sequences in place of encoded surrogate pairs. by Narayan Kamath · 10 years ago
  16. a5afcfc Be more lenient with 4 byte UTF-8 sequences. by Narayan Kamath · 10 years ago
  17. a48aef4 Fix ImageWriter::ComputeEagerResolvedStringsCallback(). by Vladimir Marko · 10 years ago
  18. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  19. 8f41dc3 Avoid signed arithmetic overflow in UTF hash functions. by Ian Rogers · 10 years ago
  20. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  21. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  22. a672490 Move hot utf routines into -inl.h. by Ian Rogers · 11 years ago
  23. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/utf.cc]
  24. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  25. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  26. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  27. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  28. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  29. 10037c8 Added pass to verify structure of dex file. by jeffhao · 13 years ago
  30. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  31. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  32. b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
  33. 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago