1. 4a13ed4 Fix stripping of access flags during JVMTI redefine by David Brazdil · 6 years ago
  2. 6589af1 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
  3. ab2ce84 Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 6 years ago
  4. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  5. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  6. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  7. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 6 years ago
  8. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 6 years ago
  9. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 6 years ago
  10. 16d1870 Merge "Revert "Ensure that methods requiring interpreter entrypoint always have it."" by Treehugger Robot · 6 years ago
  11. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 6 years ago
  12. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 6 years ago
  13. 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 6 years ago
  14. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  15. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 6 years ago
  16. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 6 years ago
  17. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 6 years ago
  18. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 6 years ago
  19. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 6 years ago
  20. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 6 years ago
  21. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  22. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  23. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  24. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  25. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  26. 0db16e0 Use strcmp() for checking @{Fast,Critical}Native annotations. by Vladimir Marko · 7 years ago
  27. eb4d19b ART: Remove ArtMethod::IsAnnotatedWithPolymorphicSignature by Orion Hodson · 7 years ago
  28. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  29. d95b7e1 Merge "ART: Faster PrettyMethod()." by Vladimir Marko · 7 years ago
  30. b8a55f8 ART: Faster PrettyMethod(). by Vladimir Marko · 7 years ago
  31. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  32. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  33. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  34. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  35. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  36. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 7 years ago
  37. 97e7803 Move debugger.cc GetCanonicalMethod to ArtMethod by Alex Light · 7 years ago
  38. 35e42f0 Only look for method optimization annotations in the bootstrap class loader. by Roland Levillain · 7 years ago
  39. aea05c1 ART: Move debug-checks to runtime-debug-flags by Andreas Gampe · 7 years ago
  40. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  41. b7edcda Add method tracing JVMTI callbacks by Alex Light · 7 years ago
  42. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  43. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  44. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 7 years ago
  45. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 7 years ago
  46. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 7 years ago
  47. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 7 years ago
  48. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 7 years ago
  49. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 7 years ago
  50. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  51. 6def702 Merge "Revert^6 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 7 years ago
  52. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  53. 86bbe45 Merge "Revert "Revert^4 "Make class redefinition work with native methods on stack.""" by Roland Levillain · 7 years ago
  54. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 7 years ago
  55. 2505733 Merge "Revert^4 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 7 years ago
  56. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  57. 60acc33 Merge "Remove special treatment of native method for CHA." by Mingyao Yang · 7 years ago
  58. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 7 years ago
  59. 37c8e5c Remove special treatment of native method for CHA. by Mingyao Yang · 7 years ago
  60. 4493f92 Revert "Revert "Make class redefinition work with native methods on stack."" by Alex Light · 7 years ago
  61. fcbafb3 Ensure we don't attempt to compile obsolete methods. by Alex Light · 7 years ago
  62. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 7 years ago
  63. e8fcd01 Revert "Revert "CHA for abstract methods."" by Mingyao Yang · 7 years ago
  64. 888a59e Make jvmti tests runnable on the RI again. by Alex Light · 7 years ago
  65. 8ebc8bf Revert "CHA for abstract methods." by Colin Cross · 7 years ago
  66. ae6c189 CHA for abstract methods. by Mingyao Yang · 7 years ago
  67. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 7 years ago
  68. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 7 years ago
  69. e4cdd4d Merge "Address comments I missed on a previous CL" by Treehugger Robot · 7 years ago
  70. 0b77257 Address comments I missed on a previous CL by Alex Light · 7 years ago
  71. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  72. a01de59 Infrastructure for obsolete methods by Alex Light · 8 years ago
  73. a598b86 Merge "ART: Add dex::TypeIndex" by Treehugger Robot · 8 years ago
  74. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  75. 1b86849 Use type lookup tables in compiler by Mathieu Chartier · 8 years ago
  76. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 8 years ago
  77. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  78. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 8 years ago
  79. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  80. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  81. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  82. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  83. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  84. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 8 years ago
  85. 6670bd2 Merge "Add support for Baker read barriers in SystemArrayCopy intrinsics." by Roland Levillain · 8 years ago
  86. 0b671c0 Add support for Baker read barriers in SystemArrayCopy intrinsics. by Roland Levillain · 8 years ago
  87. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  88. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  89. 479b1de ART: Remove PACKED from ArtMethod's ptr_sized_fields_ by Andreas Gampe · 8 years ago
  90. 75f0885 ART: Rename ArtMethod JNI field by Andreas Gampe · 8 years ago
  91. 3aaf964 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 8 years ago
  92. 12abcbd Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." by Nicolas Geoffray · 8 years ago
  93. 8080673 Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 8 years ago
  94. 0122320 Break the debug cycle! by Aart Bik · 8 years ago
  95. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  96. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  97. de16654 Add some debugging for zygote crash. by Nicolas Geoffray · 8 years ago
  98. 2a524bd Dump more information to diagnose problem. by Nicolas Geoffray · 8 years ago
  99. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 8 years ago
  100. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 8 years ago