1. 672c080 Update Transaction for boot image extension. by Vladimir Marko · 6 years ago
  2. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  3. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 7 years ago
  4. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
  5. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 7 years ago
  6. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  7. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  8. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  9. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 7 years ago
  10. dbf5403 ART: Fix clang-analyzer leak/memory warnings by Andreas Gampe · 7 years ago
  11. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  12. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  13. 317892b Remove static GcRoot<>s from Class and ClassExt. by Vladimir Marko · 7 years ago
  14. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  15. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 7 years ago
  16. adbceb7 Remove GcRoot<> static from Throwable and related classes. by Vladimir Marko · 7 years ago
  17. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  18. 6ec2a1b ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. by Vladimir Marko · 7 years ago
  19. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  20. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  21. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 8 years ago
  22. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 8 years ago
  23. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  24. 16d1dd8 Move transaction creation to runtime by Chang Xing · 8 years ago
  25. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  26. fef27c2 Fix pointer size mismatch by Chang Xing · 8 years ago
  27. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  28. ece2f7c Update UnstartedRuntime for System.identityHashCode. by Nicolas Geoffray · 8 years ago
  29. 85bef7e ART: Add constructor support to unstarted runtime by Andreas Gampe · 8 years ago
  30. 9486a16 ART: Add GetSignatureAnnotation to unstarted runtime by Andreas Gampe · 8 years ago
  31. 47de0fa ART: Fix Unstarted Runtime Class.forName by Andreas Gampe · 8 years ago
  32. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 8 years ago
  33. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 8 years ago
  34. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  35. 3d2fcaa ART: Update unstarted runtime for changed libcore by Andreas Gampe · 8 years ago
  36. ae78c26 ART: Add UnstartedRuntime support for Class.getSimpleName by Andreas Gampe · 8 years ago
  37. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  38. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  39. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  40. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 9 years ago
  41. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  42. b679515 ART: Disable unstarted runtime pow test for valgrind by Andreas Gampe · 9 years ago
  43. b8a00f9 ART: Add Math cutouts by Andreas Gampe · 9 years ago
  44. 8ce9c30 ART: Add cutout for Character.toLower/UpperCase by Andreas Gampe · 9 years ago
  45. 89e3b48 ART: Simplify unstarted-runtime ceil and floor by Andreas Gampe · 9 years ago
  46. 13fc1be ART: Add integer & long parsing cutout to unstarted runtime by Andreas Gampe · 9 years ago
  47. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 9 years ago
  48. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  49. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  50. 400ce00 Add unstarted runtime test for String.<init>. by Jeff Hao · 10 years ago
  51. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 10 years ago