1. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  2. 16d1dd8 Move transaction creation to runtime by Chang Xing · 7 years ago
  3. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  4. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  5. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  6. fef27c2 Fix pointer size mismatch by Chang Xing · 7 years ago
  7. 448bbcf Avoid cross compilation error in DoCallCommon by Mathieu Chartier · 7 years ago
  8. 631827d Fixes for constant method handles by Orion Hodson · 7 years ago
  9. 2989a4a Make DoDexPcMoveEvent always be NO_INLINE by Alex Light · 7 years ago
  10. d340127 Force DoDexPcMoveEvent to be NO_INLINE with ASAN by Alex Light · 7 years ago
  11. fc90567 Interpreter needs to handle DexPcMovedEvent throwing. by Alex Light · 7 years ago
  12. ef43805 Interpreter: Save and restore object result register. by Nicolas Geoffray · 7 years ago
  13. 18b4ed1 Merge changes from topic 'jvmti-field-cbs' by Alex Light · 7 years ago
  14. 36a296f ART: Refactor stack.h by Andreas Gampe · 7 years ago
  15. 084fa37 Add field access & modify JVMTI callbacks by Alex Light · 7 years ago
  16. b7edcda Add method tracing JVMTI callbacks by Alex Light · 7 years ago
  17. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  18. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  19. 0a5ace5 Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 7 years ago
  20. 2419cb7 MIPS: Drop unnecessary code for R6 in interpreter (NAN2008) by Lena Djokic · 7 years ago
  21. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 7 years ago
  22. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 7 years ago
  23. c1c3351 Merge "Revert "Stop interpreter from accessing code items of compiled code."" by Treehugger Robot · 7 years ago
  24. ef65271 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 7 years ago
  25. 47aa869 Merge "No need to lock when calling Thread.interrupted." by Nicolas Geoffray · 7 years ago
  26. 178dce7 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 7 years ago
  27. 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 7 years ago
  28. eac4f28 ART: Fix UnstartedRuntime unique_ptr braino by Andreas Gampe · 7 years ago
  29. 6d7abbd ART: More header cleanup - method_verifier.h by Andreas Gampe · 7 years ago
  30. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  31. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 7 years ago
  32. d9911ee ART: Clean up field initialization by Andreas Gampe · 7 years ago
  33. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 7 years ago
  34. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 7 years ago
  35. 41e604a Merge "ART: Bit intrinsics for Mterp interpreter" by Bill Buzbee · 7 years ago
  36. 31afbec ART: Bit intrinsics for Mterp interpreter by buzbee · 7 years ago
  37. 9e57aba Fix String::DoReplace() using obsolete `this`. by Vladimir Marko · 7 years ago
  38. 8f323e0 Merge "ART: String intrinsics for Mterp interpreter" by Bill Buzbee · 7 years ago
  39. e667a3c ART: String intrinsics for Mterp interpreter by buzbee · 7 years ago
  40. cac55a1 Merge "Update UnstartedRuntime for System.identityHashCode." by Nicolas Geoffray · 7 years ago
  41. 41d8263 Merge "Revert "Stop interpreter from accessing code items of compiled code."" by Nicolas Geoffray · 7 years ago
  42. 0182229 Revert "Stop interpreter from accessing code items of compiled code." by Nicolas Geoffray · 7 years ago
  43. 02a4d7f Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 7 years ago
  44. df79ddb Stop interpreter from accessing code items of compiled code. by Jeff Hao · 7 years ago
  45. 78f1bdc Interpreter intrinsics by buzbee · 7 years ago
  46. ece2f7c Update UnstartedRuntime for System.identityHashCode. by Nicolas Geoffray · 7 years ago
  47. fa6adfd ART/Mterp: eliminate unnecessary access checks by buzbee · 7 years ago
  48. 1c5cab0 ART: Let mterp know about invoke-custom by buzbee · 7 years ago
  49. 92907f3 Remove String.setCharAt(). by Vladimir Marko · 7 years ago
  50. 85bef7e ART: Add constructor support to unstarted runtime by Andreas Gampe · 7 years ago
  51. 9486a16 ART: Add GetSignatureAnnotation to unstarted runtime by Andreas Gampe · 7 years ago
  52. 47de0fa ART: Fix Unstarted Runtime Class.forName by Andreas Gampe · 7 years ago
  53. 70dc86b ART: Remove unintended debug logging by Andreas Gampe · 7 years ago
  54. 45d9426 Merge "ART: Add currentThread cutout to Unstarted Runtime" by Treehugger Robot · 7 years ago
  55. bad529d ART: Add currentThread cutout to Unstarted Runtime by Andreas Gampe · 7 years ago
  56. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 7 years ago
  57. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  58. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  59. 3d2fcaa ART: Update unstarted runtime for changed libcore by Andreas Gampe · 7 years ago
  60. 8b6d2fd Merge "ART: Add UnstartedRuntime support for Class.getSimpleName" by Treehugger Robot · 7 years ago
  61. ae78c26 ART: Add UnstartedRuntime support for Class.getSimpleName by Andreas Gampe · 7 years ago
  62. 6674a74 Merge "ART: Reduce overhead of mterp OSR checking" by Bill Buzbee · 7 years ago
  63. 42a09cb0 ART: Reduce overhead of mterp OSR checking by buzbee · 7 years ago
  64. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  65. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  66. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  67. 8631a46 Fix polymorphic invokes (one more round). by Alexey Frunze · 8 years ago
  68. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  69. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  70. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  71. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  72. aceff18 Delete extra arm64/mips64 MterpReturn suspend check by Mathieu Chartier · 8 years ago
  73. 811bd5f ART: Make method handle runtime code callable from compiler. by Orion Hodson · 8 years ago
  74. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  75. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  76. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  77. 913e6e6 Merge "Remove dex cache string from mirror::Class." by Nicolas Geoffray · 8 years ago
  78. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  79. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 8 years ago
  80. b7cc593 Merge "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  81. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  82. 6d736d8 Merge "Basic obsolete methods support" by Alex Light · 8 years ago
  83. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  84. f4f7637 ART: Make switch back-edge suspension point consistent by Andreas Gampe · 8 years ago
  85. a04a5cf Mterp/arm: Add CFI directives, add missing change by buzbee · 8 years ago
  86. 07830e1 Merge "Mterp/arm: Add CFI directives." by Bill Buzbee · 8 years ago
  87. ac50aab Mterp/arm: Add CFI directives. by buzbee · 8 years ago
  88. c571e73 Merge "ART: Add verifier support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  89. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  90. 4e1a19b Merge "Mterp/arm64: Add CFI directives." by Vladimir Marko · 8 years ago
  91. 112aa10 Mterp/arm64: Add CFI directives. by Vladimir Marko · 8 years ago
  92. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  93. 35b6546 Merge "ART: Throw InternalError rather than VirtualMachineError" by Orion Hodson · 8 years ago
  94. 1c87878 Revert "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 8 years ago
  95. fef0664 ART: Throw InternalError rather than VirtualMachineError by Orion Hodson · 8 years ago
  96. 12af7a4 Revert "Method Handles: Add VarargsCollector." by Orion Hodson · 8 years ago
  97. ab52ce1 Method Handles: Add VarargsCollector. by Orion Hodson · 8 years ago
  98. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  99. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  100. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago