1. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 2 months ago
  2. 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 2 months ago
  3. 409d1db Add more checks in FaultHandler. by Nicolas Geoffray · 3 years, 2 months ago
  4. 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
  5. ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 3 months ago
  6. c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 4 months ago
  7. 248d5c4 Add an obsolete stub check in ArtMethod::GetOatQuickMethodHeader. by Nicolas Geoffray · 3 years, 4 months ago
  8. 611d71c Fix a few non-inclusive terms by Orion Hodson · 3 years, 5 months ago
  9. e8efdaa Revert "Remove stack protector from some interpreter functions" by Christian Wailes · 3 years, 8 months ago
  10. abe7c69 Remove stack protector from some interpreter functions by Chris Wailes · 3 years, 8 months ago
  11. 8731e70 Add a test and CHECKs around the combination of CHA and default methods. by Nicolas Geoffray · 3 years, 10 months ago
  12. 4924ea9 Remove Vdex::GetQuickenedInfoOf and all its users. by Nicolas Geoffray · 3 years, 10 months ago
  13. de0d0de Remove kAccMiranda and kAccDefaultConflicting. by Vladimir Marko · 3 years, 10 months ago
  14. e77141a Add debug output for bug 177816575. by Vladimir Marko · 4 years ago
  15. e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 4 years, 4 months ago
  16. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 5 months ago
  17. 81daf3d Rename ArtMethod::IsPolymorphicSignature by Orion Hodson · 4 years, 5 months ago
  18. ab7ecce Disable support for proxy method in nterp. by Nicolas Geoffray · 4 years, 6 months ago
  19. 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 6 months ago
  20. 530f09a Remove gendered typo in comment for #inclusivefixit by Andrew Scull · 4 years, 6 months ago
  21. e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  22. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 6 months ago
  23. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
  24. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
  25. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  26. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 5 years ago
  27. fc58809 Remove old JDWP implementation from ART by Alex Light · 5 years ago
  28. 013d1ee Introduce the notion of an nterp frame. by Nicolas Geoffray · 5 years ago
  29. 1cef6b2 Add and use a read-barrier free NeedInitializationCheck method. by Nicolas Geoffray · 5 years ago
  30. 19cb8e2 Lower the check to class is initialized. by Nicolas Geoffray · 5 years ago
  31. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  32. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  33. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  34. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  35. fd4a79c GetCanonicalMethod should handle miranda methods. by Alex Light · 6 years ago
  36. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 6 years ago
  37. 31cc279 Fix hidden API DCHECK in ArtMethod::SetIntrinsic by David Brazdil · 6 years ago
  38. 774232a Add another missing entrypoint check for stack walk. by David Srbecky · 6 years ago
  39. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  40. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  41. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  42. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  43. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  44. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  45. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  46. 6e78158 ART: Change ArtMethod::NumArgRegisters() signature. by Vladimir Marko · 6 years ago
  47. 206348c Selectively allow dead reference elimination by Hans Boehm · 6 years ago
  48. 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
  49. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  50. b8bca30 ART: Move DexFileStringEquals to DexFile by Andreas Gampe · 6 years ago
  51. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  52. cbc9dda Make PrettyMethod note when a method is obsolete by Alex Light · 6 years ago
  53. 813a863 Use ArtMethod::GetDex{File,Cache}() more. by Vladimir Marko · 6 years ago
  54. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  55. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  56. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  57. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 7 years ago
  58. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 7 years ago
  59. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 7 years ago
  60. 6ed28cb Merge "Revert "Revert "Move runtime/ to ClassAccessor""" by Mathieu Chartier · 7 years ago
  61. 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 7 years ago
  62. 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
  63. cc7e20f Revert "Move runtime/ to ClassAccessor" by Alex Light · 7 years ago
  64. 2649ecf Move runtime/ to ClassAccessor by Mathieu Chartier · 7 years ago
  65. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  66. 904e75a Fix stripping of access flags during JVMTI redefine by David Brazdil · 7 years ago
  67. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  68. b041a40 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
  69. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  70. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  71. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  72. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  73. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  74. fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  75. 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
  76. 16d1870 Merge "Revert "Ensure that methods requiring interpreter entrypoint always have it."" by Treehugger Robot · 7 years ago
  77. c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 7 years ago
  78. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  79. 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 7 years ago
  80. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  81. dc578c7 Move dex exception helpers to their own file and use dex accessor by Mathieu Chartier · 7 years ago
  82. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  83. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  84. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  85. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  86. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  87. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  88. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  89. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  90. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  91. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  92. 0db16e0 Use strcmp() for checking @{Fast,Critical}Native annotations. by Vladimir Marko · 7 years ago
  93. eb4d19b ART: Remove ArtMethod::IsAnnotatedWithPolymorphicSignature by Orion Hodson · 7 years ago
  94. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  95. d95b7e1 Merge "ART: Faster PrettyMethod()." by Vladimir Marko · 7 years ago
  96. b8a55f8 ART: Faster PrettyMethod(). by Vladimir Marko · 7 years ago
  97. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  98. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  99. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  100. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 8 years ago