1. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 5 years ago
  2. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 5 years ago
  3. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  4. 982a9ee Remove dead String::Equals() overloads. by Vladimir Marko · 6 years ago
  5. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 6 years ago
  6. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago
  7. 317892b Remove static GcRoot<>s from Class and ClassExt. by Vladimir Marko · 6 years ago
  8. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 6 years ago
  9. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  10. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  11. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  12. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  13. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 7 years ago
  14. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  15. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 7 years ago
  16. 2ff3b97 ART: More header cleanups by Andreas Gampe · 7 years ago
  17. 9e57aba Fix String::DoReplace() using obsolete `this`. by Vladimir Marko · 8 years ago
  18. 92907f3 Remove String.setCharAt(). by Vladimir Marko · 8 years ago
  19. fdaf0f4 Change string compression encoding. by Vladimir Marko · 8 years ago
  20. c89f977 Merge "Remove mirror:: and ArtMethod deps in utils.{h,cc}" by David Sehr · 8 years ago
  21. 9c9883b Fix string compression, add tests. by Vladimir Marko · 8 years ago
  22. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  23. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  24. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 8 years ago
  25. 1646d7a Optimize some commonly used utf8 functions by: by Bruce Hoult · 9 years ago
  26. 04e983a Revert "Revert "Add missing null check to String::ToCharArray"" by Mathieu Chartier · 9 years ago
  27. b52a39c Revert "Add missing null check to String::ToCharArray" by Nicolas Geoffray · 9 years ago
  28. 952d608 Add missing null check to String::ToCharArray by Mathieu Chartier · 9 years ago
  29. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 9 years ago
  30. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  31. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  32. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  33. a5afcfc Be more lenient with 4 byte UTF-8 sequences. by Narayan Kamath · 10 years ago
  34. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  35. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  36. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  37. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  38. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  39. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  40. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  41. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  42. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  43. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  44. ed0fc1d Don't return null for null utf in AllocFromModifiedUtf8. by Mathieu Chartier · 11 years ago
  45. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  46. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  47. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  48. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  49. 4069d33 Use memcpy instead of Array::Set in mirror::String::AllocFromUtf16. by Ian Rogers · 11 years ago
  50. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  51. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  52. a672490 Move hot utf routines into -inl.h. by Ian Rogers · 11 years ago
  53. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  54. 967a0ad More allocation code optimizations. by Hiroshi Yamauchi · 11 years ago
  55. 0a02d12 Revert "Revert "Remove bogus fastpath from String::Equals(const StringPiece&)"" by Brian Carlstrom · 11 years ago
  56. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  57. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 11 years ago
  58. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 11 years ago
  59. 8a94652 Use unsigned comparison in String::CharAt. by Sebastien Hertz · 11 years ago
  60. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/mirror/string.cc]
  61. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  62. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  63. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago