1. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 5 years ago
  2. 31cc279 Fix hidden API DCHECK in ArtMethod::SetIntrinsic by David Brazdil · 5 years ago
  3. 774232a Add another missing entrypoint check for stack walk. by David Srbecky · 5 years ago
  4. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 5 years ago
  5. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  6. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 5 years ago
  7. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 5 years ago
  8. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 5 years ago
  9. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 5 years ago
  10. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 5 years ago
  11. 6e78158 ART: Change ArtMethod::NumArgRegisters() signature. by Vladimir Marko · 5 years ago
  12. 206348c Selectively allow dead reference elimination by Hans Boehm · 6 years ago
  13. 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
  14. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  15. b8bca30 ART: Move DexFileStringEquals to DexFile by Andreas Gampe · 6 years ago
  16. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  17. cbc9dda Make PrettyMethod note when a method is obsolete by Alex Light · 6 years ago
  18. 813a863 Use ArtMethod::GetDex{File,Cache}() more. by Vladimir Marko · 6 years ago
  19. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  20. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  21. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  22. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 6 years ago
  23. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 6 years ago
  24. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 6 years ago
  25. 6ed28cb Merge "Revert "Revert "Move runtime/ to ClassAccessor""" by Mathieu Chartier · 6 years ago
  26. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 6 years ago
  27. 18090d1 Refactor String resolution. by Vladimir Marko · 6 years ago
  28. cc7e20f Revert "Move runtime/ to ClassAccessor" by Alex Light · 6 years ago
  29. 2649ecf Move runtime/ to ClassAccessor by Mathieu Chartier · 6 years ago
  30. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 6 years ago
  31. 904e75a Fix stripping of access flags during JVMTI redefine by David Brazdil · 6 years ago
  32. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  33. b041a40 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
  34. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 6 years ago
  35. b2ec9f5 Remove duplication, split tests by David Sehr · 6 years ago
  36. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  37. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  38. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  39. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  40. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  41. 16d1870 Merge "Revert "Ensure that methods requiring interpreter entrypoint always have it."" by Treehugger Robot · 7 years ago
  42. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 7 years ago
  43. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  44. 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 7 years ago
  45. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  46. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  47. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  48. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  49. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  50. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  51. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  52. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  53. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  54. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  55. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  56. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  57. 0db16e0 Use strcmp() for checking @{Fast,Critical}Native annotations. by Vladimir Marko · 7 years ago
  58. eb4d19b ART: Remove ArtMethod::IsAnnotatedWithPolymorphicSignature by Orion Hodson · 7 years ago
  59. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  60. d95b7e1 Merge "ART: Faster PrettyMethod()." by Vladimir Marko · 7 years ago
  61. b8a55f8 ART: Faster PrettyMethod(). by Vladimir Marko · 7 years ago
  62. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  63. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  64. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  65. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  66. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  67. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 7 years ago
  68. 97e7803 Move debugger.cc GetCanonicalMethod to ArtMethod by Alex Light · 7 years ago
  69. 35e42f0 Only look for method optimization annotations in the bootstrap class loader. by Roland Levillain · 7 years ago
  70. aea05c1 ART: Move debug-checks to runtime-debug-flags by Andreas Gampe · 7 years ago
  71. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  72. b7edcda Add method tracing JVMTI callbacks by Alex Light · 7 years ago
  73. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  74. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  75. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 7 years ago
  76. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 7 years ago
  77. f2f1c9d Revert "Revert "Refactor annotation code for obsolete methods."" by Alex Light · 7 years ago
  78. 65e0775 Revert "Refactor annotation code for obsolete methods." by Nicolas Geoffray · 7 years ago
  79. 672a0b7 Refactor annotation code for obsolete methods. by Alex Light · 7 years ago
  80. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 7 years ago
  81. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  82. 6def702 Merge "Revert^6 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 7 years ago
  83. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  84. 86bbe45 Merge "Revert "Revert^4 "Make class redefinition work with native methods on stack.""" by Roland Levillain · 7 years ago
  85. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 7 years ago
  86. 2505733 Merge "Revert^4 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 7 years ago
  87. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 7 years ago
  88. 60acc33 Merge "Remove special treatment of native method for CHA." by Mingyao Yang · 7 years ago
  89. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 7 years ago
  90. 37c8e5c Remove special treatment of native method for CHA. by Mingyao Yang · 7 years ago
  91. 4493f92 Revert "Revert "Make class redefinition work with native methods on stack."" by Alex Light · 7 years ago
  92. fcbafb3 Ensure we don't attempt to compile obsolete methods. by Alex Light · 7 years ago
  93. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago
  94. e8fcd01 Revert "Revert "CHA for abstract methods."" by Mingyao Yang · 8 years ago
  95. 888a59e Make jvmti tests runnable on the RI again. by Alex Light · 8 years ago
  96. 8ebc8bf Revert "CHA for abstract methods." by Colin Cross · 8 years ago
  97. ae6c189 CHA for abstract methods. by Mingyao Yang · 8 years ago
  98. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  99. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  100. e4cdd4d Merge "Address comments I missed on a previous CL" by Treehugger Robot · 8 years ago